mapster
Forum Replies Created
-
Forum: Plugins
In reply to: [Mapster WP Maps] Map not loadingHello! Unfortunately I can’t visit the page, I get a permission error (I think). Can you double check that the link works without having to log in? Then I can take a look and see if I can spot anything wrong.
Forum: Plugins
In reply to: [Mapster WP Maps] Page load speed – lots of js requestsHey there! Map looks great. On looking at the loading, I can see that the JS script is indeed only loading 1 time. There are numerous other requests, which go out to Mapbox and are initiated from the JS script, but those are standard tile requests, sprites, etc, which are expected for loading the map. I suspect that maybe the testing site reloads the page numerous times or something like that?
Happy to investigate more if you think there is something I’m missing here.
https://imgur.com/a/4esUAlQForum: Plugins
In reply to: [Mapster WP Maps] Page load speed – lots of js requestsHello, thanks for the message. This is certainly strange as the scripts are loaded via wp_enqueue, which controls any kind of double loading issue.
Can you possibly link me directly to the page in question, so I can examine if the scripts are indeed being loaded multiple times? It may be that the speed tool is confusing the JS script with calling Mapbox tiles, or something like that.Forum: Reviews
In reply to: [Mapster WP Maps] Looking really good so farThanks ?? I’m glad it’s working for you!
Forum: Plugins
In reply to: [Mapster WP Maps] WPML compatibilityJust following up — this issue was resolved as related to coordinates not getting copied over when making copies of posts in new languages. If you run into similar issues, please double check the posts that you copied to ensure that the actual geographical shapes have been copied over correctly!
Forum: Plugins
In reply to: [Mapster WP Maps] WPML compatibilityHmm, strange! Can you send an email to [email protected] so I can provide better support on this?
Forum: Plugins
In reply to: [Mapster WP Maps] WPML compatibilityHello! If you take a look at the documentation here: https://wpmaps-docs.mapster.me/for-developers/internationalization, that will walk you through enabling the post types for Mapster. Hopefully that covers it!
Forum: Plugins
In reply to: [Mapster WP Maps] WPML compatibilityHi Vito! Thanks for the comment. The plugin is overall designed to work with WPML! You should be able to translate the Locations, Polygons, Maps, Lines, etc. Are you seeing the button available to Duplicate or create translations of the different posts? You will have to also create a translation or duplication of the original map as well.
Some of the more advanced WPML features, like showing all posts from all languages on a single map, might be in Mapster Pro, but I can’t remember exactly. But general functionality should be totally present in this free version. Let me know your specific issue if you need more help!
Forum: Plugins
In reply to: [Mapster WP Maps] Custom template single postHi Mathieu! You can see the post type name in the URL when you go to locations. It is
mapster-wp-location
. You should be able to make a template for this in the standard way for WordPress templates! Bear in mind it is not a page, so it would be a PHP file like single-mapster-wp-location.php, I think. Let me know if you need any more help.Forum: Plugins
In reply to: [Mapster WP Maps] Map disappears from website and previewJust to follow up here, the issue with the original poster was due to a caching issue on their development site!
Forum: Plugins
In reply to: [Mapster WP Maps] Not show after last update custom post typeOK, so it’s fixed? Thanks!
Forum: Plugins
In reply to: [Mapster WP Maps] Not show after last update custom post typeHello, I don’t believe the plugin actually uses any of the endpoint you list there. All the endpoints for the plugin are at a custom endpoint, namely, wp/v2/mapster-wp-maps (and then a bunch of custom endpoints created in /admin/api/class-mapster-wordpress-maps-api.php). However it’s possible that some kind of internal logic is blocking fetching post types or permissions based on the other plugins you have installed…
This is a difficult one to help you with. TO confirm, the plugin works fine when you don’t have the user blocking plugin also installed?
Forum: Plugins
In reply to: [Mapster WP Maps] Not show after last update custom post typeHi there! So if I understand correctly, you are blocking all access to wp-json to prevent anonymous users from signing up? It should also be possible to do that via the WP Admin. However, if you’re using this plugin … I don’t think this filter that you posted will be able to validate if it’s the Mapster plugin or not for the request. You need a way to filter the endpoint being queried, not just the final result — this filter only provides the final result where you can check if a user is valid or not.
Forum: Plugins
In reply to: [Mapster WP Maps] Not show after last update custom post typeYes, it’s [email protected]
Forum: Plugins
In reply to: [Mapster WP Maps] Not show after last update custom post typeHello! Can you give the link to the site where you’re trying to show the map, so I can check if there are any errors on the front end? Thanks, and sorry about the issues!