Hi mengeco,
I just found a quick fix. Open wp-content/visual-composer-maced-google-maps/visual-composer-maced-google-maps.php and on line 212 change this
$output .= 'styles : ' . $styles . ',';
to this
$output .= 'styles : ' . str_replace(array('', '{', '}'), array('"', '[', ']'), $styles) . ',';
Hope author of the plugin will fix it soon.
Regards!
Thank’s ! but, after pasting the css in the plugin, the style does not change.
And for changing code in “visual-composer-maced-google-maps.php” For me, this is the line 423
This plugin would be perfect if we could just change the color and activate the zoom ๐
Looks like the code I provided is striped a little bit.
Anyway I guess it would be great to have predefined styles instead of pasting javascript array the from http://snazzymaps.com
Regards!
Just download and install the SnazyMaps plugin to set your styles https://snazzymaps.com/plugins
Thanks but, as The SnazyMaps website is not great, I haven’t downloaded the plugin. And I did not see any option to upload a custom icon or custom marker