Skip Navigation

[Resolved] no marker icon

This thread is resolved. Here is a description of the problem and solution.

Problem:

The marker is not appearing on the map, and assistance is needed to resolve the issue.

Solution:

Ensure that you follow the steps outlined in the Toolset documentation for displaying markers on maps:

https://toolset.com/documentation/legacy-features/maps-plugin/displaying-markers-on-maps/

Additionally, correct the URL format in the "marker_icon" attribute of the shortcode; replace "https//" with "https://":

Relevant Documentation:

https://toolset.com/documentation/legacy-features/maps-plugin/displaying-markers-on-maps/

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 1 reply, has 2 voices.

Last updated by Christopher Amirian 10 months ago.

Assisted by: Christopher Amirian.

Author
Posts
#2679758

Hi
the marker doesn't appear on the map and I don't understand why.
Maybe you can help me.

the site
hidden link

the shortcode
<p>[wpv-map-render map_id="map-21" map_height="450" fitbounds="off" general_zoom="14" general_center_lat="47.8513296" general_center_lon="3.5548939" map_type_control="off" zoom_control="off" street_view_control="off" marker_icon="https//yonneenscene.fr/yes/wp-content/uploads/2024/01/petitlogo.png" style_json="hidden link"][/wpv-map-render]</p>

#2679779

Christopher Amirian
Supporter

Languages: English (English )

Hi there,

Would you please make sure that you follow the steps mentioned here to show the marker on the map?

https://toolset.com/documentation/legacy-features/maps-plugin/displaying-markers-on-maps/

Also int he code that you shared please check the "marker_icon" attribute, it seems that you missed : after HTTP for the URL:

wrong: https//yonneenscene.fr/yes/wp-content/uploads/2024/01/petitlogo.png

corret: hidden link

Thanks.