lordkek
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Problem with language switcherhello @chouby, Thank you for clarifying.
Did not see that oneForum: Plugins
In reply to: [Polylang] Problem with language switcher@davidperezh did you contact the divi team for this problem? I can’t find any support for flatsome
the problem is still there on mobile browsers
any ideas why this is happening?
EDIT: solved the problem, just edit it to this: $distance = (float) str_replace(“”,””,$_POST[‘distance’]);On PC you won’t have ,00 anymore tho.
just a rounded up number- This reply was modified 6 years, 5 months ago by lordkek.
@efsrraatios
i just tried what you said but still, have the same problem.
Did you figure it out or do you still have this problem?EDIT: I just solved the problem.
Go to plugin > editor > ride-functions.php
search for this: $distance = (float) str_replace(“,”,””,$_POST[‘distance’]);Change it to this: $distance = (float) str_replace(“.”,””,$_POST[‘distance’]);
- This reply was modified 6 years, 5 months ago by lordkek.
Just changed the decimal separator to a comma in woocommerce settings but still have the problem.
- This reply was modified 6 years, 5 months ago by lordkek.
I got the same problem when I give a distance over 100km for example (brussels to oostende) with a rate of 1€/km then the total rate is €111.
But when i give a distance with less then 100km for example brussel to zaventem then the total rate is €157 for 15.7 km at a rate of 1€/km.
I think there is a comma missing somewhere.
It would be great if you guide us how to fix this problem
thanks for readingYou can test the results yourself here: https://belgiumtaxi.com/pay-now/
results under 100km: Per km rate : € 1 Distance : 15,7 km Total Rate : € 157
results above 100km: Per km rate : € 1 Distance : 111 km Total Rate : € 111I got the same problem
i was unable to find the error tho :Sgo to plugin editor > select wp ride booking > includes > distance.js
then search for this: jQuery(“#rate_per_km”).html(‘$ ‘ + obj.rate);
change the $ symbol- This reply was modified 6 years, 5 months ago by lordkek.
the plugin “cf7 autocomplete places” also uses an API.
I tried to create and API key on another google account but still has the same problem.
Is there a way that WP ride booking could ignore the other API?- This reply was modified 6 years, 5 months ago by lordkek.
HI, i fixed the problem by deactivating another plugin called “contact form 7 autocomplete places”
But i actually need this plugin too is there a way to make them work together?
thanks- This reply was modified 6 years, 5 months ago by lordkek.
Forum: Plugins
In reply to: [WooCommerce] Endpoints not workingfixed by going to woocommerce system status > fixed all the errors on red.
Forum: Themes and Templates
In reply to: [Moesia] Header media missing?i fixed the gap by adding this code to my custom css:
#panel-2040-0-0-0.so-panel.widget.widget_rev-slider-widget.widget_revslider.panel-first-child.container { z-index: 0; padding: 0px; }
now all i need is to find a way to put the menu under the rev slider and make it sticky when you scroll down ??
Forum: Themes and Templates
In reply to: [Moesia] Header media missing?Hello there,
i started using the revolution slider plugin and came across a new problem
there is a gap between the rev slider and menu
i tested over 420 custom css codes but none have worked yet
if it’s possible i would like to make the menu go under the rev slider like you guys did in the moesia theme when you add a header image once you scroll down the menu becomes sticky. i think this will solve 2 problems at once ??link to site: site
- This reply was modified 6 years, 10 months ago by lordkek.
Forum: Themes and Templates
In reply to: [Moesia] not able to edit serviceswow my dumb ass searched the internet for 4 days and this guide solved it.
thank you sir
i will now go cryForum: Themes and Templates
In reply to: [Moesia] not able to edit servicesi can’t find any services in my dashboard
but i do find them when i install the sydney theme