crossmax
Forum Replies Created
-
Forum: Plugins
In reply to: [CBX Currency Converter] How to add new currency?Thanks. Now works great
Forum: Plugins
In reply to: [CBX Currency Converter] How to add new currency?I put directly into funtions.php child theme file.
add_filter('cbcurrencyconverter_currency_list', 'cbcurrencyconverter_currency_list_extend'); /** * Add New Currency support * * @param $currency_list * * @return mixed */ public function cbcurrencyconverter_currency_list_extend($currency_list){ if(!isset($currency_list['JOD'])){ $currency_list['JOD'] = 'Jordanian Dinar'; } return $currency_list; }
This is the code i’m talking about, extracted from plugin documentation page. Where I put them? Can you explain with more details the process to add a currency?
Thank you
Forum: Plugins
In reply to: [CBX Currency Converter] Button to alternate between 2 currenciesAll right. I’ll contact you throught your website
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & WhatsApp] DashboardHi!
So @wordpress3cx, how do we create a user just to use chat plugin?
I’ve created a user with agent user option checked (as author rol) but he can do more like just use chat as agent.Thanks
Hi.
I remove installated plugin (v2.2.1 too), download the plugin from your URL, install it and recopy the both keys. Now is working!!! I don’t understand what happened because I’m checking the keys many times but I think the problem was for bad keys.
ThanksOk. I’m trying on this way.
ThanksForum: Plugins
In reply to: [The Events Calendar] Google maps not appear in the eventThanks Courtney.
I ‘ve resolved my trouble some days ago. I’ll generate a new google api key and then works.