Loader only loading when click on compare link
-
Hello,
I don’t want to show the popup when I click on compare link on shop page and single product page. so I have unchecked “Open automatically lightbox” option from plugin settings.
After this when I click on compare link on shop page and single product page, the loader is only loading.
Any help will be appreciated.
Thanks in advance!
Attachments:
You must be
logged in to view attached files.
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.woodmart-buttons > div a.loading.added:after{
opacity: 0;
}
.woodmart-buttons > div a.loading.added:before {
opacity: 1;
}
Regards
Hello,
Sorry, it is not working. I had put the code snippet to the Custom CSS area in Theme Settings but still, it is not working. Can you please check my admin panel, in which I had put the code is correct?
Please, provide us your admin access because we don’t see this code added to the custom CSS area.
Hello,
Ohh sorry, i forgot to mention admin credentials.
Hello,
Replace with this code
.product-compare-button a.loading.added:after{
opacity: 0;
}
.product-compare-button a.loading.added:before {
opacity: 1;
}
Kind Regards
XTemos Studio
Hello,
It is working only on the Shop page, not on the single product page. Please check my below link.
Sorry, try to replace with this code
.product-compare-button a.loading.added:after,
.single-product .compare-btn-wrapper a.loading.added:after{
opacity: 0;
}
.product-compare-button a.loading.added:before,
.single-product .compare-btn-wrapper a.loading.added:before{
opacity: 1;
}
Hi,
Now it is working fine.
Thank you so much…
The topic ‘Loader only loading when click on compare link’ is closed to new replies.