or have some control over the built in lightbox. I need to display movies, HTML... and control the style and behavior.
or... disable the built in Lightbox so I can try a diffferent plugin...
Thanks!
or have some control over the built in lightbox. I need to display movies, HTML... and control the style and behavior.
or... disable the built in Lightbox so I can try a diffferent plugin...
Thanks!
This depends on your coding skills. If you're good at js/css coding you can download the uncompressed lightbox code from http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/ and modify the code as required. Then upload it into the choices/js/prettyphoto folder.
If you want to deactivate the lightbox remove all occurrences of following code in js/avia.js:
//activates the prettyphoto lightbox
if(jQuery.fn.avia_activate_lightbox)
jQuery(container).avia_activate_lightbox();You must log in to post.