This topic has 9 replies, 2 voices, and was last updated 1 years, 11 months ago ago by Sadikul Islam
Hi, I have an eCommerce website where I am using elementor for a single product page but in the product image lightbox, something unusual is happening, there is somehow a conflict with elementor and Xstore, all the links are in the private content area.
Hello,
Edit any page using Elementor page builder > go to Site settings > Lightbox > Image Lightbox > disable.
Let us know the result.
Regards
Still same result
Hello,
Please try to disable all the third-party plugins (including cache plugins), that do not come bundled with XStore https://www.8theme.com/documentation/xstore/plugins/included-plugins/ , clear the cache of the browser, and check then. Maybe one of the additional plugins is the reason for the problem.
Let us know the result.
Regards
Hello
So after disabling all the other plugins it works fine, it turns out there is a plugin I am using for the thumbnails called woothumbs from IconicWP which was conflicting with the theme’s lightbox,
I want to use that plugin because I really like that plugin, it has a nice slider and popup and much more customization for the product image, so can you tell me how can I disable the theme’s lightbox so only that plugin works,
if it’s possible, via any settings or code maybe?
Thank you.
Hello,
Please provide temporary wp-admin and FTP access, then I will pass your request to our dev team.
Regards
Ok in the private content area.
This is my staging site, after you have disabled the lightbox I would like to know how to do that so I can do this on other sites since I am using Xstore for other projects as well.
Thank you.
Please try to use the next custom CSS code:
.pswp__button {
background-image: none !important;
}
.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
background: none !important;
}
.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
background: transparent;
}
.pswp--supports-fs .pswp__button--fs {
display: none !important;
}
The main issue is because that plugin add own styles for lightbox and they conflict with our built in theme.
Regards
Thank you for the code.
Tagged: conflicting, image, issue, lightbox, product, themes, variation, woocommerce, wordpress
The issue related to '‘Product variation image lightbox conflicting issue’' has been successfully resolved, and the topic is now closed for further responses