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ợ | Ý kiến | Bài viết | Mới nhất |
|---|---|---|---|---|---|
|
ate ptc translating extra media no longer in page
Được bắt đầu bởi: skyE
trong: English Support
Problem: If this solution does not apply to your case, or if it seems outdated, we encourage you to open a new support ticket. We also 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. For further assistance, please visit our support forum at WPML Support Forum. |
|
0 | 3 | 2 months trước | |
|
losing translations when updating base language page
Được bắt đầu bởi: skyE trong: English Support |
|
2 | 5 | 1 years trước | |
|
links to elementor popups revert to original language popups/links every time I update the page/tran…
1
2
Được bắt đầu bởi: skyE
trong: English Support
Problem: /**
* Convert the popup link in a container
* compsupp-7641 workaround
*/
add_filter( 'wpml_pb_elementor_widget_dynamic_id_converters', function( $converters ) {
$isContainer = \WPML\FP\Relation::propEq( 'elType', 'container' );
$containerLinksLens = \WPML\FP\compose(
\WPML\FP\Obj::lensProp( 'settings' ),
\WPML\FP\Obj::lensPath( [ '__dynamic__', 'link' ] )
);
return array_merge(
$converters,
[
[ $isContainer, $containerLinksLens, 'popup', 'popup' ],
]
);
} );Please ensure to back up your site before applying this code. If this solution does not resolve your issue or becomes irrelevant due to updates, we 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 issues persist, please open a new support ticket. |
|
2 | 21 | 1 years, 1 months trước |