Skip Navigation

[Resolved] marker_title shows nothing

This support ticket is created 7 years, 7 months ago. There's a good chance that you are reading advice that it now obsolete.

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.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 2 replies, has 2 voices.

Last updated by myleneB 7 years, 7 months ago.

Assisted by: Shane.

Author
Posts
#509511

I have a view with
[wpv-map-render map_id="map-etablissements" single_zoom="16" map_type_control="off" street_view_control="off" marker_icon="(link)/cocktail_icon.png"]
<!-- wpv-loop-start -->
<div class="wpv-loop js-wpv-loop magrille">
<wpv-loop>
[wpv-map-marker map_id="map-etablissements" marker_id="marker-[wpv-post-id]" marker_title="[wpv-post-title]" marker_field="wpcf-adresse-etablissement"][/wpv-map-marker]
[wpv-view name="resultats-cocktails-carte"]
</wpv-loop>
</div>

The map works, the results work, the icons show up at the right place.

I expected to see: When I click on an marker icon on the map, I thought I would see the name [wpv-post-title] appearing.

Instead, I got: when I click, nothing happens.

Where did I go wrong ?

#509517

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Mylene,

Thank you for contacting our support forum.

When you add a regular title to the marker does it show up ?

Please let me know.
Thanks,
Shane

#509825

I had to work around it but now it works. Thank you.