tempranova
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Mapbox GL JS Maps] PHP notices on class-wp-mapbox-gl-js-public.phpOK. Thanks! I will note those PHP errors for future versions, but if they are hidden with WP DEBUG off I will forget about them for right now:) Thanks Marco!!
Forum: Plugins
In reply to: [WP Mapbox GL JS Maps] PHP notices on class-wp-mapbox-gl-js-public.phpHello, is this happening with WP DEBUG turned on? We can make some time to look at removing excess classes. Is this accompanied with any errors on the website itself? If you can give a link to the live site that would be appreciated. Thanks!
Forum: Plugins
In reply to: [WP Mapbox GL JS Maps] Marker not visible in public viewHello Ollesasos! Thanks for the information. Do you have a link to the current live site so I can check for any errors?
Forum: Plugins
In reply to: [WP Mapbox GL JS Maps] how to import to data to map using csv file?We do have an importer that allows CSV, but we haven’t clearly given information on how to format it in our docs yet: https://www.mapster.me/wp-mapbox-gl-js/docs/import-export/importing-to-map-creator/
Your best bet will be to export a geoJSON from a map to see the format, and then format your CSV into geojson form and upload it.
Unfortunately not. It’s a bit tricky to do
You will need to go into the public javascript file, and wrap the loading of the map in a setTimeout call.
Forum: Plugins
In reply to: [WP Mapbox GL JS Maps] Popups are not responsiveYou would have to monkey around with some CSS or javascript to work on this.
Forum: Plugins
In reply to: [WP Mapbox GL JS Maps] Markers from GEIt is not possible to import markers.
Forum: Plugins
In reply to: [WP Mapbox GL JS Maps] Metrics units + default language changeSorry, but we don’t have a control to change this. You would need to get into the plugin code itself and add that in the public javascript file.
Hi, we don’t support Visual Composer, and it renders the pages in such a way that cause the map to be rendered at incorrect widths. It would need a timeout to be set before loading the javascript, because Visual Composer loads in a dumb way:)
Forum: Reviews
In reply to: [WP Mapbox GL JS Maps] Disappointed with the the Advanced LicenseI am not sure if this is a fair review. We did respond to this customer when he asked about custom tilesets, but I believe he had a different expectation than what the plugin provides. We provide a free sample for users to test before they buy, so you can know what you are getting. See mapster.me/sample-plugin. The Store Finder is meant to be styled further with CSS, and it will not automatically populate with the locations you have in a Mapbox style.
We would be happy to debug popup and marker issues if provided with an admin login. Thank you!
Forum: Plugins
In reply to: [WP Mapbox GL JS Maps] GPX ImportHi there, not at the moment. It would possibly be good to add for the premium version, though, if there is interest.
Forum: Plugins
In reply to: [WP Mapbox GL JS Maps] When use my style gives an errorWe will check into this and have an answer for you soon, we are just doing some revisions and reworks in the plugin.
Forum: Plugins
In reply to: [WP Mapbox GL JS Maps] Importing Datasets not workingHello, you can email us at [email protected] for support on the premium plugin. There could be a number of reasons such as not having the right permission on the secret token.
Hi Mark!
Thanks for the question/bug. We suspect this is an issue related to the way that The7 theme may render content. On many of the more integrated, complicated themes, they render content in different ways than in normal WP installs. This causes certain divs to have one width, only to be reset to another width with Javascript after the page loads. As a result, when the map initializes, there are occasions when the containing div will resize a fraction of a second later, but the map doesn’t know to resize itself to match the changed container.
We have fixed this in a one-off on some maps in the past by adding a timeout before the load, but it’s a very hacky solution. I would recommend giving a test if it’s possible without The7. We will revisit this in the future (we are taking a break from active development on this for a few weeks) and see if we can add an additional option for these cases.