iGuk
Forum Replies Created
-
Thanks for reporting this bug. I can reproduce this issue. Will be fixed soon.
Forum: Plugins
In reply to: [Car Route Planner Plugin] Map and list not working correct?As for 10 waypoints issue – please describe steps to reproduce the issue.
Do you add extra points via “Zwischenpunkte” field? And it stop working after 10 waypoints? I tried several routes, but can’t reproduce. Please share the sample of waypoints.
Or do you add extra points via drag&drop route over the map?
Forum: Plugins
In reply to: [Car Route Planner Plugin] Map and list not working correct?Hello, Kailew.
Sorry for the late reply.
2 & 3 should work well right now. I fixed a javascript bug on mobile + disabled cookie consent. Please check.
Forum: Plugins
In reply to: [Car Route Planner Plugin] Map and list not working correct?2 & 3. Ok, I can reproduce the issue. I will investigate it and will return with the fix shortly.
Forum: Plugins
In reply to: [Car Route Planner Plugin] Map and list not working correct?Hello, Kailew.
Sorry for the late reply.
1. Waypoints are not limited, but there is a limit of route length, which is 15 000 km. Let me know your waypoints list which cause the issue. May be it fails because of large route length.
2+3. If your page is publicly available, please share the URL here or drop me email to support [at] drivebestway.com. I will look at the issue with mobile map and cookie hint. I can’t reproduce this issues with my test website.
4. Yes, you can use shortcode with attributes default_from, default_to and calculate_instantly to render particular route on page. You can create several pages with different routes and use it like bookmarks.
[crp … default_from=”Houston” default_to=”Atlanta” calculate_instantly …]
Forum: Plugins
In reply to: [Car Route Planner Plugin] Is this city based?Thanks for pointing out the issue.
This behavior of the calculator is due to the map zoom. When the map is viewed from a distance, clicking on a city should be interpreted as an abstract point in city (the center of a city). And when the map zooms in, a more precise click should add coordinates and be interpreted as a point in the city.
I think that the zoom threshold could have been chosen poorly, which is why you saw such illogical behavior.
I have now changed the zoom threshold – please try again and let me know if the issue still exists.Forum: Plugins
In reply to: [Car Route Planner Plugin] Google Map PolicyHello!
I am surprised at such requirements from google side, because no google technologies are used inside plugin/widget.
Could you please give me more details about this case? My email is [email protected]Forum: Plugins
In reply to: [Car Route Planner Plugin] Price Per KM FormulaNo, I think it should work fine or did not work at all if some issue is present in draft post.
You can also test formula in online configurator:
https://www.drivebestway.com/widget/v1/htmlThis configurator has preview. Please check if you see different behaviour for the formula in WP plugin and in online configurator.
Forum: Plugins
In reply to: [Car Route Planner Plugin] Price Per KM FormulaHm, it looks strange. May be some other settings create side effect?
If your site is public, could you post link here or email me to [email protected] – I will try to reproduce the issue and investigate it.Forum: Plugins
In reply to: [Car Route Planner Plugin] Price Per KM FormulaHello, @totrakanli
I think it should looks like “Length * 10”
Forum: Plugins
In reply to: [Car Route Planner Plugin] Route Length Result VariableHello, Roberto!
The route length is not available on php side (on backend, your server), since all calculations are performed inside iframe in async mode. But route length can be accessed via javascript on browser level (in browser of client).
You can write your own javascript function, which will be called after route is calculated. Here is the code example: https://www.codepile.net/pile/ywLL1bwoForum: Plugins
In reply to: [Car Route Planner Plugin] Hello, how do I add my local currency?Please re-install plugin (remove and add again) to drop the cache. Now DOP currency should appear.
Forum: Plugins
In reply to: [Car Route Planner Plugin] Hello, how do I add my local currency?Hello! It can be added only from our backend side.
I will add this new currency today or tomorrow. Stay tuned.Forum: Plugins
In reply to: [Car Route Planner Plugin] Map not workingHello!
Sorry, that is my fault. I have introduced a bug while refactoring the code.
Now I have fixed the bug. Please clean you browser cache and check.Forum: Plugins
In reply to: [Car Route Planner Plugin] Sorry, our database has no such cityIs it for default_from/deafult_to values? Try this format “Paris 75013” – it can’t be chosen from autosuggested options, while typing. But try to ignore autosuggested cities and write required address. In many cases, addresses will be recognized correctly after clicked “calculate” button on form.