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 |
---|---|---|---|---|---|
ATE Credits Used but Translation Failed – No Job in History (Multiple 503 Errors)
1
2
Bắt đầu bởi: mateusz-sitarzM trong: English Support |
|
0 | 16 | 1 months, 3 weeks trước | |
Auto translate sometimes doesnt translate acf gutenberg blocks
Bắt đầu bởi: mateusz-sitarzM
trong: English Support
Problem: Same fields across languages . boxes_title , to avoid conflicts and ensure visibility in the Advanced Translation Editor. |
|
3 | 14 | 1 years, 1 months trước | |
Auto translation in ACF blocks
Bắt đầu bởi: mateusz-sitarzM trong: English Support |
|
2 | 13 | 1 years, 1 months trước | |
Remove ACF radio value from auto translate
1
2
Bắt đầu bởi: mateusz-sitarzM
trong: English Support
Problem: // WPML Workaround for compsupp-7404<br />add_filter( 'wpml_found_strings_in_block', function( array $strings, WP_Block_Parser_Block $block ) {<br /><br /> $isInBlacklistedStrings = function( string $fieldName ) {<br /><br /> // Add the fields to ignore here<br /> $fieldsToIgnore = [];<br /> $fieldsToIgnore[] = 'gallery_section_type';<br /> $fieldsToIgnore[] = 'gallery_section_variant';<br /><br /> if ( in_array($fieldName, $fieldsToIgnore) ) {<br /> return true;<br /> }<br /><br /> return false;<br /> };<br /><br /> if ( $block->blockName == 'acf/gallery' ) {<br /> foreach( $block->attrs['data'] as $fieldName => $string ) {<br /> if ( $isInBlacklistedStrings( $fieldName ) ) {<br /> unset( $block->attrs['data'][ $fieldName ] );<br /> }<br /> }<br /> }<br /><br /> return $strings;<br />}, 9, 2 ); // Lower priority than 10.<br /> After implementing this code, update the page in the default language and its translation. Remember to add the fields you wish to exclude from translation to the $fieldsToIgnore array. 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. |
|
2 | 18 | 1 years, 1 months trước | |
problem with changing the rest url prefix
Bắt đầu bởi: mateusz-sitarzM trong: English Support |
|
2 | 13 | 1 years, 3 months trước | |
There is no selector for language selection when editing the account
Bắt đầu bởi: mateusz-sitarzM
trong: English Support
Problem: Solution: 1) Update all WPML plugins to the latest version.
Next, we asked the client to ensure that the folder ".../public_html/site/app/languages" had writable permissions set on the server, which might require contacting their hosting provider. Lastly, we noticed that the client was using an outdated version of WordPress and recommended updating to the latest version. The issue was resolved after the WPML plugin update. If these steps do not resolve the issue or if the solution provided here is outdated or not applicable to your case, 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 the problem continues, please open a new support ticket with us. |
|
3 | 8 | 1 years, 4 months trước |