Archived topic
tooltipster content not appearing
7 replies · Started by jasond on February 29, 2020
Hello
We integrated tooltipster and it is displaying already but the title is not appearing. Can you help to look into it? (the question mark inside content area)
Hi there,
Have you tried giving the image element a "title" attribute?
yes of course, but not sure why debugging with developer tool, it doesn't appear!
So this is not what you are adding for the HTML?
<img class="tooltip tooltipstered" src="/wp-content/themes/generatepress_child/js/tooltip/c-question.png">
I'm not seeing a title attribute.
Hi Leo
Here's what i have actually, not sure why the title attribute is not working
<img src="/wp-content/themes/generatepress_child/js/tooltip/c-question.png" />
Sorry I'm a little bit confused.
I'm not seeing the title attribute in your <img> tag like this?
https://www.w3schools.com/tags/att_title.asp
<img class="tooltip" title="123" src="/wp-content/themes/generatepress_child/js/tooltip/c-question.png">
This is what i have in wordpress editor
Hmm the live site is showing 2 classes instead of 1 and no title attribute so something is definitely not right:
https://www.screencast.com/t/tWGpGgVf
Are you using any caching plugins?
Maybe try disabling all plugins to eliminate any unknown conflicts?
This isn't something GP can interfere.