hupe13
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Downloads Versions of my plugin on ww.wp.xz.cnAll right, based on the statistics from my other plugin, it seems people aren’t all that eager to update.
Forum: Everything else WordPress
In reply to: Downloads Versions of my plugin on ww.wp.xz.cnNevertheless, I would expect to see 100% downloads of version 1.2.
Forum: Fixing WordPress
In reply to: Opcode cache IssueThere are different types of Opcache: shared memory cache or file cache. If it is a file cache, there is the bug.
Forum: Plugins
In reply to: [Leaflet Map] Performance freeze with 518 GeoJSON markersI found the bug. Wait for the next version.
Forum: Plugins
In reply to: [Leaflet Map] Performance freeze with 518 GeoJSON markersPlease test
[hoverlap]instead[hover]? Does this work?Thank you very much.
Forum: Plugins
In reply to: [Leaflet Map] Performance freeze with 518 GeoJSON markersI can confirm this, this effect also occurs in my examples, though not to such an extreme degree.
Da hab ich wieder was zu tun …
Forum: Plugins
In reply to: [Leaflet Map] Performance freeze with 518 GeoJSON markersEs funktioniert nur alles wie es soll auf dem Smartphone.
Bei mir nicht. Android hat mit allen Browsern (Chrome, Brave, Fennec, Samsung Browser) Probleme.
Deine Geojson-Datei wird in meiner Testumgebung ohne weiteres angezeigt und ebenso die Popups. Also vermute ich mal, es liegt an irgendeinem anderen Plugin. Da hilft nur deaktivieren/aktivieren/suchen. Ein Caching-Plugin verwendest du ja anscheinend nicht.
Yes, thank you very much, it works now. But both Chrome’s and Firefox’s developer console show some errors and warning about fonts and other things.
Forum: Plugins
In reply to: [Leaflet Map] Performance freeze with 518 GeoJSON markersIch schreib mal das, was nicht unbedingt mit dem Problem zusammenhängt auf Deutsch:
Deine Webseite lädt von Dateien (u.a. auch Google-Fonts) von externen Servern, das musst du absegnen lassen. Akismet und Jetpack sind datenschutzrechtlich bedenklich (schreiben die Moderatoren im deutschen WordPress-Forum).
My WP-Scanner detects several map plugins. If you have other as the Leaflet Map plugins active, deactivate them at least for testing.
Write in your .htaccess:
RewriteRule .*\.geojson$ - [L,T=application/geo+json]Test it again.
- This reply was modified 1 week ago by hupe13.
Forum: Plugins
In reply to: [Leaflet Map] Performance freeze with 518 GeoJSON markersDo you have an URL to a test page?
Forum: Plugins
In reply to: [Leaflet Map] Performance freeze with 518 GeoJSON markersI tested this with a geojson file with over 3000 points – no problems with Firefox and Chrome. But I’ve had the same problem before when I was testing a plugin for hosting Google Fonts locally. Maybe that’s the reason for your problem too.
[leaflet-map fitbounds]
[leaflet-geojson src="/wp-content/uploads/geojson/3600.geojson"]{name}[/leaflet-geojson]
[cluster]
[zoomhomemap]Did you changed in version 1.1.7 anything to solve this issue? I checked this again, the problem is gone on the installation with different home and site url. Maybe it is solved because I refreshed the permalinks.
But my multisite needs the RewriteRule.
I make this topic as resolved. Either you find something else or add the answer to this problem to the FAQ.
Thank you very much.
- This reply was modified 1 week, 1 day ago by hupe13.
Thank you very much, iframes are okay now.
Yes, we are talking about the message you see in the picture with Photonic. You can’t see it on the Leaflet frame because it’s at the very top, and you can’t see the top part of the frame. And this is the problem.
You see the warnings in a logfile if you take care about Debugging in WordPress.
Line 252:
$_GET['page']. The url of the frame is withoutpage=....By the way: Do you know https://github.com/wordpress/wordpress-coding-standards ?
If you solved this issue and my iframe is not right yet, maybe my code is wrong or it’s something else other in your code.
Version 5.2 has a new shortcode: leaflet-geojson-extramarker.