This thread is resolved. Here is a description of the problem and solution.
Problem:
The client is unable to see the translation for 'DEAL CATEGORIES' even though it has been translated. The text is manually added to the
functions.php
file in the child theme folder and is not registered for translation.
Solution:
We recommend editing the
functions.php
file in the child theme folder. Specifically, on line 57, replace the existing code with the following:
echo '<div class="deal-shop"><ul><span>' . __( 'Deal Categories', 'couponseek' ) . '</span>';
Before making any changes, it is crucial to back up the database and website. After updating the code, navigate to WPML > Theme and plugins localization to scan strings in the child theme. Then, proceed to WPML > String Translation to translate the string.
For further guidance, refer to our documentation on enabling text translation for themes not compatible with WPML.
If this solution does not seem relevant to your issue, please do not hesitate to open a new support ticket in our support forum.
This is the technical support forum for WPML - the multilingual WordPress plugin.
Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.
This topic is split from https://wpml.org/forums/topic/why-is-it-not-translating-country-and-search-bar-text-read-more-button-text-on/
This topic contains 2 replies, has 2 voices.
Last updated by 1 year, 5 months ago.
Assisted by: Long Nguyen.