Hi
Using the shadow theme, the text looks bold and I can’t find where I have to change it in css file. Can you help me ? Thanks
How can i add a link to the tooltip?
]]>i tried the sample codes here but it didn’t work..
https://iamceege.github.io/tooltipster/
<img src="xxxxxxx.jpg" class="tooltip" title="This is my image's tooltip message!" />
<script>
$(document).ready(function() {
$('.tooltip').tooltipster();
});
</script>
how do i activate anything with “tooltip” in the class?
]]>I really like this plugin, but I’m having trouble getting it to work properly with an image map. I want to use tooltips on the various links in the map. But when I wrap the link in the map with the tooltip shortcode (see example below) the tip appears, but nowhere near the link. It seems to be appearing where the map code is:
<map name="interloqui-home"> [tooltip title="" theme="tooltipster-default" position="top" image="/bubbles/bubble-human.png"]<area coords="232,89,341,117" shape="rect" href="/human-performanace-optimization/" >[/tooltip] <area coords="240,52,329,81" shape="rect" href="/market-research-analysis/" /> <area coords="232,15,348,45" shape="rect" href="/international-business-development/" /> <area coords="243,124,328,150" shape="rect" href="/organizational-effectiveness/" /> </map>
Where do I find the list of features and how I can modify the tip appearance?
]]>