Navigation überspringen

[Warten auf die Bestätigung des Benutzers] Map not working as defined

This support ticket is created vor 1 weeks, 3 days. 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
- 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 -

Zeitzone des Unterstützers: Asia/Kolkata (GMT+05:30)

Dieses Thema enthält 8 Antworten, hat 1 voice.

Zuletzt aktualisiert von Minesh vor 2 days, 23 hours.

Assistiert von: Minesh.

Author
Artikel
#2824094
Screenshot 2025-09-09 at 14.56.13.png
Screenshot 2025-09-09 at 14.56.02.png

The map clustering is different on website and wp backend. I have cleared the cache, but no help. The rougher clustering (fewer markers) is there in published website what ever I do. Or no clustering at all.

#2824195

Minesh
Unterstützer

Sprachen: Englisch (English )

Zeitzone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

I would like to know are you using Google map API or any other maps API?

#2824322

Hello,
I'm using Google. Should I try the others?

#2824325

Minesh
Unterstützer

Sprachen: Englisch (English )

Zeitzone: Asia/Kolkata (GMT+05:30)

ok - then it might be the different due to number of posts etc..etc.. queried in backend.

Do you see correct result on frotnend?

#2824430

The result in frontend is clustered wrongly. The items are all there, but I want them to be spreaded more, not so clustered as they are. For example all Helsinki (which is our capital) are clustered into Turku map point. That's insane 😀

The backend shows right clustering.

#2824434

Minesh
Unterstützer

Sprachen: Englisch (English )

Zeitzone: Asia/Kolkata (GMT+05:30)

Can you please share problem URL and admin access details and let me review and check what could be the possible solution.

*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.

I have set the next reply to private which means only you and I have access to it.

#2824451

Minesh
Unterstützer

Sprachen: Englisch (English )

Zeitzone: Asia/Kolkata (GMT+05:30)

Can you please check now: versteckter Link

I've added the folloiwing JS code using the HTML block to your page at bottom of the page:
=> versteckter Link

<script>

var delayed = function() {
   
previewmap  = WPViews.view_addon_maps.maps['map-8'];
     
   previewmap.setZoom(6);
     

};
   
jQuery(document).ready(function(){
  setTimeout( delayed, 2000 );  
});


</script>

Can you please confirm it works as expected.

#2825184

Hi Minesh, thank you for your efforts. The map looks better now, but the popup content doesn't open when, for example the address is only the city and there are multiple with same address (only city). Check Helsinki. Is this normal?

#2825303

Minesh
Unterstützer

Sprachen: Englisch (English )

Zeitzone: Asia/Kolkata (GMT+05:30)

Well - if you want to display multiple markers on the same location then you will have to use the spiderfy option but I see its not working maybe its due to clustering.

As per our support policy, we entertain only one question per ticket. This will help other users searching on the forum as well as help us to write correct problem resolution summery for the original issue reported.

I encourage you to open a new ticket with every new question you may have. Thank you for your understanding.