This topic has 27 replies, 3 voices, and was last updated 1 years, 7 months ago ago by Rose Tyler
After update the theme to latest version translation stop working.
Translation file is there and all required translations are already there – https://prnt.sc/RW51Q1fSjIsS
but front end none of the translation showing up. — https://prnt.sc/-PKM-qFcPjIx
and many more – https://prnt.sc/lzzeTPVsrnCU
Hello,
After every update, you need to synchronize translation – https://www.8theme.com/documentation/xstore/theme-translation/translation-files-update/ Sometimes new strings are added, and only after synchronization, you’ll be able to translate new strings or strings that were changed. Not always, but some strings can be missing after the sync and you need to find and translate them one more time, this is independent of us and relates to WP functionality.
Regards
Hello
I have done Sync many time using Poeditor as well Loco translate.
but its not getting changed. I already shared wp login as well FTP with you. if you think I had not yet done. so please do it and let me know what I am doing wrong.
I really getting frustrated by this issue. and today I had to renew the theme support only for this tinny issue. so i would expect a resolution here.
Hope you understand.
Hello,
Thanks for the reply.
Another specialist will get back to you after a detailed review. Please be patient and do not change access.
Regards
Hello,
Please update the theme and Core plugin, then let us know.
Regards
Theme is updated !!
also core plugin !
Hello,
Sorry for the delay in answering.
We’ve checked it and would recommend you contact the support of WooCommerce plugin, because translation should work from WooCommerce for mentioned texts
https://wordpress.org/support/plugin/woocommerce/
Regards
no this isn’t true .. this is issue with the theme .. Before update the theme it was working fine. and if you deactivate the xstore theme all translations are working fine.
see here –
https://prnt.sc/JG0GtWvyd10Z
https://prnt.sc/19NnHXErnQ7e
https://prnt.sc/K-3Bez9rB3p-
FYI I am using Xstore theme since 2018 and I notice this is issue many time with this theme. but this time I really want a fix for this.
so talk to your developers and get this fix.
Hello, @Nageen,
Your provided WP Admin Login details are no more working/correct, please share the correct one in the private content area of this topic, so that we will further look into it for you.
Regards 8Themes Team.
\WP logins provided !!
Hello, @Nageen,
Still, your provided WP Admin Logins are not correct/working: https://prnt.sc/VDfMUrN9wNmT please double check it and provide the correct/working one under the private content area of this topic.
Regards 8Themes Team.
Please try now with this one
As we can see the problem persists when XStore child theme is activated, the translation works fine when the parent theme is activated. We’ve checked and there is no such problem with child theme on our test site, so it is a strange situation.
Do you have any server cache (for pages, database, or object cache)? If you are unsure about this, ask your hosting provider.
Regards
No there is no cache on the website as well on the server.
we need to keep the child theme to make it work ACF at product page for 360 view.
Fixed, by changing text domain in child theme/style.css
Regards
Thanks !! working fine !!
You’re welcome!
Regards
Hello Rose
The issue came back again. Can you please take a look once again ? what happened ?
Hello, Nageen,
Thank you for getting in touch with us.
Please provide the correct wp-admin access.
Also, after every update, you need to synchronize translation – https://www.8theme.com/documentation/xstore/theme-translation/translation-files-update/ Sometimes new strings are added, and only after synchronization, you’ll be able to translate new strings or strings that were changed. Not always, but some strings can be missing after the sync and you need to find and translate them one more time, this is independent of us and relates to WP functionality.
Kind Regards,
8theme team
I tried all possible way to get it .. but nothing works.
Here is the wp access
Hello, Nageen,
Please provide FTP access also.
To create FTP access, please contact your hosting provider for assistance.
Kind Regards,
8theme team
Here is the FTP
Hello, Nageen,
We will have another specialist review your inquiry in greater detail and will be in touch with you.
We kindly ask for your patience and request that you do not alter access.
Kind Regards,
8theme team
Hello, Nageen,
We added extra code in child-theme/functions.php
add_filter('woocommerce_get_availability_text', function($text) {
switch ($text) {
case 'Out of stock':
$text = 'Niet op voorraad';
break;
case 'Available on backorder':
$text = 'Informeer naar actuele levertijd';
break;
default:
# code...
break;
}
return $text;
});
result – https://prnt.sc/y1uG0Cg5Qgul
Kind Regards,
8theme team
thanks
Hello, Nageen,
You’re welcome!
Kind Regards,
8theme team
Tagged: stop working, template, theme, translation, update, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up