Hi, Hi, Links created in the module open in a new window. How can I change and make it open in the same window. The module is in the main menu. Regards, Claudio
Hi Claudio,
Could you share the admin + FTP account of your site?
saguaros
Hi,
I have the same problem, I use the content type: website. And when i clink on a pointer, the url opens in a new windows instead of the same one.
Greetz
mattiejanssen
You can try opening the file: /modules/mod_jaimagehotspot/helper.php
At approx line 55:
echo '<div class="jawb_layout"><a target="_blank" href="'.$content_url.'">';
change it to:
echo '<div class="jawb_layout"><a target="_self" href="'.$content_url.'">';
Unfortunately that doesn't work
You can create a new topic and share the credentials of your site so I can take a look.
https://www.joomlart.com/forums/d/772-how-to-ask-a-question-on-forum
Hi
I just wanna update the solution here:
Backup and edit this file: modules\mod_jaimagehotspot\assets\asset.php
This was helpful. Thanks.
Please see my additional forum topics though. We are having additional issues after updating to 1.1.6.