Dear Sir,
When I am opening the photo Lightbox.
How can I display the Photo Title (Like: ABC Product) and Photo Caption / Description (Like : ABC Product is one of the most popular product.)
Thanks
Hey Addison!
They will use the alt or title text of your image by default. Your wanting to change it so they use the caption or description?
Which shortcode are you using? Send us a link to your page and we’ll take a look.
Regards,
Elliott
Hi Elliott,
Thanks for your reply, apologized that I just test on my localhost so that have not web link.
If they will use the alt or title text of my image by default. Can I add some code to preview both ALT and Title text together?
Thanks
Hey!
I’m not sure why you would want to do that. It would be easier to just set whatever text you want to display in the title.
See here, https://kriesi.at/support/topic/social-sharing-on-galleries-enfold-v-3-0-2/.
You would change the line to this.
return title + encodeURIComponent(item.el.find('img').attr('alt'));
Cheers!
Elliott