doo

HomeSupportWordPress: Popular Widget Plugin 100K downloads

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Ligthbox for WP galleries doesn't work #55419
    doo
    Participant

    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.

    in reply to: Ligthbox for WP galleries doesn't work #55418
    doo
    Participant

    About 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.

    in reply to: Ligthbox for WP galleries doesn't work #55417
    doo
    Participant

    Is 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?

    in reply to: Ligthbox for WP galleries doesn't work #55297
    doo
    Participant

    It’s roots issue, I’ve changed theme on my online test site and lightbox is gone.

    http://dwietrzecie.zz.mu/bobrowice/item-1/

    in reply to: Ligthbox for WP galleries doesn't work #55296
    doo
    Participant

    Hmm.. 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?

Viewing 5 posts - 1 through 5 (of 5 total)