• Resolved jmf38

    (@jmf38)


    234/5000
    Hello. I use the free version of Maps Marker for a personal blog (www.randonnues.fr). Since the last update, the links in the popup windows of each icon are no longer active. How to solve this problem. Thank you for your help.
    JMF

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try disabling the option “HTML filter for popuptexts (wp_kses)” at Settings / Misc / Compatibility settings

    Thread Starter jmf38

    (@jmf38)

    It’s that. Thank you so much for your help.

    you´re welcome!

    BTW: links were filtered out via wp_kses() function, as your link targets are invalid:

    <a href="http://www.randonnues.fr/?p=18" target="blank">

    should actually be

    <a href="http://www.randonnues.fr/?p=18" target="_blank">

    As a result, links are not opening in a new window as it seems to be intended…

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘No more links’ is closed to new replies.