Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
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:
<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.
Thank you very much Arlind, works perfectly!
Glad to hear that
Will set this ticket as solved from here.