Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
Gallery Shortcode Prettyphoto captions on popped up image
wwwtech
June 2015
in
Theme support
Hello,
I want to have my captions on the popped up gallery images. I used gallery shortcode.
Please help.
Comments
wwwtech
June 2015
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
Albert
June 2015
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.
Comments
unfortunately we do not have this feature at this moment but we'll consider this while future updates.