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
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
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.
Also you can see the screenshot here:
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
Works perfectly. Fixed conflict.
Thanks!
(Can close thread)