mapster
Forum Replies Created
-
Forum: Plugins
In reply to: [Mapster WP Maps] Flipped Huge Map IconsUnfortunately, I can’t seem to replicate this flipped icon thing. It’s something that I figure I would have heard about before, so I’m pretty confused as to how that’s happening… does every image do the same thing for you? Maybe this sounds stupid, but is the rotation value different than 0?
Forum: Plugins
In reply to: [Mapster WP Maps] Flipped Huge Map IconsHi there, definitely a weird one with the flipped thing. I will put that on my list to take a look at soon and be back to you as soon as I can.
Unfortunately for the scale, it’s not something I can adjust since other users already have the scale set.
Forum: Plugins
In reply to: [Mapster WP Maps] Security VulnerabilityHello, this should be fixed in the latest version, 1.2.39.
Forum: Plugins
In reply to: [Mapster WP Maps] Security VulnerabilityThanks for this, it will probably take me some time to investigate this but I’ll be back in the next week or so.
Marking as resolved.
Forum: Plugins
In reply to: [Mapster WP Maps] Plugin in loading mode in frontendMarking issue as resolved.
Hi, yes, this is a tough one! Currently there isn’t any way to actually put these categories into a specific order from the backend side. Without adding an additional feature in (which I’m open to if you are planning to get the Pro version?), the best way to do this would actually be with some jQuery. I can write a small snippet to guide you on rearranging the DOM elements if you’re comfortable with jQuery. However if you aren’t, then unfortunately as the plugin currently is that feature doesn’t exist yet 🙁
- This reply was modified 2 years, 4 months ago by mapster.
Hello! Thanks for the message, sorry you’re having some trouble. When you say it shows them “switching back and forth”, do you mean that the order isn’t in the order you want it to be? Or do you mean something else? A link to the frontend map would also be helpful if that’s possible. Thanks!
Forum: Plugins
In reply to: [Mapster WP Maps] Plugin in loading mode in frontendHello, the WP version shouldn’t cause any issue — the plugin does work just fine with the latest version of WP I just didn’t update the text in the plugin README yet. This is a problem that seems more with the setup than the plugin itself. If you want you could email me directly victor@mapster.me and I may be able to help more.
Forum: Plugins
In reply to: [Mapster WP Maps] Plugin in loading mode in frontendHmm, I am still seeing that 509 error happening when it tries to load the Mapster Javascript file! I’m not totally sure how to tackle it, does your hosting provider say anything about the 509 error?
Forum: Plugins
In reply to: [Mapster WP Maps] Plugin in loading mode in frontendHello there! When I visit the page, I see that there are many javascript errors in the console and specifically, the Javascript file for the Mapster plugin is not able to load due to a 509 error. This error corresponds to “Bandwidth exceeded”, which makes me think this is probably something about your hosting and the amount of data being served up there. This server error is not something I can control with the Mapster plugin but I am happy to help if you can resolve that 509 error! Thanks.
Forum: Plugins
In reply to: [Mapster WP Maps] Cursor not change on hover markerThis issue has been resolved with a fix currently in beta, to come out with the next release (1.2.38). Label/icons will now change cursor when hovered over if they have a popup attached.
Forum: Plugins
In reply to: [Mapster WP Maps] Cursor not change on hover markerThanks for the link, I can see it. It’s because of the way the markers are added, they are actually icons, not markers technically in the Mapbox API. I will look into setting a condition that changes the cursor when hovering over one of these. It may be a few days, I’m currently travelling, please email me at victor@mapster.me if possible so I can support more!
Forum: Plugins
In reply to: [Mapster WP Maps] Cursor not change on hover markerHello, do you have the map anywhere that I can take a look at it to see if I can spot the issue? In general, custom image markers do have cursor changes when hovered over.
Forum: Plugins
In reply to: [Mapster WP Maps] Cursor not change on hover markerHi there! This is just a default thing with Mapbox. Sometimes you might not want a marker to change the cursor, for instance, if a marker isn’t clickable. The markers (note, not labels, but plain markers) do have a class that you can edit: mapboxgl-marker or maplibregl-marker. You could add a hover effect to that class and it should work!