Skip Navigation

[Resolved] Map popup after list button clicked. Custom Pin and Map type

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

Problem: I would like to show the Marker popup in the Map when a link in the results is clicked. I would like to show a full-width and full-height Map.

Solution: You can insert a "Focus on Marker" link using the Fields and Views button. In the popup you will have options for styling the link, and you can also choose interactive options that will open the marker panel when you click the link.

The amount of customization built into the Map shortcode is a bit limited, but you can apply 100% CSS height in the options popup when you insert the Map shortcode, resulting in something like this:

[wpv-map-render map_id="map-3" map_height="100%"][/wpv-map-render]

You can add any necessary custom markup around the Map shortcode and the list of results, and you can add your own custom CSS in the Loop Output CSS editor panel. The CSS necessary to create this type of display varies from theme to theme.

Relevant Documentation:
https://toolset.com/documentation/user-guides/display-on-google-maps/

This support ticket is created 6 years, 5 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
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 2 replies, has 2 voices.

Last updated by Christian Cox 6 years, 5 months ago.

Assisted by: Christian Cox.

Author
Posts
#909423
Capture2-map.PNG
Capture1.PNG

Hi there,

- I am trying to add custom markers to a toolset map, along with a custom map style, using JSON - both don't seem to be working.

- I would also like the map to be 100% height, to the right and List to the left.

- The pin popup isn't working when selecting marker

- I would like the pin to appear after post title is clicked from the list on the left - is that possible?

website: hidden link

Screenshots - capture1: what it is currently doing
capture2-map: what i need it to look like.

Thank you

#909444

Popup is now working when marker is clicked. I would like this popup to also appear when the post title is clicked from the list.

#909477
focus.png

- I would also like the map to be 100% height, to the right and List to the left.
Hi, the amount of customization built into the Map shortcode is a bit limited, but you can apply 100% CSS height in the options popup when you insert the Map shortcode, resulting in something like this:

[wpv-map-render map_id="map-3" map_height="100%"][/wpv-map-render]

You can add any necessary custom markup around the Map shortcode and the list of results, and you can add your own custom CSS in the Loop Output CSS editor panel. The CSS necessary to create this type of display varies from theme to theme.

I would like this popup to also appear when the post title is clicked from the list.
You can insert a "Focus on Marker" link using the Fields and Views button. In the popup you will have options for styling the link, and you can also choose interactive options that will open the marker panel when you click the link. See focus.png.