sashiro77
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Can’t get complex function to workThank you very much
Forum: Plugins
In reply to: [Facebook Chat Plugin - Live Chat Plugin for WordPress] Change popup messageOk had to insert `nbsp;’ on every space occurrence.
- This reply was modified 6 years ago by sashiro77.
Forum: Plugins
In reply to: [Facebook Chat Plugin - Live Chat Plugin for WordPress] Change popup messageSorry for that…
Now it’s writing “Buongiorno!” instead of the complete phrase I have written “Buongiorno! Come possiamo aiutarti?”
Forum: Plugins
In reply to: [Facebook Chat Plugin - Live Chat Plugin for WordPress] Change popup messageHi all
@joaogarcia50 solution doesn’t solve for me. It’s still in plain english…
I cleaned up the cache, cookie and so on.
Any other hints?
Thanks a lot.
Same here.
Problem not solved. It’s always in english a part loggin in to facebook first.
Hi, maybe I solved.
Try this:
go to wp-content->plugins->facebook-messenger-customer-chatmake a copy of script.js and rename the old one in script.js.old so you have a copy.
change the line to your desired locale in the new script.js (in my case I put italian locale):
‘pageID’ : fbmcc_sanitizeNumbersOnly($data_json[“pageID”]),
/* ‘locale’ : fbmcc_sanitizeLocale($data_json[“locale”]), */
‘locale’ : ‘it_IT’,Hi.
Same problem here… Have you found out how to solve?