This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
| Status |
Topic
|
Supporter | Voices | Posts | Freshness |
|---|---|---|---|---|---|
|
Automatic Translation Credits Not Showing on Site
Started by: kateH-7
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 the problem persists, please open a new support ticket. |
|
0 | 3 | 9 months ago | |
|
Translation Credit Issue
Started by: kateH-7
in: English Support
Problem: 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 the problem persists, please open a new support ticket at WPML support forum. |
|
2 | 5 | 9 months ago | |
|
Missing translation credits
Started by: kateH-7 in: English Support |
1 | 1 |
9 months, 1 week ago
|
||
|
Copying Content to Translated Page Results in Blank ACF Repeater Fields
Started by: kateH-7 in: English Support |
|
2 | 4 | 1 year, 1 month ago | |
|
Saving Translated Pages Overwrites Content in other Page
Started by: kateH-7 in: English Support |
|
2 | 10 | 1 year, 1 month ago | |
|
Language Code Disappearing from Post URL after Save
Started by: kateH-7 in: English Support |
|
2 | 6 | 1 year, 2 months ago | |
|
Manually skip links for translation
Started by: kateH-7
in: English Support
Problem: Solution: 1. Use Data Attributes or HTML Comments: <!--:notranslate--><br /><a href="https://staging.totara.fortyapp.com/es/" class="notranslate">Spanish</a><br /><!--:notranslate--> 2. Custom WPML Filters: function exclude_links_from_translation($content) {<br /> $content = preg_replace('/<a href="https:\/\/staging.totara.fortyapp.com\/es\/">(.*?)<\/a>/', '<a href="https://staging.totara.fortyapp.com/es/" class="notranslate">$1</a>', $content);<br /> return $content;<br />}<br />add_filter('the_content', 'exclude_links_from_translation');3. JavaScript Workaround: document.addEventListener('DOMContentLoaded', function() {<br /> var links = document.querySelectorAll('a.notranslate');<br /> links.forEach(function(link) {<br /> link.href = 'https://staging.totara.fortyapp.com/es/';<br /> });<br />});4. Custom Fields Exclusion: If these solutions do not resolve your issue or if the information becomes outdated, 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 at WPML support forum. |
|
3 | 8 | 1 year, 3 months ago | |
|
Translation management
Started by: kateH-7 in: English Support |
|
2 | 2 | 2 years, 11 months ago |