Arnoud
Forum Replies Created
-
Thank you @pablo2 ! Well ahead of the deadline from Microsoft. Well done! ??
Just managed to get the Azure Maps key.
All works as expected on my end. Getting the key & account was quite easy.
Hope my usage stays within the free tier. ??
You can mark this one as resolved. ??Take your time! There is still 6 months of time before Bing Maps is phased out.
Thanks, feel free to ping me if a test is needed. Happy 2 help.
Forum: Plugins
In reply to: [Geo2 Maps Add-on for NextGEN Gallery] Route/Track not shownYou’re a bit behind on your WordPress and PHP version.
Any reason why you’re not yet on PHP8 and WP 5.8.1?
What version of the plugin are you using? Updating to 2.0.4 fixed it for me.Forum: Plugins
In reply to: [Geo2 Maps Add-on for NextGEN Gallery] Route/Track not shownI’m suggesting to include the SQL query (I still need to write) into the plugin.
So others might easily migrate from WP GPX Maps to Geo2Maps.
The query would replace the SGPX tag with the geo2 tag syntax. As both are quite similar it’s an easy “find and replace’ SQL query.The relative path works just fine. I always use relative paths, so I can run 2 copies of my website. 1 for test/dev and one for production. ??
Saves me the hassle of updating paths within posts, when testing.Forum: Plugins
In reply to: [Geo2 Maps Add-on for NextGEN Gallery] Route/Track not shownThanks id=1 and lowercase xmlurl fixed my issue. ??
Now for me to write a SQL script to replace the
[sgpx nggalleries=324 gpx="/wp-content/uploads/2021/08/GPXFILE.gpx"]
with
[geo2 id=1 xmlurl=/wp-content/uploads/2021/08/GPXFILE.gpx]
(the actual URL doesn’t need to be included in the statement).But that’s relatively simple (backup first ofcourse).
Might be interesting to include in the plugin (or documentation) for others that would like to migrate from WP GPX Maps (https://nl.www.ads-software.com/plugins/wp-gpx-maps/)?
That plugin is no longer maintained it seems (and only 1.7.0.2 works as it should. Not PHP8 compatible either).Forum: Plugins
In reply to: [Geo2 Maps Add-on for NextGEN Gallery] Route/Track not shownThanks, it seems to work when I use a Nextgen gallery into a post.
But not when I combine the “PID” tag for example with the “xmlUrl”How I build up my posts is:
<text> <selected images from a gallery> <text> <selected image from the same gallery> <map with route + gallery thumbnails>
With GPX Maps that would be a code like:
sgpx nggalleries=324 gpx="/wp-content/uploads/2021/08/GPXFILE.gpx"]
As there is no such option in Geo2Maps, I tried the following:
[geo2 pid=10374,10372,10375,10373,10376,10375,10377,10379,10378,10380,10382,10384,10381,10383,10350,10352,10347,10346,10348,10349,10361,10363,10385,10354,10351,10355,10357,10353,10356,10358,10360,10359,10362,10364,10365,10369,10370 xmlUrl=/wp-content/uploads/2021/08/GPXFILE.gpx]
This results in the thumbnails being displayed, but not the route.
The route is only displayed when I build up the post like:
<text> <text> <text> <text> [ngg src="galleries" ids="1" display="basic_thumbnail"] [geo2 xmlUrl=/wp-content/uploads/2021/08/GPXFILE.gpx]
Is there a way to make it work like my current setup? Specify the gallery to display in the tag like WP GPX Maps, or make both the xmlURL & PID tag work together?
@mihaiimagely thanks, but that’s not the issue.
Seems that the issue was/is related to another plugin (WP GPX Maps):
https://www.ads-software.com/support/topic/bug-exif_read_data-function-not-found/
I downgraded to the previous version of that plugin and that solved the issue.Hi, as the developers already fixed the issue, why hasn’t it been included in the 3.1.3 or 3.1.4 releases? Those are stable…
I’ve updated the plugin to V3.1.1 today. But still the issue remains.
Two weeks have passed since @edanzer his promise to look into this on priorirty. No fix just yet. What’s the roadmap / timeline for this?Thanks for your reaction @edanzer. I look forward to the solution. Glad to read it’s on the to-do list once all preperations are done for Gutenberg. Also very nice if that works nicely with NextGen. ??
@imagely, when are you going to help me (and others!) with this?
Hello Gaby,
My hosting provider supports ORDER BY RAND() in SQL. It’s also active.
Tested this myself in a SQL query:SELECT * FROM wp_options ORDER BY RAND() LIMIT 1;
It returns a different value each time.
Well, the moderator removed my post from that topic. And stated that I need my own topic.
So please provide me with support either here or in the other topic and sort things out with the moderators. My issue is not yet resolved and anything I can do to assist to get it fixed, please let me know!