URL of a marker is not opened in the same window but always opens a new window.
I've edited the file modules/mod_jaimagehotspot/helper.php on line 55 to set the code to:

echo '<div class="jawb_layout"><a target="_self" href="'.$content_url.'">';

But anyway the clicked marker always opens the destination URL in a new window/tab instead to stay in the current window/tab.

Can you please help me with this?
Thanks in advance
René Glanzer

Hi

You should edit this file: /modules/mod_jaimagehotspot/assets/asset.php

and change all _blank

to:

_self

I updated for you, kindly check.

    saguaros
    Good Morning saguaros,

    thank you for your help. Didn't know that i had to change the file /modules/mod_jaimagehotspot/assets/asset.php.
    It is working as expected now.

    With kind regards
    René Glanzer

      Write a Reply...
      You need to Login to view replies.