Skip Navigation

[Resolved] [wpv-map-marker]

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

Problem:

Apply HTML codes

<strong>...</strong>

to the popup of map marker.

Solution:

Please check these:

1) You are using the latest version of Toolset plugins, you can download them here:
https://toolset.com/account/downloads/

2) In case it is a compatibility problem, please deactivate other plugins, and switch to wordpress default theme 2017, and test again

Relevant Documentation:

This support ticket is created 6 years, 2 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 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 3 replies, has 2 voices.

Last updated by felixP-3 6 years, 2 months ago.

Assisted by: Luo Yang.

Author
Posts
#1107752

Tell us what you are trying to do? I would like to put html in a popup on my map. The toolset link I provide below says it can be done but I can't get it to work. It just displays the text. Can html be used in a popup on a map marker?

Is there any documentation that you are following? https://toolset.com/documentation/user-guides/display-on-google-maps/displaying-markers-on-google-maps/

Here is my code :

[wpv-map-render map_id="map-4" map_height="500px"][/wpv-map-render]

[wpv-map-marker map_id='map-4' marker_id='marker-15' marker_field='wpcf-address']1165 Barnes Street Franklin Square New York 11010[/wpv-map-marker]

#1107788

I still need help

#1108134

Hello,

I assume you are going to apply HTML codes

<strong>...</strong>

to the popup of map marker,

I have tested it in a live website, it works fine, see it here:
hidden link

Use the same codes as you described above:

[wpv-map-render map_id="map-4" map_height="500px"][/wpv-map-render]

[wpv-map-marker map_id='map-4' marker_id='marker-15' marker_field='wpcf-address']<strong>1165 Barnes Street Franklin Square New York 11010</strong>[/wpv-map-marker]

hidden link
username/password: xgren/111111

If the problem still persists in your website, please check these:
1) You are using the latest version of Toolset plugins, you can download them here:
https://toolset.com/account/downloads/

2) In case it is a compatibility problem, please deactivate other plugins, and switch to wordpress default theme 2017, and test again

#1110512

Problem is fixed. Don't know why it wasn't working, but it works now.