Google maps info window open by default
Hi, I had to add
$inline_script .= 'infowindow.open(map,marker);';
to theme-shortcodes.php for info window opened by default. I'm sure It will disappear with theme update.
Is there any option to preserve this, or other option to make info window opened by default.
Comments
Hello,
You need to use a child theme.
Please, check the following link about it:
https://support.muffingroup.com/documentation/installation-updates/#child-theme
Thanks
Thanks