Viewing 11 replies - 16 through 26 (of 26 total)
  • I’m using windows 8.

    It is rather strange. I haven’t been able to find anything out of the ordinary so far in the code. I’ll start trying on friends computers.

    Plugin Author ItayXD

    (@itayxd)

    Have you find anything? Since I can’t recreate your problem I really can’t help…

    Hello, I believe I am getting a similar problem. When I mouseover the tooltip, it flashes. It appears to be happening in chrome, firefox and ie on my computer. Here is the page I am testing on: http://scentlog.com/amouage/

    Thanks for any help.

    hi,

    I think I have the same problem, but I would call it bouncing on the hover edge, because when I change the bottom-border size to say 20px the hover erea enlarges.
    isnt it possible to have the complete “text” field for hovering?

    so, any news for help?

    please check at the bottom of the page http://www.spencertrainment.de

    thx

    just checked, happens for me in firefox 22, chrome 28 works

    Plugin Author ItayXD

    (@itayxd)

    Hi all thank you all for reporting, I was finally able to see the problem.
    This is officially marked as “not solved” and I’ll start working on it.
    I’d appreciate if you’ll write a review about the plugin after I’ll fix it.

    Plugin Author ItayXD

    (@itayxd)

    The only page I could reproduce the problem on is: http://scentlog.com/amouage/
    It seems to happen when your mouse is still on the element area and going over the tip element. What happens then is:
    Mouse over the original element=>Tip shows up=>Mouse over tip element which means the mouse is not over the original element=>Tip disappear=>Mouse is over the original element=>…
    Which result in the flickering. I’ll look into it and try to solve it.
    ATM I think that making the tip element a child of the original element will solve the problem.
    Unfortunately I don’t have the to work on it right now, if anyone works on it you can submit a pull request on github, if it will work I’ll upload it here.
    Thanks everyone for reporting.

    I am having the same problem.

    On this page:
    http://www.everydaymissionaries.org/dont-judge

    When you click on the “Share an Exprience With This Principle” button, you will see the word email. This word should have a tooltip but it is not working all I can see is a question mark.

    Plugin Author ItayXD

    (@itayxd)

    This is not the same problem. Please open another topic. Please read the topic before posting in it.
    Your specific problem is not a plugin bug, but rather a problem of compatibility with your website. I can help you solve it as a private client.

    Plugin Author ItayXD

    (@itayxd)

    Hi there all, I finally had time to find a solution, add this to your stylesheet:

    #tooltip {
    pointer-events: none;
    }

    Should solve the problem…
    I’ll release an update soon

    jep, fixed. works for me.
    thx!

Viewing 11 replies - 16 through 26 (of 26 total)

The topic ‘Shortcode – script adds a question mark and blinking’ is closed to new replies.