Hi everyone,
I realized that my lighboxes on my blog do not work anymore. I know that PrettyPhoto is part of the theme and I did not do anything to change it. Any help would be appreciated/
my url: http://www.photosbymotti.com/blog
Thank you,
Motti
(5 posts)
(3 voices)
Hi everyone,
I realized that my lighboxes on my blog do not work anymore. I know that PrettyPhoto is part of the theme and I did not do anything to change it. Any help would be appreciated/
my url: http://www.photosbymotti.com/blog
Thank you,
Motti
Hello motti_b,
It looks like we need to update prettyPhoto. Try the solution in this thread, http://mysitemyway.com/support/topic/infocus-and-wordpress-31, and let us know if that works for you.
Thank you Elliott,
It did but not entirely. I really liked the clean look of it previously and now it's a busy window full of thumbnails, face book and twitter ugliness :-(.
I don't see any way to modify it (no setting options since it wasn't loaded as a regular plugin) or maybe I just forgot.
Any help I can get...
Thank you,
Motti
Hi,
In order to remove the thumbnails and social media tools from prettyPhoto, go to the theme folder and open the file "lib/scripts/custom.js". In line #218 you will find this code:
//prettyPhoto
jQuery("a[rel^='prettyPhoto'], a[rel^='lightbox']").prettyPhoto({
"theme": 'light_square' /* light_rounded / dark_rounded / light_square / dark_square*/
});
Replace it with:
//prettyPhoto
jQuery("a[rel^='prettyPhoto'], a[rel^='lightbox']").prettyPhoto({
theme: 'light_square',
social_tools: false,
overlay_gallery: false
});
That will remove those tools from the lightbox. Please try it and let us know the results.
Hi Ruderic,
Yes, it worked perfectly fine. Really appreciate it.
Thank you,
Motti
You must log in to post.