Skip Navigation

[Resolved] Map markers not showing from view block

This support ticket is created 4 years, 3 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: Africa/Casablanca (GMT+01:00)

This topic contains 2 replies, has 2 voices.

Last updated by martinaS-2 4 years, 3 months ago.

Assisted by: Jamal.

Author
Posts
#1946271

Tell us what you are trying to do?
I have a CPT Members and a one-to-many relationship with CPT Addresses. I want to display member custom fields info on map markers. I have input Address for Map custom field as the Post Source from Parent:Address.
Is there any documentation that you are following?

Is there a similar example that we can see? I can display markers on map from Address for Map Field: hidden link

What is the link to your site? hidden link

#1947175

Hello and thank you for contacting the Toolset support.

If I understood well you want to implement nested views and display the markers from the child posts(Addresses) right?
You want to have a view that returns members, and inside of each view, display the addresses of each member on the map, right?

Currently, nested views are not available in the blocks editor. You need to activate the legacy editor too, in Toolset->Settings->General(tab)->Editing experience. Then, build the map and the views in the legacy editor.
Check the available shortcodes for views and maps here:
- https://toolset.com/documentation/programmer-reference/views/views-shortcodes/
- https://toolset.com/documentation/programmer-reference/maps/maps-shortcodes/

If you need further assistance with that, please allow me temporary access and I'll build an example for you. Your next reply will be private to let you share credentials safely. ** Make a database backup before sharing credentials. **

#1950401

Thank you for the solution. I was able to display markers using the legacy views editor.