mapster
Forum Replies Created
-
Forum: Plugins
In reply to: [Mapster WP Maps] Import LocationsHello! To use the spreadsheet importer, Pro is needed. However, you could convert a CSV into a geoJSON and upload it that way using a tool like Mapshaper.com!
Let me know if this helps.
Forum: Plugins
In reply to: [Mapster WP Maps] Multilangual website (WPML) can’t load map.Hello! It looks like some of the French versions of the locations may not actually be duplicates — they don’t seem to have coordinates attached. Four of them do: Place des Canotiers, Le parc commémoratif, Place Jean-Béliveau, and CHU Sainte-Justine. However, the others (École primaire Guy-Drummond, Collège Ahuntsic, etc), don’t have coordinates actually defined. I think these need to be saved or duplicated the same way as you did the ones that were successful. Please let me know if you need more help with this.
Bug has been fixed — will be released in next version 1.2.40.
Hmm, this is strange, I’m not able to replicate this in testing. Can you email me at victor@mapster.me so I can try to help you more?
Forum: Plugins
In reply to: [Mapster WP Maps] Map works in preview but stuck loading on pageThis issue was resolved — it was a matter of not having a Popup Template selected for one or more Locations that were added to a map. Thanks fth5000!
Forum: Plugins
In reply to: [Mapster WP Maps] Search functionalityNo response here, so I’ll close this.
Forum: Plugins
In reply to: [Mapster WP Maps] Maps in TabsHi there… I’m sorry but I just can’t dive into your installation and write a lot of custom code here to make things work. This would require someone who can do some programming to work on the site. The underlying issue unfortunately is with how Divi creates tabs in the DOM, and not with the plugin. I wish I could help you more but it’s just too much beyond the level of free support!
Forum: Plugins
In reply to: [Mapster WP Maps] PHP 8.2 ProblemsHello! If you want to email me at victor@mapster.me, I should have a fix for you to test. Thank you.
Forum: Plugins
In reply to: [Mapster WP Maps] PHP 8.2 ProblemsThanks, I’m working on this. I’m having some trouble getting my local to run this PHP version but I’ll have an update soon.
Forum: Plugins
In reply to: [Mapster WP Maps] PHP 8.2 ProblemsHello, I’m trying to find any warnings or errors occurring with PHP 8.2, but I haven’t found any yet. Can you let me know where you are seeing warnings or what the warnings are?
Forum: Plugins
In reply to: [Mapster WP Maps] Maps in TabsHi, they seem to work now — maybe it’s a staging thing. Anyway, I’d advise just calling the map.resize() method a short time after the user clicks the tab. I suspect that Divi loads the tabs as a small size and sets them to full width later, on click — which for most content wouldn’t matter, but for a map does. I can see that the container for the map is the correct size, so I suspect it would just take a
map.resize()timed correctly to fix it.Note that you’d have to target the right map for it to work — see https://wpmaps-docs.mapster.me/for-developers/javascript-hooks or https://wpmaps-docs.mapster.me/for-developers/custom-scripts
- This reply was modified 2 years, 2 months ago by mapster.
Forum: Plugins
In reply to: [Mapster WP Maps] Maps in TabsHello there! Sorry you’re having some troubles. I tried to visit your links but unfortunately they seem to be down or not loading at all for me. Can you double-check that?
As for this kind of issue in general, it’s hard to control what Divi is doing when it comes to tabs. My guess is that they have multiple sizes going on as the tabs resize to fit the window, and it happens to be that when Mapster loads it gets caught in a certain tab size and stuck there afterwards. The maps don’t ever preload at a smaller size or anything, they will always take the settings you set in the map creation screens.
It is possible to try to force the maps to load at the proper width. If you are comfortable with Javascript, you could hook into the proper click event (maybe that’s a click on the tab as you described), then make sure the size of the maps is set to 100% width and your desired height. Then, callmap.resize()which will check the size of the map and trigger a re-render.
Let me know if this helps or if I can offer more advice.Forum: Plugins
In reply to: [Mapster WP Maps] PHP 8.2 ProblemsHello, I will test this and revert back next week. Please ensure you’re using the latest version of Pro (1.2.39) as there were already numerous fixes made there for PHP 8.
- This reply was modified 2 years, 2 months ago by mapster.
Forum: Plugins
In reply to: [Mapster WP Maps] Search functionalityHello! There are already numerous search functionalities available, such as geocoding, custom filtering of locations, and so on. What are you looking for?
Forum: Plugins
In reply to: [Mapster WP Maps] Flipped Huge Map IconsVery odd one! Good job sorting that out.