andza1
Forum Replies Created
-
Forum: Plugins
In reply to: [Tooltips for Wordpress] No tool-tip on hover?Hey there, @tomas Zhu,
You probably miss understood my question or I did put it wrongly.
As i do want my tool tip to be show in a link.
I did everything according the instructions as i said earlier, i did create a tool tip , which is detected and filled in the post section with a text that i want to by displayed when i hover a mouse on that link. But the text is missing , so did i done something wrong , because this is not working for me? 🙂
EDIT: I did noticed , that the plugin works just great on regular text .
Question : How do i then make it work on hyperlink? 🙂Forum: Plugins
In reply to: [ImageMapper] Solution: Make ImageMapper ResponsiveHey guys , I’m having an issue. All areas are on the place but one of them is a bit off.
The website im working on is : http://naujas.pajuriorezidencija.lt ( see the parking area on the landing page)
any clue why? All other screen resolution working fine , just the 1920×1080 is wrong.
Forum: Plugins
In reply to: [ImageMapper] Load areas(array) in chunksI found a easy solution
Just add a setTimeout.
onMouseout: function(){ $.each(areas, function(key, render_highlight){ setTimeout(function() { $(map).mapster('highlight', render_highlight.key); }, 5 * key) }); }