Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #528559

    Hi there,

    The caption text stays the same for all images on this gallery. For a start it was set to display: hidden;, so I changed it to
    #top .avia-gallery .avia-gallery-caption {
    display: block;
    }
    anyone knows why it is set to hidden to begin with? And why does the caption text not change when displaying different images? Could it be re. this bug? https://kriesi.at/support/topic/gallery-caption-problem/

    Link to page with gallery: http://sgtest2.jacobsenweb.dk/portfolio-item/19-university-of-southern-denmark/

    Best regards

    #528960

    Hey mariajoensen!

    Thank you for using Enfold.

    Yes, it seems to be a bug in the gallery script. Please edit the js > shortcodes.js file, look for this code around line 2377:

    big_prev.attr('href', _self.href); 
    

    Below, add this code:

    big_prev.find('.avia-gallery-caption').text($(_self).attr('title'));
    

    Best regards,
    Ismael

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