Comments 2sjuharad started the conversationFebruary 4, 2018 at 5:38pmHi!The title and description above the mark on a map show on click. I'd like them to be visible by default. Is that possible, and if so, how? Thanks[deleted] repliedFebruary 5, 2018 at 9:15amHi sjuharad, I have added the following code in Theme Options > Footer > JavaScript & Tracking Code > Footer JavaScript: <script> jQuery( document ).ready( function( $ ) { if ( google ) { google.maps.event.addDomListener( window, 'load', jQuery.debounce( 300, function() { jQuery.each( labVcMaps, function( i, map ) { jQuery.each( map.mapMarkers, function( j, marker ) { marker.infowindow.open( map.mapInstance, marker.marker ); } ); } ); } ) ); } } ); </script> So the marker automatically is expanded with info window. 1 Like 2sjuharad repliedFebruary 6, 2018 at 6:52pmThank you very much Arlind, works perfectly!1 Like[deleted] repliedFebruary 7, 2018 at 9:39amGlad to hear thatWill set this ticket as solved from here.1 Like Sign in to reply ...
Hi!
The title and description above the mark on a map show on click. I'd like them to be visible by default. Is that possible, and if so, how? Thanks
Hi sjuharad,
I have added the following code in Theme Options > Footer > JavaScript & Tracking Code > Footer JavaScript:
So the marker automatically is expanded with info window.
Thank you very much Arlind, works perfectly!
Glad to hear that
Will set this ticket as solved from here.