• Resolved momo-fr

    (@momo-fr)


    Hi, I tried your plugin and it looks very nice to me. I want to use it in a map with markers and popup but disable the link to the post. Is it possible ?

    Regards.
    Jean

Viewing 1 replies (of 1 total)
  • Plugin Author Camille V

    (@socrapop)

    Dear Jean,

    You are trying to disable the main purpose of this plugin ^^’
    It is not allowed in the plugin option, however you can simply disable the click events with css on the tooltip links.
    Add this CSS to your website :

    .travelersmap-container .tooltip-link {
        pointer-events: none;
    }

    And voilà, don’t forget to clear your website cache if you have one, and your browser cache if you can’t see the changes.

    Have a nice day,
    Camille

Viewing 1 replies (of 1 total)

The topic ‘Desactivate popup link’ is closed to new replies.