이 사용자는 즐겨찾는 주제가 없습니다.
즐겨찾는 포럼 주제
생성한 포럼 주제
상태 |
주제
|
지원자 | 의견 | 게시물 | 최신 활동 |
---|---|---|---|---|---|
Automatic Translation Credits Not Showing on Site
시작: kateH-7
카테고리: 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 | 8 월 전에 | |
Translation Credit Issue
시작: kateH-7
카테고리: 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 | 8 월 전에 | |
Missing translation credits
시작: kateH-7 카테고리: English Support |
1 | 1 |
8 월, 1 주 전에
|
||
Copying Content to Translated Page Results in Blank ACF Repeater Fields
시작: kateH-7 카테고리: English Support |
|
2 | 4 | 1 년 전에 | |
Saving Translated Pages Overwrites Content in other Page
시작: kateH-7 카테고리: English Support |
|
2 | 10 | 1 년 전에 | |
Language Code Disappearing from Post URL after Save
시작: kateH-7 카테고리: English Support |
|
2 | 6 | 1 년, 1 월 전에 | |
Manually skip links for translation
시작: kateH-7
카테고리: 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 년, 2 월 전에 | |
Translation management
시작: kateH-7 카테고리: English Support |
|
2 | 2 | 2 년, 10 월 전에 |