Comments San Aung started the conversationAugust 9, 2018 at 12:04amIs it possible to not have the square blocks on the map and have something else like a pin, a triangle, or a logo of the event? 94Valentin repliedAugust 10, 2018 at 10:21amAt this moment you change it to the default Google Maps pin. Paste this code on the bottom of your theme functions.php file: add_action('wp_footer', function() { ?> <script type="text/javascript"> ; (function ($) { $(function () { if (typeof $.stecExtend !== 'function') { return; } $('.stec').on('stecMapMarkerIcon', function (a, data) { data.temp.stecMapMarkerIcon = ''; }); }); })(jQuery); </script> <?php }); Stachethemes Support My Time Zone is GMT+3 Envato Profile | Facebook | Twitter | Newsletter | Rate & ReviewSan Aung repliedAugust 12, 2018 at 12:28pmThank you. It works. Sign in to reply ...
Is it possible to not have the square blocks on the map and have something else like a pin, a triangle, or a logo of the event?
At this moment you change it to the default Google Maps pin. Paste this code on the bottom of your theme functions.php file:
Stachethemes Support
My Time Zone is GMT+3
Envato Profile | Facebook | Twitter | Newsletter | Rate & Review
Thank you. It works.