Viewing 5 replies - 1 through 5 (of 5 total)
  • ramzesimus

    (@ramzesimus)

    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!

    Thread Starter mengeco

    (@mengeco)

    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 ??

    ramzesimus

    (@ramzesimus)

    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 https://snazzymaps.com

    Regards!

    metaphorcreations

    (@metaphorcreations)

    Just download and install the SnazyMaps plugin to set your styles https://snazzymaps.com/plugins

    Thread Starter mengeco

    (@mengeco)

    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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Style css and Zoom’ is closed to new replies.