Closed julianzz98 closed 9 months ago
I can't confirm this. Maybe the zoom is to high, zoom out the map. Do the marker cluster then? Or set you disableClusteringAtZoom = 0
? Then is clustering forbidden.
The clustering is not happening, regardless of the zoom level. disableClusteringAtZoom = 0
is not set. Next step would be to manually downgrade the plugin, for this I still need to increase the file size limit...
Okay after manually downgrading to the previous version (GitHub ZIP), the cluster function is working again.
Version 3.5.8:
Version 4.0:
Could the PHP version cause a problem? We are still using 7.4, even though the requirements of the plugin state PHP version 7.4 ...
php 7.4 is old, you should upgrade. But this seems not the problem. Install https://de.wordpress.org/plugins/query-monitor/ to see any errors. Open the developer console to see Javascript or other errors. Maybe the geojson file has a problem. Keine Ahnung. My mail address.
Danke! Will report back.
Or a cache plugin?
Moin! I finally had the chance to upgrade the PHP version from 7.4 to 8.3 and reinstalled the plugin in the version 4.0. The cluster function now works again.
Therefore I would suggest you pinpoint the current minimum requirement of the PHP version that the plugin needs now and update your listed requirements accordingly.
Closing this issue! Thanks again for the response!
Thank you for testing. I no longer have access to php 7.4 anywhere, so I installed it on my local PC (Windows) again and only called up one page and it didn't give any error. That's why the php 7.4 error would have been interesting for me.
That is my bad. Forgot about checking the error message beforehand...
There are compatibility checks available. These show problems with php 7.2 or earlier, but no problems with 7.4. Aber egal, schön, dass es nun läuft und auch aktuell ist.
Und? Was war jetzt der Fehler?
Ich habe Parameter als "string" statt als "int" der Funktion übergeben. Ich hatte doch was geändert von 3.5.8 zu 4.0: Ich habe versucht, das Inline-Javascript auszulagern.
Ok, dann hat sich das ja fix gelöst! Danke für den tollen Support!
Na wenn 2 sich beschweren ... Und dort hatte ich auch einen Link zur Seite, das hilft.
First of all, thank you for your work and providing this great plugin to the community!
After I manually updated the plugin from version 3.5.8 to 4.0, the function [cluster] seems to be not working anymore. I tried different configurations using the provided options with no results.
The code in my HTML element looks like this (formatted and modified the content for readability):
Are there any changes that I am missing? The changelog did not mention direct changes to [cluster] function.
Would appreciate a response!