• Resolved noobontour024

    (@noobontour024)


    Hi there,

    Firstly, great plugin, I love how it looks and it’s very straightforward to set up.

    I am having some trouble with the tooltip feature though. I do see the customized tooltip with an image and text in the configured size and colors, but Chrome is displaying a it’s default tooltop on top of the custom tooltip.
    Can anyone point me in the right direction on how to turn the default tootlip off? I have tried with different php and JS snippets for over 2 hours but I can only get rid of both tooltips, not just the default one.

    All help appreciated!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Aamir

    (@aamiribsf)

    Hi @noobontour024,

    Thanks so much for the kind words — I’m really glad to hear you’re enjoying the plugin!

    I took a closer look at the tooltip behavior you described, and it seems the second (default-looking) tooltip is actually being added by your theme. Here’s a quick reference screenshot to show where it’s coming from:
    📎 https://bsf.d.pr/i/HJ0oav

    To remove just that default tooltip while keeping the custom one intact, you can add the following CSS:

    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after {
        display: none !important;
    }
    

    You can place this CSS in one of the following locations:

    1. Appearance → Customize → Additional CSS
    2. Or, if you’re using a child theme, you can add it to your child theme’s style.css file.

    This should prevent the default tooltip from showing up, allowing only the styled one from the plugin to display.

    Let me know how it goes or if you need help applying it — I’m here to help!

    Best regards,

    Thread Starter noobontour024

    (@noobontour024)

    I’m speechles…

    I never considered the theme could be at fault here. Thank you for such a simple and elegent sollution!

    Plugin Support Aamir

    (@aamiribsf)

    Hi @noobontour024,

    I’m really glad to hear that the solution worked for you! 🎉
    If you’re enjoying using the Variation Swatches plugin, we’d truly appreciate it if you could take a moment to leave us a 5-star review. Your support means a lot and helps us continue improving!

    You can leave a review here: https://ww.wp.xz.cn/support/plugin/variation-swatches-woo/reviews/#new-post

    Thanks again, and let us know if you ever need any help!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Two Tooltips’ is closed to new replies.