Plugin Author
MiKa
(@photoweblog)
Hello @gregos99
1.) create a page with just one openseamap – without a pgx file.(Use the WP OSM Plugin shortcode generator, do not copy anything from other pages. Does it work?
2.) If 1.) works, generate a second shortcode with the address to your gpx file.Does it work?
Br, Michael
Hello Michael,
Many many thanks for your quick answer
I uploaded the folowing short code with nothing else in the post below
[osm_map_v3 mwz=”true” map_center=”56.16,10.297″ zoom=”8″ width=”75%” height=”600″]
https://gravelvicentina.com/index.php/2021/09/09/test/
I can see a rectangle but with no map within it.
Thanks again if you can help me 🙂
Greg
Plugin Author
MiKa
(@photoweblog)
Hello Greg,
do you have any optimization or caching plugins installed?
If so, disable (not (!) uninstall) them temporarely for a test.
Br, Michael
Thanks a lot Michael for your help
It was not the cache but the ‘all in one seo plugin’ which was a problem.
I will find an alternative solution for this plugin.
I have difficulties now to see the map I want but I will try to find a solution myself in order not to bother you.
Many thanks again for your help.
Plugin Author
MiKa
(@photoweblog)
Hello @gregos99,
usually these kind of plugings (like allin one seo plugin”) provide a way to exclude other plugins. So check if there is somewhere a field to enter plugin names that should not be covered …
If there are still issues and these issues are also interessting for ohters, feel free to ask here and share the info.
Br, Michael
@gregos99 AIOSEO dev here. Try adding this code snippet to your child theme’s functions.php file and see if that fixes the error you’re seeing –
add_filter( 'aioseo_disable_shortcode_parsing', '__return_true' );
-
This reply was modified 4 years, 9 months ago by
arnaudbroes.