Disable Tooltips / PopUp on Mouse Hover
-
Can I disable global the PopUps and Tooltips by mouseover?
Especially with images (store, blog, pages…) it is important to me that no tooltip appears on mouseover.
Thank you.
Hello,
01. You can disable it in Theme Settings > General > Promo popup: https://take.ms/1am0e
02. You can disable the Tooltip Library on your site by navigating to the Dashboard > Theme Settings > Performance > JS > Advanced script controls > in that you can find the Tooltip Library > select Never Load there: https://snipboard.io/ac4KDz.jpg
Best Regards
Both are deactivated. Nevertheless, the small pop-ups appear for images on mouse hover
(Cache in Backend and frontend ist cleared)
Attachments:
You must be
logged in to view attached files.
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.woocommerce-product-gallery img {
pointer-events: none;
}
Best Regards
Does this only affect the product gallery? Can the tooltips be completely deactivated? So on the entire page (embedded image in pages, blog, shop…)
Hello,
I have fixed the issue on your site. Please check the site now after removing the browser cache. I have added the small custom JS code in the theme settings >> Custom JS >> Global custom JS section.
Best Regards.
Thank you very much.
But this scrip seems to have no effect on the embedded images in the blog. The ToolTips are displayed there for the Mouse Hover
-
This reply was modified 1 year, 5 months ago by
postbox-007.
Hello,
Try to add this code to the Theme Settings > Custom CSS > Global:
.single-post .wd-backface-hidden .wd-carousel-item {
pointer-events: none !important;
}
Best Regards
With these two codes (JS and CSS) all ToolTips are gone as far as I have seen.
Thank you.
Most Welcome!!!.
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘Disable Tooltips / PopUp on Mouse Hover’ is closed to new replies.