mapster
Forum Replies Created
-
Forum: Plugins
In reply to: [Mapster WP Maps] GeneratePress Theme & Speed?Hello Matc! Thanks for the message. I’ve had a couple reports of this in the past and it’s been very hard to diagnose, it seems to happen only to some users in some cases and I haven’t been able to replicate reliably. That being said, I have made some changes in a version that I’m currently working on. If you can email me at victor@mapster.me I can shoot that new version over to you so you can give it a test and some feedback!
Forum: Plugins
In reply to: [Mapster WP Maps] Map not loadingFollowing up — this issue was related to a Mapbox style being entered incorrectly, as a title instead of as the Mapbox Share URL that’s provided. See https://wpmaps-docs.mapster.me/fundamentals/maps/setup for more info!
Forum: Plugins
In reply to: [Mapster WP Maps] Map not loadingHi, if you can email me at victor@mapster.me I can provide some closer support, I don’t see anything clear on the first look over it.
Forum: Plugins
In reply to: [Mapster WP Maps] Page load speed – lots of js requestsI actually re-thought that a little, and I think it was not reloading it multiple times — I do think that it was just registering all the tile requests as being “loading” from the JS script. Loading a map requires numerous tile requests, which all are initiated by the script it points to, so that seems the most likely explanation.
Forum: Plugins
In reply to: [Mapster WP Maps] Page load speed – lots of js requestsMarking as resolved!
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 victor@mapster.me 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!