Hello together, I has inserted per contribution one or two pictures with [fancy images]. However, the representation functions really I would like to see only if I the Thumbnail even also clicks the pictures to this contribution in big, not all pictures of the other contributions. How I can change this! Many thanks for the help!
Problem with fancy images
(2 posts)
(2 voices)
-
Posted 1 year ago #
-
Hello jens71,
Just so I know I understand correctly, you are wanting to take your fancy_images out of gallery mode so you cannot switch inbetween them inside prettyPhoto? Do you need this functionality for all of your images?
Open up
/wp-content/themes/awake/lib/functions/shortcode.phpand on line 555 you should see this,$link = ($custom_link) ? ' href="' .$custom_link. '"' .$target : ' rel="lightbox[small_gallery]" href="' .$img. '"';Go ahead and change it like this,
$link = ($custom_link) ? ' href="' .$custom_link. '"' .$target : ' rel="prettyPhoto" href="' .$img. '"';Let us know if this is what you were wanting jens71.
Posted 1 year ago #
Reply
You must log in to post.













