This topic has 6 replies, 3 voices, and was last updated 11 months ago ago by Rose Tyler
Translation issues, some words is translated but not appearing
Hello, @Freelancer,
Thank you for contacting us and for using XStore.
We would appreciate it if you could create temporary wp-admin access and share the details via the private content area. This will allow us to review your settings and better understand the issue at hand.
We kindly recommend that you take a complete backup of your site before proceeding.
Best regards,
The 8Theme Team.
please check Private content area.
Hello, @Freelancer,
We appreciate your prompt response.
Please provide FTP access.
For FTP access, we require the following details: FTP host, FTP username, FTP password, FTP port, and FTP encryption type. If you need assistance in creating these credentials, please reach out to your hosting provider who will guide you through the process.
Best regards,
The 8Theme Team.
….
Hello, @Freelancer,
Sorry for the long delay in answering.
Please accept our apologies for the delayed response. We appreciate your patience and would like to provide you with an update on the issues you’ve raised:
1. The issue regarding string translation has been resolved.
2. The string translation matter has been successfully addressed.
Regarding issue number 3, we have identified that the problem lies within the subscriptio-stripe plugin. To rectify this, we have implemented the following code into the child theme:
add_filter('woocommerce_order_button_html', function ($button_html) {
return (defined('ICL_LANGUAGE_CODE') && ICL_LANGUAGE_CODE == 'ar') ? str_replace('Pay Now', 'ادفع الان', $button_html) : $button_html;
});
Best regards,
The 8Theme Team.
You must be logged in to reply to this topic.Log in/Sign up