This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
Status |
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Items related to plugin WPdiscuz wouldn’t translate
Started by: emmanuelleD-4 in: English Support |
1 | 4 | 1 week ago | ||
Sidebar buttons / WPRM measurements issue
Started by: emmanuelleD-4
in: English Support
Problem: <wpml-config><br /> <admin-texts><br /> <key name="widget_block"><br /> </key><key name="*"><br /> <key name="content"></key> </key><br /> <br /> </admin-texts><br /></wpml-config> You can add this through WPML -> Settings -> Custom XML Configuration. After adding the XML, you can find the strings for translation by navigating to the WPML String Translation page. Although this method might not be the most user-friendly, currently, it is the necessary approach due to how the data is stored. Please note that this solution might be irrelevant if it's outdated or not applicable to your case. We highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the issue persists, please open a new support ticket. |
2 | 12 | 1 week, 2 days ago | ||
WPRM measurements displaying incorrectly in the second language
Started by: emmanuelleD-4
in: English Support
Problem: Please note that this solution might be outdated or not applicable to your specific case. We highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the issue persists, please do not hesitate to contact us for further assistance at WPML support forum. |
1 | 5 | 1 week, 4 days ago | ||
Search modal box not translating
Started by: emmanuelleD-4
in: English Support
Problem: Solution: We advised the client that the text they are trying to translate is added through the theme's functions.php file and is not set up for translation by default. functions.php with the following code: function kt_add_form_title( $form ) { $content = '<div class="search-modal-content"><h5>' . __('What are you looking for?', 'your-text-domain') . '</h5></div>'; return $content . $form; } After updating the function, they should navigate to WPML->Themes and Plugin Localization to scan the theme and then translate the text using WPML's String Translation. For more details on theme internationalization, visit WordPress Theme Internationalization. If this solution does not resolve your issue, or if it seems outdated or irrelevant to your case, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If further assistance is needed, please open a new support ticket. |
2 | 6 | 1 month, 3 weeks ago | ||
author link metadata and sidebar buttons can’t be translated
Started by: emmanuelleD-4
in: English Support
Problem: add_filter('author_link', 'modify_author_link', 10, 1);<br />function modify_author_link($link) {<br /> $current_language = apply_filters('wpml_current_language', null);<br /> if ($current_language === 'fr') {<br /> $link = 'https://www.thatcutedish.com/fr/a-propos/';<br /> } else {<br /> $link = 'https://www.thatcutedish.com/about/';<br /> }<br /> return $link;<br />} 2) For translating sidebar buttons, since they are part of a WordPress widget block, we directed the client to follow the steps in our guide on translating widgets (documentation). If the widgets are not appearing under Appearance > Widgets due to theme limitations, contacting the theme developer for assistance was recommended. If this solution does not resolve your issue or seems outdated, please check related known issues (here), verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. If further assistance is needed, we highly recommend opening a new support ticket at WPML support forum. |
2 | 5 | 3 months ago | ||
Parent post of WPRM recipe cards
Started by: emmanuelleD-4 in: English Support |
2 | 2 | 4 months, 3 weeks ago |