Gallery Shortcode Prettyphoto captions on popped up image

Hello,

  I want to have my captions on the popped up gallery images. I used gallery shortcode. 

Please help.

Comments

  • edited June 2015
    I have added the following code to the JS section under betheme option:

    jQuery(function($){ 

    $(document).on("click", ".gallery-item a img", function(){

        alert("Hello World");
        var desc = $(this).attr('alt');
        $('.gallery-item a').has('img').attr('title', desc);

    });
    });

    The click event is not firing since the "Hello World" is not showing
  • Hi,

    unfortunately we do not have this feature at this moment but we'll consider this while future updates.
Sign In or Register to comment.