Plugin Author
ItayXD
(@itayxd)
Hi, do you mean adding different background image for each individual tooltip?
Or do you simply mean adding background image that will show up on all tooltips?
If you mean the first one, then no, it doesn’t seems like a very popular feature, what’s your goal?
If you mean the second one, you can simply edit the css file.
Awe, yeah the first one. I’m doing a nifty map of Hawaii and am trying to add a few tooltip dots that will popup an image. But I see now that this setup is mostly for title tags.
Is there any way to get different image backgrounds in several tooltips?
Thanks for replying BTW!
Plugin Author
ItayXD
(@itayxd)
There is one option I haven’t tested and might be problematic:
You can try adding an image tag inside the tip, this will not change the background but rather add an image.
I’m sorry but I’m not planning on adding such feature to my plugin, but you are welcome to fork it on github.
I’ll give it a go! Thanks again.
Itay, when I put my a tag in a div and position it “absolutely” the arrow disappears? Have you seen that before? Can’t figure it out π
Plugin Author
ItayXD
(@itayxd)
First of all a link would be useful. second of all, you shouldn’t use absolute position as it brakes the flow, thus the pseudo element isn’t positioned correctly.
Ic. Thanks for replying. It’s at http://www.pokeastickdemo.tk/ I used absolute pos to position the orange dot over Hawaii… Any input would be appreciated π
Plugin Author
ItayXD
(@itayxd)
Nice theme! Did you make it?
Anyway I see you found another solution, perhaps I’ll add support for something like that in a new version.
Hey thanks Itay! It’s a complete redesign from Emode theme on Themeforest. Perhaps I should have started from scratch if I was going to design to such lengths huh?
Thanks for your help Itay. I ended up using tooltipster – http://calebjacob.com/tooltipster/ (a must try for someone like yourself)
Plugin Author
ItayXD
(@itayxd)
Hi, I’ll check that tooltip script, since I got more requests for adding that feature I might add it in the next version, or replace the tooltip script with the one you showed me.