hi minesh thankyou for that , if i turn spiderfy off then the result is the actual map will still show how many events where at that location , but once the number marker is clicked it ony shows 1 icon . is there a condition or anything that can be set to only show say the 1st time used ?? thanks again
ok ,ill live with the number 2 , its no big deal , before i close this thread i dont understand why
on a venue page , with toolset adress field i cant get the pin to show . hidden link
the left tab location , it is simple map 1 one marker set by toolset custom field " all venues on map" im unsure if its template assignment in the venus post back end , like here (top right) content assined by ...... hidden link
no matter what i have tried i cannot get the marker to show ,?
thanks again martin
Yes - certainly I tried couple of times with different approach as well but somehow it dose not display marker on the Location tab map.
Can you setup a test page and try to add multiple maps just one after another what you have currently (add location tab map first and after that add second tab map) and check if that works. I'll try from this end on the sandbox site to see if multiple maps works on the sampe page in order to identify the issue is from your site or its from Toolset.
i have set up the page with 3 maps here , obviously this page is not a venue post type so the maps will be empty ? i think this what you have asked for ? many thnaks
martin
I see you added the following content template that has a map on the test map page:
- hidden link
It will not display any map marker as with test map page because you added map and marker with the above content template but the test map page do not have any address field to display.
To display the specific post which have address field, I've used the following venue post:
- hidden link
As you can see the ID of the psotis "31204", so I set the marker attribute item to display the post ID 31204 as you can see with the following shortcode:
thanks i see that , how can i transfer this onto the actual page for each location though ? it seems illogical that the page holds a toolset address field and no marker can be produced for the map . im a little lost as to why the test page will work? but as of now no marker on the venue/location page like here hidden link
I checked and its really weired issue. As you already know that before it used to work and now its suddenly stop working and this is not the case with any other user.
I've also checked the Maps API key and thats correct. It looks like specific to your site. Have you modified/added anything recently that causes the maps not showing markers especially within the Elementor template you created as with the test page we can confirm its working.
There must be some conflict that caused this issue. You may try to create new elementor template and try to add simple map on that and see if that works or try to deactivate all third-party plugins and troubleshoot this further.
well well well , i have sorted it , i had an old overwrite template for venues , it worked fine in that over ride i had
<?php echo do_shortcode('[wpv-post-body view_template="content-template-to-pull-venue-location-data"]'); ?>
remove this line or turn off the override and the map icon becomes visible !!! , my knowledge is limited i can only guess that trying to run the same shortcode twice was conflicting......
i have now commented it out with
<?php /* echo do_shortcode('[wpv-post-body view_template="content-template-to-pull-venue-location-data"]'); */ ?> and its all working