iGuk
Forum Replies Created
-
Forum: Plugins
In reply to: [Car Route Planner Plugin] Sorry, our database has no such cityHi, again! I have investigated this issue and come to conclusion, that it is not a bug.
You can clean fields Default value for “From” (Valeur par défaut pour “De”) and Default value for “To” (Valeur par défaut pour “à”) and generate short code without default_from/default_to attributes.
This fields only accept city names.
Forum: Plugins
In reply to: [Car Route Planner Plugin] Sorry, our database has no such cityHi! It looks like a bug in our backend. Thank you for reporting it. I will fix it soon and write again here.
Forum: Plugins
In reply to: [Car Route Planner Plugin] Car route planner cookie consent appearSorry, fixed.
Forum: Plugins
In reply to: [Car Route Planner Plugin] nl language supportI am happy to announce the NL language support!
Forum: Plugins
In reply to: [Car Route Planner Plugin] nl language supportI am sorry for the confusion. Please drop me a line to [email protected].
Forum: Plugins
In reply to: [Car Route Planner Plugin] nl language supportThank you for your contribution. Your help is appreciated. I have dropped a letter to you email about Dutch language roadmap.
Forum: Plugins
In reply to: [Car Route Planner Plugin] Fix translation (i18n)Fixed.
Forum: Reviews
In reply to: [Car Route Planner Plugin] Best Plugin using OSM And GraphHopperThank you!
Forum: Plugins
In reply to: [Car Route Planner Plugin] Anyway to remove calculate buttonRight now there is no such function in the plugin. But you can achieve this goal in another way: use HTML code instead of WP plugin + hide the button with custom CSS.
1. Generate HTML-code here: https://www.drivebestway.com/widget/v1/html
2. Replace default CSS with your own: https://www.drivebestway.com/widget/v1/doc#design
3. Hide unwanted button with CSS.Forum: Plugins
In reply to: [Car Route Planner Plugin] How can I add Turkish language support?Hello, Barhalli.
Yes, you are right, pot file is not enough. Localization is also required in our backend. We will try to add it approximately in September 2019. Sorry, but can’t do it faster. There will be an updated version of the plugin when Turkish localization will be released, so you can install the English version right now and just update the plugin later.Forum: Plugins
In reply to: [Car Route Planner Plugin] route planner doesn’t workPlease let me know if I can do anything else for you.
Forum: Plugins
In reply to: [Car Route Planner Plugin] Can we specify time of travelPlease let me know if I can do anything else for you.
Forum: Plugins
In reply to: [Car Route Planner Plugin] route planner doesn’t workIt has been 24 hours and the plugin config has been updated automatically. Now the plugin should work fine.
I apologize for this incident. The reason was a bug that I accidentally introduced 1 day ago on our server. As a result, the configuration of the plugin was corrupted and therefore the route calculator disappeared on the page. Yesterday I fixed this bug and now the problem should be solved.
Forum: Plugins
In reply to: [Car Route Planner Plugin] route planner doesn’t workI have another idea. Try to deactivate the plugin and after that activate it again.
Forum: Plugins
In reply to: [Car Route Planner Plugin] route planner doesn’t workDo you have access to your MySQL database?
If yes, please do the following: find the table named like ‘wp_options’ and remove the row with ‘option_name’ = ‘_transient_crp-transient-config’.
It will force the plugin to reload its config from the server. Otherwise, the plugin will refresh the config automatically for 24 hours.
Please let me know if this helps.