1 hidden link click on a marker on this map it will give the id of all related club , it works fine , but how can i translate thise id to post title with link
From what I gathered so far, you are returning the IDs of the related clubs using a custom shortcode
This shortcode returns the IDs wrapped in a <h4> tag. Check the code of the shortcode to be sure.
You will need to modify this shortcode or create another shortcode that will return the IDs separated by comma(,) and NOT wrapped in any HTML tag. Then you can use in a view as we did in the previous ticket and pass the IDs in a shortcode argument, then you can use Toolset shortcodes inside the view to return the title with a link:
[wpv-view name="your-new-view-to-display-clubs" ids=[your-shortcode-to-return-IDs-separated-by-comma]]
Let me know if this method is not yet clear for you.
2 hidden link this ialmost done , if i remove the distance queery all clubs are displayed , if i add a distance queery of 500 miles then some clubs disapear even though they are within 500 miles. also is there a way for the page to get the adress rather than the user clicking use my location . and finally if you click on any marker
Can you give an example of a club that disappears that's should not? I'll investigate why, probably in a separate ticket.
You can enter the address of the center that you want to calculate the distance from. Check this screenshot hidden link
You can't currently click on a marker and use it as the center of the distance filter. If you believe this feature should be added to Toolset, let me know and I'll ask for a new feature.
3 a single club page hidden link working well , maybe i will same solution to number 4 .....
4 a single venue page hidden link works very well , but you will notice the home marker gets lost , how can i have this at the fron of the view so the relaated items are behind the home marker ,ie like a z-index
I believe "z-index" can help here, but, it seems that the Google Maps Javascript API overrides that. I was not able to make the marker appear in front by manually increasing its z-index in the browser developers' tools. This will need some advanced Javascript skills, which I am afraid I don't have. If you believe this should be added as a new feature to maps let me know and I'll escalate it.
However, for support rules, we are able to handle only one issue at the time. This helps us to bring you a better service and also helps other users to find all the information here exposed. For that reason, I have to kindly ask you to open a new thread for any other question that you want to discuss further.
I'll be on vacation next week, but the whole team will be at your service 🙂