Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter andza1

    (@andza1)

    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? ??

    • This reply was modified 5 years, 8 months ago by andza1.
    • This reply was modified 5 years, 8 months ago by andza1.

    Hey 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 : https://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.

    Thread Starter andza1

    (@andza1)

    I 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)
    });
    }
Viewing 3 replies - 1 through 3 (of 3 total)