Người dùng này không có chủ đề yêu thích nào.
Chủ đề diễn đàn yêu thích
Chủ đề diễn đàn đã tạo
Trạng thái |
Chủ đề
|
Người hỗ trợ | Số người tham gia | Bài viết | Độ mới |
---|---|---|---|---|---|
Elementor portfolio overwrites itself from time to time
Được bắt đầu bởi: Sergio trong: English Support |
|
0 | 21 | 1 months, 3 weeks trước | |
How to change the link in the logo?
Được bắt đầu bởi: Sergio
trong: English Support
Problem: https://www.bensariworkshop.com/wp-admin/post.php?post=23&action=edit&lang=pl . If this solution does not resolve your issue or seems outdated, we recommend opening a new support ticket. We also advise 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. For further assistance, please visit our support forum at WPML Support Forum. |
|
0 | 18 | 1 months, 3 weeks trước | |
WP editor + Elementor
Được bắt đầu bởi: Sergio trong: English Support |
0 | 3 | 2 months trước | ||
Elementor – translate widgets independently
Được bắt đầu bởi: Sergio
trong: English Support
Problem: If this solution does not apply to your case, or if it seems outdated, please check the related known issues at https://wpml.org/known-issues/, verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. We highly recommend opening a new support ticket if you continue to experience issues. |
|
0 | 15 | 2 months, 2 weeks trước | |
Use a different custom field on a translation
Được bắt đầu bởi: Sergio trong: English Support |
|
0 | 8 | 2 months, 2 weeks trước | |
Help in translating image titles in Elementor portfolio
Được bắt đầu bởi: Sergio trong: English Support |
1 | 2 | 2 months, 3 weeks trước | ||
To translate hardcoded text in php files
Được bắt đầu bởi: Sergio
trong: English Support
Problem: The customer was unable to find and translate hardcoded text from their homepage using WPML’s String Translation feature, even after scanning the theme and plugins. They also experienced an issue where fonts were not loading correctly in the WPML admin panel, but they were advised to open a separate ticket for that. Solution: 1. We first suggested enabling Auto Register in WPML > String Translation and refreshing the front end to check if the missing text appears for translation. 2. Then, we provided the correct method to make the hardcoded text translatable by wrapping it inside the "__()" or "_e()" functions in PHP, which registers the strings for WPML’s String Translation module. 3. The customer later asked how to make the FAQ section translatable. Mihai explained that: - The FAQ title should be wrapped in "__()" or "_e()". - The FAQ questions needed to be registered as translatable strings using "apply_filters('wpml_translate_single_string', $question, 'FAQ', 'FAQ Question ' . $count);" - The FAQ answers should be registered the same way if they are stored dynamically. 4. We also advised scanning WPML > Theme and Plugin Localization if the strings still didn’t appear. 5. Finally, we noted that implementing these solutions requires custom work, which falls outside WPML’s support policy, but we provided guidance to help the customer move forward. Relevant Documentation: - Finding strings that don’t appear on the String Translation page |
|
1 | 6 | 3 months, 2 weeks trước | |
Tag archives title not translated
Được bắt đầu bởi: Sergio
trong: English Support
Problem: 'tag_archives' => __('Sorted articles by', 'cherry'), 4. Rescan the theme for strings in WPML under 'Theme and plugins localization' and then translate the strings again in 'String Translation'. |
|
3 | 10 | 8 months, 1 weeks trước | |
User cannot edit second language
Được bắt đầu bởi: Sergio
trong: English Support
Problem: If this solution does not resolve your issue, or if it seems outdated or irrelevant to your case, we recommend opening a new support ticket. We also advise 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. For further assistance, please visit our support forum at WPML support forum. |
|
3 | 14 | 11 months, 2 weeks trước | |
Split: English text in the breadcrumb
Được bắt đầu bởi: Sergio
trong: English Support
Problem: Solution: If you're experiencing a similar issue, we recommend you try adding the text for translation through the WPML admin text option and then translate it accordingly. Please note that this solution might be irrelevant if it's outdated or not applicable to your case. If the issue persists, 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 you still need assistance, please open a new support ticket in the WPML support forum. |
|
2 | 4 | 1 years, 4 months trước | |
Split: the main title and subtitle
Được bắt đầu bởi: Sergio
trong: English Support
Problem: Solution: 2. We identified that the string the client mentioned is from an SEO plugin and appears in different parts of the website/code. We provided documentation on how to set SEO titles and descriptions:
3. If the string to translate is from theme PHP files or theme options, we directed the client to a guide on how to translate theme options: 4. We also addressed the client's concern about translations disappearing and suggested re-translating the strings or importing them back from an old backup if available. In a follow-up, we reiterated that while it is possible to add translations for the site title in WP Settings in both languages, it is not the recommended approach. Instead, the client should use WPML String Translation, referencing the following sources:
If the solution provided here is not relevant to your case, either because it's outdated or not applicable, we recommend opening a new support ticket. We also highly suggest 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. For further assistance, please visit our support forum: https://wpml.org/forums/forum/english-support/. |
|
2 | 6 | 1 years, 4 months trước | |
Split: many texts that were translated before
Được bắt đầu bởi: Sergio trong: English Support |
|
2 | 11 | 1 years, 4 months trước | |
Split: I tried to see and enter into page edit mode
Được bắt đầu bởi: Sergio
trong: English Support
Problem: We also mentioned that failing to disable the WPML Translation Editor when manually editing translations could result in lost translations upon updating the default language. If the provided solution does not apply or is outdated, or if the client is still experiencing issues, we recommend opening a new support ticket. Additionally, we highly recommend checking related known issues, verifying the version of the permanent fix, and confirming that the latest versions of themes and plugins are installed. |
|
2 | 7 | 1 years, 4 months trước | |
.mo Polish translation file for WooCommerce isn't working.
1
2
Được bắt đầu bởi: Sergio
trong: English Support
Problem: /languages/woocommerce directory, but the strings remained in English. WP_PLUGIN_DIR and WP_PLUGIN_URL are defined in wp-config.php . To work around this problem, we recommend: [woocommerce_cart] shortcode on the cart page instead of blocks. WP_PLUGIN_DIR and WP_PLUGIN_URL definitions from wp-config.php and using the standard plugins folder. Please note that this solution might be outdated or not applicable to your case. If the issue persists, we highly recommend checking the related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If you still need assistance, please open a new support ticket. |
|
2 | 16 | 1 years, 4 months trước | |
Woocommerce buttons disappeared in Polish (secondary language)
Được bắt đầu bởi: Sergio trong: English Support |
|
2 | 2 | 1 years, 7 months trước |