Thread Starter
thawek
(@thawek)
Dear Berkux,
Works like a charm, perfect!
Now I just need to get how to convert {startvalidity} and {endvalidity} from epoch to humanlike date/time. Probably some JS, but I don’t have idea yet, how to do that.
Thanks anyways!
Thread Starter
thawek
(@thawek)
Hi berkux,
%5B / %5D works, when the plugin is on separated page, but unfortunately doesn’t work on main page, when shortcode is put into text editor of Elementor.
Thread Starter
thawek
(@thawek)
I think the issue is with the URL:
https://api.autorouter.aero/v1.0/notam?itemas=[%22EPKM%22] <- This downloads entire HTML, and parser can’t handle it;
https://api.autorouter.aero/v1.0/notam?itemas=["EPKM"] <- gives “No URL Defined: Check the shortcode […]”
-
This reply was modified 4 years, 11 months ago by thawek.