Skip Navigation

[Resuelto] Using GMap Infowindow with classic View?

This support ticket is created hace 2 años, 5 meses. 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.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10: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/Kolkata (GMT+05:30)

Este tema contiene 2 respuestas, tiene 2 mensajes.

Última actualización por chrisH-10 hace 2 años, 5 meses.

Asistido por: Minesh.

Autor
Mensajes
#2407389

Tell us what you are trying to do?
I am trying to show a customized infowindow using an old school View. Can I provide the infowindow markup to wpv-map-marker? This site does not use Blocks.

Is there any documentation that you are following?
https://toolset.com/documentation/programmer-reference/maps/maps-shortcodes/#wpv-map-marker
https://toolset.com/forums/topic/clicking-on-a-marker-open-a-pop-up-iframe-infowindow-to-display-small-video/
https://toolset.com/course-lesson/displaying-a-simple-map/

Is there a similar example that we can see?
enlace oculto

What is the link to your site?
enlace oculto

#2407559

Minesh
Supporter

Idiomas: Inglés (English )

Zona horaria: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Yes, if you want to display something when user click on the marker, the infowindow content should go between the marker shortcode:

For example:

[wpv-map-marker map_id="my-map-id" marker_id="my-marker-id" marker_title="This is a marker" marker_field="wpcf-field"]This is the content of the info-window marker popup.[/wpv-map-marker]

Do you want this or you are looking for something else?

#2407827

Ha, I read the docs but didn't expand the "More usage examples". Thanks!