У этого пользователя нет любимых тем.
Любимые темы форума
Созданные темы форума
Состояние |
Тема
|
Сторонник | Голоса | Записи | Свежесть |
---|---|---|---|---|---|
Items related to plugin WPdiscuz wouldn’t translate
Начато по: emmanuelleD-4 в: English Support |
1 | 4 | 1 неделя назад | ||
Sidebar buttons / WPRM measurements issue
Начато по: emmanuelleD-4
в: 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 неделя, 3 дня назад | ||
WPRM measurements displaying incorrectly in the second language
Начато по: emmanuelleD-4
в: 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 неделя, 4 дня назад | ||
WPRM measurements displaying incorrectly in the second language
Начато по: emmanuelleD-4 в: Chat Support |
1 | 2 | 2 недели, 4 дня назад | ||
Search modal box not translating
Начато по: emmanuelleD-4
в: 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 месяц, 3 недели назад | ||
author link metadata and sidebar buttons can’t be translated
Начато по: emmanuelleD-4
в: 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 месяца назад | ||
Parent post of WPRM recipe cards
Начато по: emmanuelleD-4 в: English Support |
2 | 2 | 4 месяца, 3 недели назад |