Title: guymal's Replies | WordPress.org

---

# guymal

  [  ](https://wordpress.org/support/users/guymal/)

 *   [Profile](https://wordpress.org/support/users/guymal/)
 *   [Topics Started](https://wordpress.org/support/users/guymal/topics/)
 *   [Replies Created](https://wordpress.org/support/users/guymal/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/guymal/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/guymal/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/guymal/engagements/)
 *   [Favorites](https://wordpress.org/support/users/guymal/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 31 total)

1 [2](https://wordpress.org/support/users/guymal/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/guymal/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/guymal/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] Woocommerce reset password translations](https://wordpress.org/support/topic/woocommerce-reset-password-translations/)
 *  Thread Starter [guymal](https://wordpress.org/support/users/guymal/)
 * (@guymal)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/woocommerce-reset-password-translations/#post-17962593)
 * Anybody have an idea what I can do about this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPML Multilingual & Multicurrency for WooCommerce] Currency suddenly doesn’t switch when changing in dropdown](https://wordpress.org/support/topic/currency-suddenly-doesnt-switch-when-changing-in-dropdown/)
 *  Thread Starter [guymal](https://wordpress.org/support/users/guymal/)
 * (@guymal)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/currency-suddenly-doesnt-switch-when-changing-in-dropdown/#post-17892707)
 * Hi
 * I didn’t install any cache plugin recently.
 * You can see it here [https://naturalhealth.me/courses/raw-food-foundation-english/](https://naturalhealth.me/courses/raw-food-foundation-english/)
   change currencies in the footer of the page. The same happens in the Woocommerce
   checkout page (you can click on purchase now and you’ll see it in the checkout
   page).
 * Also, I see in Woocommerce -> Products the price that is shown is in USD but 
   the number is the number I have set for NIS. For example I have a product that
   is $199 in USD and 720 in NIS. In the Woocommerce products table in the price
   column it says $720. I’m not sure if it was always like this or if something 
   changed recently.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] Having different footers per language](https://wordpress.org/support/topic/having-different-footers-per-language/)
 *  Thread Starter [guymal](https://wordpress.org/support/users/guymal/)
 * (@guymal)
 * [2 years ago](https://wordpress.org/support/topic/having-different-footers-per-language/#post-17716336)
 * I couldn’t get any support on this so ended up writing custom code to show/hide
   widgets based on the language of the page. So I basically have double widgets
   in the footer and then with custom PHP code hide and show the relevant ones.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP SendFox] Adding to different lists for different languages](https://wordpress.org/support/topic/adding-to-different-lists-for-different-languages/)
 *  Thread Starter [guymal](https://wordpress.org/support/users/guymal/)
 * (@guymal)
 * [2 years ago](https://wordpress.org/support/topic/adding-to-different-lists-for-different-languages/#post-17664366)
 * Thanks for the reply [@bogdanfix](https://wordpress.org/support/users/bogdanfix/)
 * What I did was create a code snippet that uses
 * `add_filter( 'sf4wp_before_add_contact', 'sendfox_list_by_language', 10, 3 );`
 * and then in that check the woocommerce order to see what product they ordered,
   check what language the product is in, and then accordingly pick what Sendfox
   list to use.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP SendFox] Adding to different lists for different languages](https://wordpress.org/support/topic/adding-to-different-lists-for-different-languages/)
 *  Thread Starter [guymal](https://wordpress.org/support/users/guymal/)
 * (@guymal)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/adding-to-different-lists-for-different-languages/#post-17469059)
 * Hi [@bogdanfix](https://wordpress.org/support/users/bogdanfix/)
    1. People are signing up through sales with Woocommerce. So they are added to my
       Sendfox list with your Woo integration once they make a purchase.
    2. The language is set through the url in my example, so mysite.com/fr/somepage
       but with Polylang you can get the page language simply by using:
 *     ```wp-block-code
       $language=pll_get_post_language( $page_id);
       ```
   
 * Since different sites could be using different methods to determine the current
   language (subdomain, suburl, entirely different domain etc…)
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPML Multilingual & Multicurrency for WooCommerce] Getting error when trying to update plugin](https://wordpress.org/support/topic/getting-error-when-trying-to-update-plugin/)
 *  Thread Starter [guymal](https://wordpress.org/support/users/guymal/)
 * (@guymal)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/getting-error-when-trying-to-update-plugin/#post-17456897)
 * Ok, I disabled the plugin, updated it, and reactivated it.
 * It seems to be working fine now.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPML Multilingual & Multicurrency for WooCommerce] Getting error when trying to update plugin](https://wordpress.org/support/topic/getting-error-when-trying-to-update-plugin/)
 *  Thread Starter [guymal](https://wordpress.org/support/users/guymal/)
 * (@guymal)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/getting-error-when-trying-to-update-plugin/#post-17456865)
 * Thanks I will try it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPML Multilingual & Multicurrency for WooCommerce] Getting error when trying to update plugin](https://wordpress.org/support/topic/getting-error-when-trying-to-update-plugin/)
 *  Thread Starter [guymal](https://wordpress.org/support/users/guymal/)
 * (@guymal)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/getting-error-when-trying-to-update-plugin/#post-17456759)
 * If I deactivate WCML, update, and reactivate will I lose all my settings?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPML Multilingual & Multicurrency for WooCommerce] Getting error when trying to update plugin](https://wordpress.org/support/topic/getting-error-when-trying-to-update-plugin/)
 *  Thread Starter [guymal](https://wordpress.org/support/users/guymal/)
 * (@guymal)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/getting-error-when-trying-to-update-plugin/#post-17456235)
 * No, I don’t have WPML installed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] Having different footers per language](https://wordpress.org/support/topic/having-different-footers-per-language/)
 *  Thread Starter [guymal](https://wordpress.org/support/users/guymal/)
 * (@guymal)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/having-different-footers-per-language/#post-17359318)
 * Any idea what could be the reason I can’t choose a widget language?
 * Or a different solution for setting up different content in the footer per language?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] Having different footers per language](https://wordpress.org/support/topic/having-different-footers-per-language/)
 *  Thread Starter [guymal](https://wordpress.org/support/users/guymal/)
 * (@guymal)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/having-different-footers-per-language/#post-17317187)
 * This is what I see when editing a widget. I don’t have the “This widget is displayed
   for”:
 * ![](https://i0.wp.com/i.ibb.co/wSPdh6f/Screen-Shot-2024-01-04-at-11-26-02.png?
   ssl=1)
 * Any idea why?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] Having different footers per language](https://wordpress.org/support/topic/having-different-footers-per-language/)
 *  Thread Starter [guymal](https://wordpress.org/support/users/guymal/)
 * (@guymal)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/having-different-footers-per-language/#post-17315454)
 * I’m using legacy widgets but don’t see those options. Do I need to have Polylang
   Pro for this? (from what I can tell you’re only supposed to need pro for widgets
   block editor)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Blocks — Page Builder Toolkit for Gutenberg Editor] Can’t save Google reCAPTCHA keys](https://wordpress.org/support/topic/cant-save-google-recaptcha-keys/)
 *  Thread Starter [guymal](https://wordpress.org/support/users/guymal/)
 * (@guymal)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/cant-save-google-recaptcha-keys/#post-17299814)
 * I couldn’t manage to figure out what is causing the problem.
 * Any idea what tables in the database store these keys?
 * Maybe I can just save them directly in the database.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] Having different footers per language](https://wordpress.org/support/topic/having-different-footers-per-language/)
 *  Thread Starter [guymal](https://wordpress.org/support/users/guymal/)
 * (@guymal)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/having-different-footers-per-language/#post-17292836)
 * Not sure what you mean by that, I shared that same link in my original question.
   Based on that page choosing a widget language should be available, at least for
   legacy widgets. but the option isn’t there for some reason.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] Having different footers per language](https://wordpress.org/support/topic/having-different-footers-per-language/)
 *  Thread Starter [guymal](https://wordpress.org/support/users/guymal/)
 * (@guymal)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/having-different-footers-per-language/#post-17292831)
 * I totally don’t see that. I’m using Kadence with the block editor, what are you
   using?

Viewing 15 replies - 1 through 15 (of 31 total)

1 [2](https://wordpress.org/support/users/guymal/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/guymal/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/guymal/replies/page/2/?output_format=md)