I would also like to have this feature. I’m using an html anchor to a place further down on the same page, so it’s really annoying that I can’t have it in the same page/tab.
I solved it by replacing _blank and _self with _parent in bottom of maps.js:
before
window.open(e.location.redirect_custom_link,"_blank"):window.open(e.location.redirect_custom_link,"_self"):
after
window.open(e.location.redirect_custom_link,"_parent"):window.open(e.location.redirect_custom_link,"_parent"):
I don’t know if these changes work with anchors.
Thanks, but where do I find maps.js? I’m a complete newbie, but it’s not among the files on the right when I’m in the plugin editor. Do I need the pro version?
Via FTP, you can find maps.js following this path:
wp-content/plugins/wp-google-map-plugin/assets/js
Is there any other solution? I don’t want to do it again and again after every update.
Hello,
We’re releasing a new version 3.1 and you’ll get a backend setting for this.
Thanks
Hello, has this been added to the plugin ?
Nice work by the way 🙂
3.1 appeared but this setting still missing. 🙁
3.1.3 appeared but this setting still missing. 🙁
Please update your plugin to latest 3.4.1. Your all issue will be resolved.
3.4.1? The up to date version: 3.1.9
This setting still missing…