Hi!
First of all, thank you for your fine Woocommerce theme. I love how fast loading times it has and how versitile it is.
I have a problem with translating plugins and actually all the other parts than Xstore theme.
Xstore theme gets trasnlated fine without any issues. So that means Loco plugin works. I coded translatable strings for Xstore’s child theme. Even though I translated these strings in Loco, it didn’t display the translated strings on the front end. Same thing is with plugins. I’ve tried to translate one plugin (N-Media WooCommerce PPOM), but the front end always displays the plugin in English. I’ve managed to translate this same plugin with different theme, so it’s not plugin relatable issue.
I’ve spend couple days trying to figure out where the problem could be, but I’m pretty helpless. Here’s what I’ve already checked:
– The website’s language has been set correctly
– I’ve double checked that translatable strings have set correctly
– I’ve tried to include this code to functions.php:
function text_domain_load_function() {
load_plugin_textdomain('ppom', false, 'https://amperlathermo.fi/wp-content/languages/loco/plugins/');
}
add_action('plugins_loaded','text_domain_load_function');
– Translation files have read permissions
– Deleted the Loco translation file and created the translation template again
Is there a possibility that Xstore theme blocks some translations? Can you help me to figure out what I’m missing? Where to start troubleshooting?