• Hello. Great plugin, but for some time now I’ve been having issues with the tooltip boxes around my images. The box no longer goes all the way around any of my images. It goes around text just fine, but for images it stops short. This seems to be happening in Firefox alone. Chrome and Safari are fine. Perhaps something broke when the latest Firefox update was rolled out. Just wondering if anyone had any ideas or feedback regarding this. It’s not a huge concern. Two out of three browsers isn’t bad, but I’d preferably like to have my tooltips working across the board

    https://wordpress.org/plugins/simple-tooltips/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ClevelandWebDeveloper

    (@clevelandwebdeveloper)

    Hi sb3rry,

    I have noticed this bug as well where the tooltip at times has not been responding to images appropriately. It seems to happen on and off (ie sometimes it works but other times it doesn’t.)

    I would like to get it resolved but haven’t been able to get to the bottom of it yet. I’ll let you know if I am able to come up with anything. If anyone has any suggestions that would be great.

    I’m not sure if this is related.. but the box renders before the image is loaded I think.. so the caret is hanging on my image..

    e.g. https://dl.dropboxusercontent.com/u/14057353/Screen%20Shot%202016-08-10%20at%2010.32.30%20pm.png

    muttonquad

    (@mhaganmagpiedesigncom)

    I noticed this issue in Firefox (but not Chrome, Safari, IE) trying to do images in the tooltip and figured out that it was because I used WordPress “Add Media” button in the Edit Post window. This added a class into the img tag, so it was:

    [simple_tooltip content='<img class="class stuff here" src="image url here" />']This triggers the tooltip[/simple_tooltip]

    When I deleted the class=”class stuff here” and made it just

    [simple_tooltip content='<img src="image url here" />']This triggers the tooltip[/simple_tooltip]

    it fixed the problem.

    You have to go to Text mode rather than Visual mode to see/fix this.

    • This reply was modified 7 years, 6 months ago by muttonquad.
    • This reply was modified 7 years, 6 months ago by muttonquad.
    • This reply was modified 7 years, 6 months ago by muttonquad.
    • This reply was modified 7 years, 6 months ago by muttonquad.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tooltip box around image not working in Firefox’ is closed to new replies.