Home Forums WoodMart support forum Disable Tooltips / PopUp on Mouse Hover

Disable Tooltips / PopUp on Mouse Hover

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #632556

    postbox-007
    Participant

    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.

    #632897

    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

    #633467

    postbox-007
    Participant

    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.
    #633562

    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

    #633580

    postbox-007
    Participant

    Does this only affect the product gallery? Can the tooltips be completely deactivated? So on the entire page (embedded image in pages, blog, shop…)

    #633833

    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.

    #634083

    postbox-007
    Participant

    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 13 hours, 13 minutes ago by postbox-007.
    #634223

    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

    #634282

    postbox-007
    Participant

    With these two codes (JS and CSS) all ToolTips are gone as far as I have seen.

    Thank you.

Viewing 9 posts - 1 through 9 (of 9 total)