If I have a bunch of fancy_images in a blog post, is there a way to define a caption for each photo that displays underneath the photos in the PrettyPhotos viewer?
Captions in Fancy_Images PrettyPhotos Viewer?
(7 posts)
(3 voices)
-
Posted 1 year ago #
-
Hello bballhermit,
The easiest way is to use the fancy_images shortcode for each image you have and set a title or alt attribute like so,
[fancy_images title = 'hello' alt = 'hello']LINK TO IMAGE[/fancy_images]
[fancy_images title = 'hello2' alt = 'hello2']LINK TO IMAGE[/fancy_images]Let us know if this works for you bballhermit.
Posted 1 year ago # -
hmm, right, ok, thanks.
Posted 1 year ago # -
Your welcome bballhermit, if you have any other questions then let us know.
Posted 1 year ago # -
Hello Elliot, the only problem with this solution is that when you use the shortcode for each image it adds a line break for each image so they are all on separate lines instead of next to each other. Is there a way to make it so that the images will still go next to each other instead of only 1 image per row?
Posted 1 year ago # -
Hello fullio,
If you want them in a column like structure then you can combine them with our column shortcodes like so,
[one_third] [fancy_images title = 'hello' alt = 'hello']LINK TO IMAGE[/fancy_images] [/one_third] [one_third] [fancy_images title = 'hello' alt = 'hello']LINK TO IMAGE[/fancy_images] [/one_third] [one_third_last] [fancy_images title = 'hello' alt = 'hello']LINK TO IMAGE[/fancy_images] [/one_third_last]Let us know if this is what you were wanting.
Posted 1 year ago # -
that works great, thanks!
Posted 1 year ago #
Reply
You must log in to post.













