Thread Starter
wt85
(@wt85)
Hi, I wanted to ask whether this is on your list of future fixes.
Thread Starter
wt85
(@wt85)
I noticed that this is not directly a misbehaviour of the plugin since it is a common problem with a tooltip in general. If you want to use images in tooltips you should preload the images on the site where you use the tooltip. There are several ways how to do it, google knows how.
Plugin Author
Vova
(@gn_themes)
Hi Werner,
tooltips plugin (qTip2) allows to preload images in tooltips, but it requires additional script to do that. I know how to include this script and how to integrate it with my plugin. But, unfortunately, I now have absolutely no time for this.
YBM
(@ybmgryzzzgmailcom)
Hi there, I think this is the only support thread where can ask this.
(I’m sorry, site is in dev maintenance mode right now so no link right now) I have a list of anchor links that have hover [tooltip]s with both text and an image in them. Here is what works. I have replaced all ” to ‘ in the img tag to not break the tooltip ‘content’ attribute.
<li><a href="/link-to-a-page">
[tooltip style="bootstrap" content="Text Text Text Text Text Text Text Text Text Text Text Text Text
<img class='aligncenter size-full' alt='Image Alt Test' src='http://www.website.com/images/imagefile.jpg' width='50' height='50' />"]Hover over me[/tooltip]
</a></li>
But as soon as I switch between Text and Visual modes, it changes to the following, i.e. the ‘ gets changed back to ” and the Text and Image goes away and shows only “Tooltip Text”
<li><a href="/link-to-a-page">
[tooltip style="bootstrap" content="Text Text Text Text Text Text Text Text Text Text Text Text Text
<img class="aligncenter size-full wp-image-123" alt="Image Alt Test" src="http://www.website.com/images/imagefile.jpg" width="50" height="50" />"]Hover over me[/tooltip]
</a></li>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Please advise on the solution to this?
Thanks very much for the feedback in advance.
Yatish
YBM
(@ybmgryzzzgmailcom)
Any feedback on this, please?