skeepas
Forum Replies Created
-
@marcinkazmierski awsome, that would be most useful in avoiding these conflicts with other translate solutions .
Love your plugin btw ! Helped me a lot with my multilingual website !
Thanks ??
Hello @marcinkazmierski !
The theme name is electro theme for woocommerce .
I sorted out the issue in the meantime after multiple days of testing . It seems there were several issues such as using PHP 7.4 (had to downgrade to 7.3) and some conflicts with Redux Framework that seemed to require updating the theme options fields in order for the translations to work .
Sorted out now, thanks !
No solution for this ? Tried 5 different fresh VPS installs now and wpml-config.xml is not recognized by polylang in any of them !
No issues with the file as you can see :
<wpml-config> <admin-texts> <key name="electro_options"> <key name="footer_newsletter_title" /> <key name="footer_newsletter_marketing_text" /> <key name="footer_newsletter_signup_form" /> <key name="site_footer_logo" /> <key name="footer_call_us_text" /> <key name="footer_call_us_icon" /> <key name="footer_call_us_number" /> <key name="footer_address_title" /> <key name="footer_address" /> <key name="footer_credit" /> <key name="footer_credit_icons" /> <key name="sidebar_margin_top" /> <key name="header_icon_tooltip_position" /> <key name="site_header_logo" /> <key name="header_vertical_menu_title" /> <key name="header_vertical_menu_icon" /> <key name="header_departments_menu_title" /> <key name="header_v5_departments_menu_title" /> <key name="header_v6_departments_menu_title" /> <key name="header_navbar_search_placeholder" /> <key name="header_navbar_search_dropdown_text" /> <key name="header_support_number" /> <key name="header_support_email" /> <key name="header_cart_icon" /> <key name="header_user_account_icon" /> <key name="mobile_frontpage_id" /> <key name="handheld_header_logo" /> <key name="handheld_footer_logo" /> <key name="product_brand_taxonomy" /> <key name="compare_page_id" /> <key name="shop_jumbotron_id" /> <key name="shop_jumbotron_bottom_id" /> <key name="myaccount_before_login_text" /> <key name="myaccount_before_register_text" /> <key name="myaccount_register_benefits_title" /> <key name="myaccount_register_benefits" /> </key> </admin-texts> </wpml-config>
Thanks ! ??
I believe I have found some examples of the reason for this happening, it`s probably related to the order the theme files are being called .
https://github.com/ReduxFramework/redux-framework/issues/1974
https://github.com/reduxframework/redux-framework/issues/474
Hello !
After further debugging I believe the issue comes from the redux framework implementation.
My theme has a plugin made with redux (electro options) that basically adds a lot of custom text fields to change the theme options .
These theme options seem to override everything else , and even though I am able to change the settings from the wp customize settings they seem to be linked to the electro options theme plugin .
Having said that, I am unable to even save the custom fields on a per language basis, whenever I change a field in one language it will always update for both of them .
Hello @richardevcom !
I am using polylang with two different domains, maybe that’s an issue ?
I see there is an option for Force “The language is set from content” in Language > Settings > URL modifications? but currently I use a different URL for each language .
Also, could you clarify the requirement about setting a different home page per language ? I don’t have this option in my Settings-Reading options, just to set a single static homepage .
Having said that, I am still unable to save different content in the theme options and whenever I try to save in either of my 2 languages it always overwrites the custom field for both .
- This reply was modified 4 years, 2 months ago by skeepas.
It would seem it does not work for any of the Theme options in my theme .
All of these are text fields inside the theme options .Even though the strings are detected they end up not being translated at all on the frontend .