Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #445824

    Hi guys,

    I found a conflict between a plugin, Woocommerce Product Tab, and the gallery content item from the editor. The gallery gets all screwed up displaying each image one on top the other.

    I really like this plugin as its free and adds a lot of functionality to custom tabs for woocommerce products. I was wondering if its possible to add some custom css code to sort this out for the gallery so I can keep the plugin.

    Thanks

    #446533

    Hey jenki!

    Send us a link to your page where your using it and we’ll check to see if it’s possible.

    Cheers!
    Elliott

    #450722

    Elliott, sorry for the late reply, busy getting the site up and going.

    So you can see the issues, I’ve reactivated the plugin. right now I found another plugin to manage tabs. Its a bit basic but doesn’t have any conflicts.

    If you look at the homepage about half way down you will see on the left the enfold gallery that loads the thumbnails on top the main image. If I deactivate the Products Tab plugin this is solved.

    Check it out here

    Also you can see the screenshot here:

    #451116

    Hi!

    Add this in the Quick CSS field to fix the thumbnails:

    .lightbox {
      position: relative !important;
    }

    The lightbox plugin overrides the default thumbnail style.

    Regards,
    Ismael

    #451706

    Works perfectly. Fixed conflict.

    Thanks!

    (Can close thread)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Conflict Woocommerce Product Tab plugin with gallery’ is closed to new replies.