I am using the Infocus/Wordpress theme and would like to disable the image display in a lightbox for Fancy Images on mouseclick.
Thanks
(4 posts)
(2 voices)
I am using the Infocus/Wordpress theme and would like to disable the image display in a lightbox for Fancy Images on mouseclick.
Thanks
Hello Genetadi,
Open up /wp-content/themes/[your_theme]/lib/shortcodes/18-images.php and change line 107 from this,
'prettyphoto' => true,
To this,
'prettyphoto' => false,
I just solved it using [image_frame link_to="false" prettyphoto="false"] for the images I wanted to eliminate the link.
Thanks again!
You must log in to post.