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

    (@clevelandwebdeveloper)

    Hi

    Glad you are liking the plugin.

    This is possible. You have to the escape the < and > within the title attribute as follows:

    <span class="tooltips" title="<img src=https://www.example.com/yourimage.jpg>">This will show a picture when hovered</span>

    Plugin Author ClevelandWebDeveloper

    (@clevelandwebdeveloper)

    Sorry I am having a hard time rendering this properly. Bare with me…

    Instead of the < before img use &l t; (remove space between l and t)
    Instead of the > after jpg use &g t; (remove space between g and t)

    Thread Starter mckeene

    (@mckeene)

    Yeah i tried putting and image in there, which didn’t work, but this did the trick ??
    Thank you a lot for the fast answer ??

    Hi There! I am still very new with WordPress and currently I am using the Simple Tooltips.

    It is a very nice and easy plugin.

    However, I want to put some “read more” links after the description to link on certain page.

    Please assist me on this.

    Thank You ??

    Plugin Author ClevelandWebDeveloper

    (@clevelandwebdeveloper)

    Hi thanks for the positive feedback.

    If you want to include a link in the tooltip bubble try this:

    <span class="tooltips" title="<a href=https://www.example.com/yourlink>A Link</a>">This will show a link when hovered</span>

    Instead of the < before a and /a use &l t; (remove space between l and t)
    Instead of the > after yourplugin and /a use &g t; (remove space between g and t)

    Plugin Author ClevelandWebDeveloper

    (@clevelandwebdeveloper)

    correction: the last line my post above should read:
    Instead of the > after yourlink and /a use &g t; (remove space between g and t)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Showing images?’ is closed to new replies.