I want to disable the lightbox feature on images which i include by the image_frame Shortcode.
How is this possible?
(6 posts)
(3 voices)
I want to disable the lightbox feature on images which i include by the image_frame Shortcode.
How is this possible?
Hello crse,
Try this,
[image_frame link_to = "false" prettyphoto = "false"]
Thanks, this works for me!
Where exactly is this code supposed to go? Also just to be clear, how exactly do I make it so clicking the image leads to another website?
You can surround it with a link like so,
<a href = 'http://www.google.com'>[image_frame link_to = "false" prettyphoto = "false"][/image_frame]</a>
Perfect! Thanks so much for your help.
You must log in to post.