Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1217819

    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!

    #1217977

    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

    #1218451

    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

    #1219863

    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.
    Image 2020-06-05 at 18.52.18.png

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.