Forum Replies Created
-
AuthorPosts
-
dooParticipant
Ok, I’ve solved it 😀
For the others like me struggling with it:
Add function from the link in your function.php (in my case custom.php) and just add jQuery provided by @Xpark Media.
Thanks for your help and thanks for great plugin!
I have another question but this will be for another topic.dooParticipantAbout using jQuery to do this.
Everything is ok when I choose my thumbnails generated by making wp gallery.
What I see is that .thumbnail is a class for
<a>
and not for<img>
.But when I add function:
function add_image_class($class){ $class .= ' obrazek'; return $class; } add_filter('get_image_tag_class','add_image_class');
and class is assigned to posted image, lightbox won’t load it.
Any idea how to add class to
<a>
of that inserted image?I don’t know if I’m clear about it, sorry for my english.
dooParticipantIs there any way to turn off imstore lightbox and use other instead?
Easy FancyBox and Fulscreen Galleria plugins gave me desired result.
Could I just use one of them?dooParticipantIt’s roots issue, I’ve changed theme on my online test site and lightbox is gone.
dooParticipantHmm.. On my online test site (based on reverie – zurb foundation) everything is ok. But on my local project page (roots – bootstrap 3) it’s not working…
I was not aware that lightbox is working only with formatted galleries. Any solution to get same lightbox for all image links and imgstore? Fullscreen Galleria maybe?
-
AuthorPosts