chaosad2
Forum Replies Created
-
Forum: Plugins
In reply to: [Frontend Admin by DynamiApps] Hide modal buttonHi, Thank you for your answer.
Sorry, but I can’t find this option… ??
Where is it ?
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Questions / overview mapWell, I updated all articles.
Pretty cool now and really useful.
Thank you very much !
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Questions / overview mapHi,
Thank you for update(s).
But I’m sorry, I don’t really understand how it works. ??
This is my usual shortcode :
[overviewmap latlngs=coords_depart icons=marker]
I tried this code, but it doesn’t work (“distance” is an ACF field) :
[overviewmap latlngs=coords_depart icons=marker]{name}{thumbnail}{distance}[/overviewmap]
What should I do ?
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Questions / overview mapOK !
I think the way I’ve thought about it now will be perfect (until someone comes up with a new idea).?
??
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Questions / overview mapWell, I never use geojson files on my website, I gonna have a look.
If you keep active :
- title (and permalink) (always needed, I think)
- category (enable if using “show_category”) and thumbnail (enable if using “show_thumbnails”)
and let user optionnaly enable “popup=overview-popup” to customize pop-up content, it would be enough and almost easy to use.
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Questions / overview mapWell, first try this evening (github version installed) !
New acf field (called “overview-pop-up”), auto-filled from a php file.
It gives me text in acf field and pop-up content is OK.
Using this field disable pop-up title and thumbnail : is it right or is it an issue ?
If it’s right, I gonna add link on title and add a new thumbnail.
You can have a look here :
https://mymaps.fr/carte-generale/#46.33632,4.14262,13z
“Anzy le Duc” and “Oyé” tracks are updated with new field.
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Questions / overview mapWell, it seems to work ! ??
Really thank you for spending time on it !
Have a nice Sunday !
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Questions / overview mapWell, sorry, but it doesn’t work for me.
If I refresh the page (or copy/past address, or click on back button from another page), address is kept (ok)… but map is set on initial lat, lon and zoom level (defined in leaflet map plugin) again.
If I move the map and click back button, no problem, I can see all previous coords.
Same issue (for me) on your demo page.
Does it work for you ?
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Questions / overview mapWell, no, it didn’t take a while (less one day !). Thank you for spending your time on this project.
I tried it and I can see lat, lon and zoom level in address bar. Pretty cool.
But I met an issue ??
When moving map, coords and zoom level are updated -> ok
If you refresh the map (or copy/past it, or click on back button from another page), address is kept (ok)… but map is set on initial lat, lon and zoom level (defined in leaflet map plugin).
I thought that was because of fitbounds option, I disabled it, same issue.
It seems to be the same issue on your example map, but not on plugin demo map.
- This reply was modified 3 months ago by chaosad2.
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Questions / overview mapI gonna have a look to this leaflet extension :
https://github.com/MarcChasse/leaflet.Permalink
Do you think it can be added with a custom shortcode ?
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Questions / overview mapThanks, great.
I will be beta tester !
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Questions / overview mapThank you for your answer.
I usually use back button (I want a really simple website), but sometimes, back button sends me on original zoom, latitude and longitude. I don’t know why.
Another custom field would be useful : I don’t know if many users need it, but it would be useful to show some additional informations (ex : track distance)
Last question : what about picture size? Can it be changed?
Forum: Plugins
In reply to: [Extensions for Leaflet Map] kilometers and arrows missingThank you !
Forum: Plugins
In reply to: [Extensions for Leaflet Map] kilometers and arrows missingI use a custom shortcode to automatically add on map a downloaded gpx, for a long time (2 or 3 years).
But If I try with your code, it works.
Maybe should I modify my own shotcode ?
Forum: Plugins
In reply to: [Extensions for Leaflet Map] GeoJson – uncheck by defaultOK, I removed all
[]
and>
in geojson file.OK for bugs with
auto
I just kept
groups="Cols,Cols 2000 m,others" values="Cols,Cols 2000 m,others"
in code and addedvisible=0
. It seems to work fine.Thanks.
Geojson files are loaded with map, even if markers are not shown, right ?
- This reply was modified 7 months ago by chaosad2.