Can I get the lightbox resulting from clicking on a catalogue item to display the title of the photo? Right now it only displays the X/Y photo number in the lower right corner.
The application is the same as the top example in this Enfold demo: https://kriesi.at/themes/enfold-2017/elements/catalogue/
Thanks!
Hey coldspring,
Do you have titles added in the media library for those images?
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hi Victoria,
We’re still in development, but it’s this page: https://www.mainegirlcupcakes.com/menu-pricing/
Not all the items have full alt/title/caption/description, but the first one on the page – Caribou Cookie – certainly does.
Thanks,
Jeff
Hi Jeff,
Well, the title is not added to the big image, you can edit the /enfold/config-templatebuilder/avia-shortcodes/catalogue/catalogue.php file and add the title there.
This line:
$output .= "<{$item_markup['open']} class='av-catalogue-item'>";
change to this:
$output .= "<{$item_markup['open']} class='av-catalogue-item' {$title}>";
Best regards,
Victoria