Skip Navigation

[Waiting for user confirmation] Map not working as defined

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 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 6 replies, has 1 voice.

Last updated by Minesh 3 days ago.

Assisted by: Minesh.

Author
Posts
#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
Supporter

Languages: English (English )

Timezone: 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
Supporter

Languages: English (English )

Timezone: 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
Supporter

Languages: English (English )

Timezone: 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
Supporter

Languages: English (English )

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

Can you please check now: hidden link

I've added the folloiwing JS code using the HTML block to your page at bottom of the page:
=> hidden 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.