tatiwp2019
Forum Replies Created
-
Thank you very much!
Here is the screenshot https://drive.google.com/file/d/1KEcWimfdzOwfeDiTOjWjiE3bVxnD12Y-/view?usp=sharing
Thanks
TatianaVersion 3.0
Thanks for your answer, but I can’t find “Checkout” even under “Payments”.
I have: General, Cash, Refunds, Accounting, Standard PayPal, PayPal, Recurring Payments, Invoices, Stripe.I see the extension 😉
Forum: Plugins
In reply to: [Sub Categories Widget] PROBLEM WITH DROPDOWN MENU IN A BILINGUAL SITEI made the change as indicated and now everything works
here is line 94 modified in pho
if (dropdown’.$this->number.’.options[dropdown’.$this->number.’.selectedIndex].value > 0) { location.href = “‘.get_home_url().’?cat=”+dropdown’.$this->number.’.options[dropdown’.$this->number.’.selectedIndex].value; }Bye
TatianaForum: Plugins
In reply to: [Sub Categories Widget] PROBLEM WITH DROPDOWN MENU IN A BILINGUAL SITEHi,
I contacted the Wpml support and this is their answer:“This appears to be a compatibility issue. Inside the file wp-content/plugins/sub-categories-widget/sub-categories-widget.php at line 94, replacing this line:
if (dropdown'.$this->number.'.options[dropdown'.$this->number.'.selectedIndex].value > 0) { location.href = “'.get_option('home').'?cat=”+dropdown'.
to
if (dropdown'.$this->number.'.options[dropdown'.$this->number.'.selectedIndex].value > 0) { location.href = “'.get_home_url().'?cat=”+dropdown'.
Since this looks like just a function problem (get_option(‘home’) to get_home_url()) you would need the author of the modified plugin on his side.
You can suggest the above change or request that he contact our compatibility team using the link: https://wpml.org/documentation/theme-compatibility/go-global-program/
”Can you modify the plugin as they say?ù
I await your kind reply
Thanks for collaborationTatiana
Forum: Plugins
In reply to: [The Events Calendar] The page Events does not workingI
I managed to update the server and now everything works. Thank you