carot2016
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Hello, good thank you. Caroline
Hello, I submitted the suggestion : https://features.wpdatatables.com/571
Thank you
Resolve, I hooked on foobox.alterCaption event instead, my error.
Very good plugin, thank you.Caroline
Hello, I add this code in the Custom Javascript (Post) in FooBox settings.
$('.fbx-instance').on('foobox.beforeShow', function(e) { var $element = $(e.fb.item.element), //the anchor tag $fooboxInstance = e.fb.instance, //the foobox instance $modal = e.fb.instance.modal.element; //the modal object //your custom code goes here... console.log($element.data('data-caption-title')); e.fb.item.title = $element.data('data-caption-title'); });I can see in the console the data-caption-title with good info. But nothing appear when fooBox open.
CarolineForum: Plugins
In reply to: [Simple Lightbox] Exif metadataHi, we don’t want to use the Library. We already have a images/photos storage.
With exif.js i’m able to retrieve the data I want from the image.But can I post html to the plugIn to populate .slb_data_title and .slb_data_desc?
Viewing 5 replies - 1 through 5 (of 5 total)