Hello,
is it possible to replace prettyPhoto (its integrated with Avisio and I couldnt figure out the way to uninstall it) with Lightbox http://www.huddletogether.com/projects/lightbox2/ ? If yes, how can I do that? Thanks for the help.
Avisio: Lightbox instead of prettyPhoto
7 posts from 2 voices-
Posted 2 years ago #
-
Hey,
I wouldn't recommend to replace the lightbox (because the lightbox you linked misses some important features like video embedding, etc.).Posted 2 years ago # -
The problem is, latest version of prettyPhoto (the only one that works with WP 3.1) takes a while to load when it comes to displaying photogalleries. Is it possible to disable the new feature of prettyPhoto that displays little thumbnails from the gallery together with the enlarged (overlayed) photo, how?
Posted 2 years ago # -
To remove the mini thumbs in the lightbox open up custom.js and replace:
jQuery($elements).prettyPhoto({ "theme": theme_selected /* light_rounded / dark_rounded / light_square / dark_square */ });with:
jQuery($elements).prettyPhoto({ "theme": theme_selected, /* light_rounded / dark_rounded / light_square / dark_square */ overlay_gallery: false /* If set to true, a gallery will overlay the fullscreen image on mouse over */ });Posted 2 years ago # -
Thank you =).
Posted 2 years ago # -
Glad that I could help you :)
Posted 2 years ago # -
Worked perfectly, thanks again =).
Posted 2 years ago #
Reply
You must log in to post.














