This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
| Status |
Topic
|
Supporter | Voices | Posts | Freshness |
|---|---|---|---|---|---|
|
Translation Dashboard not workin
Started by: boyanK
in: English Support
Problem: If this solution does not resolve your issue or seems irrelevant due to being 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 needed, please open a new support ticket at WPML support forum for further assistance. |
|
0 | 10 | 6 months ago | |
|
WC Email Notification showing multiple languages
1
2
Started by: boyanK
in: English Support
Problem: get_site_language function in the WPMLIntegration.php file. Here's the step-by-step guide:
If this solution does not resolve your issue or seems irrelevant due to updates or different configurations, 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 problem persists, please open a new support ticket. |
|
0 | 25 | 8 months, 4 weeks ago | |
|
WC Email Notification showing multiple languages
1
2
Started by: boyanK in: English Support |
|
0 | 26 | 10 months, 1 week ago | |
|
Change the domain name for the primary language
Started by: boyanK in: English Support |
|
0 | 4 | 10 months, 1 week ago | |
|
Online store problem
1
2
3
Started by: boyanK in: English Support |
|
0 | 33 | 10 months, 3 weeks ago | |
|
Split: Some links in the site are not translated
Started by: boyanK
in: English Support
Problem: If the issue persists, it might be due to the links being encoded, which prevents WPML from auto-adjusting them. In this case, follow these steps:
<wpml-config>
<shortcodes>
<shortcode>
<tag>et_button</tag>
<attributes>
<attribute encoding="allow_html_tags">title</attribute>
<attribute encoding="vc_link" type="link">href</attribute>
<attribute encoding="vc_link" type="link">link</attribute>
</attributes>
</shortcode>
</shortcodes>
</wpml-config>
2. Edit the file: wp-content/plugins/sitepress-multilingual-cms/inc/absolute-links/absolute-links.class.php in the method: \AbsoluteLinks::_process_generic_text right after:
} elseif ( isset( $permalink_query_vars['category_name'] ) ) {
$category_name = $permalink_query_vars['category_name'];
- add this excerpt before the one above:
} elseif ( isset( $permalink_query_vars['product_cat'] ) ) {
$category_name = $permalink_query_vars['product_cat'];
After applying these changes, make a minor edit to the home page and save all translations as they are. This should correct the URL issues in secondary languages. If this solution does not resolve your issue, or if it seems 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 problem persists, please open a new support ticket. |
|
2 | 14 | 1 year, 10 months ago | |
|
Connect different domains
1
2
Started by: boyanK in: English Support |
|
2 | 19 | 1 year, 11 months ago |