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 8 years, 5 months ago by muttonquad.
-
This reply was modified 8 years, 5 months ago by muttonquad.
-
This reply was modified 8 years, 5 months ago by muttonquad.
-
This reply was modified 8 years, 5 months ago by muttonquad.