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 |
|---|---|---|---|---|---|
|
Split: Elementor – products internal link slug issue
Được bắt đầu bởi: yannA-5 trong: English Support |
|
0 | 4 | 1 days, 16 hours trước | |
|
WPML not translating internal links, slugs, and page titles correctly
Được bắt đầu bởi: yannA-5
trong: English Support
Problem: // Add converters for Elementor dynamic fields that contain [elementor-tag ...]
add_filter( 'wpml_pb_elementor_widget_dynamic_id_converters', function( $configuration ) {
$make = function( $dynKey, $tagName, $idKey ) {
return [
// shouldConvert: widget has a string at settings.__dynamic__.<key>
function( $item ) use ( $dynKey ) {
return isset( $item['settings']['__dynamic__'][ $dynKey ] )
&& is_string( $item['settings']['__dynamic__'][ $dynKey ] )
&& strpos( $item['settings']['__dynamic__'][ $dynKey ], '[elementor-tag' ) !== false;
},
// keyLens: lens to settings.__dynamic__.</key><key>
\WPML\FP\Obj::lensPath( [ 'settings', '__dynamic__', $dynKey ] ),
// tagName + idKey: passed to convertTag()
$tagName,
$idKey,
];
};
// Image Box (and others reusing these keys)
$configuration[] = $make( 'title_text', 'woocommerce-product-title-tag', 'product_id' );
$configuration[] = $make( 'image', 'woocommerce-product-image-tag', 'product_id' );
$configuration[] = $make( 'description_text', 'woocommerce-product-price-tag', 'product_id' );
$configuration[] = $make( 'link', 'internal-url', 'post_id' );
// Text Editor, etc. (dynamic content often lives under "editor")
$configuration[] = $make( 'editor', 'woocommerce-product-title-tag', 'product_id' );
return $configuration;
} );</key>4. Save the file. If this solution does not resolve your issue or seems outdated, 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 needed, please open a new support ticket at https://wpml.org/forums/forum/english-support/. |
|
0 | 11 | 2 days, 10 hours trước | |
|
We cannot delete two languages (ES and EN). WPML gets stuck when trying to delete their translations…
Được bắt đầu bởi: yannA-5 trong: English Support |
0 | 5 | 1 weeks, 2 days trước | ||
|
Elementor layout/styles not copied to translations (ticket closed in error)
Được bắt đầu bởi: yannA-5 trong: English Support |
|
0 | 13 | 1 months, 2 weeks trước | |
|
WPML/WCML + WooCommerce variable product: translated variation options do not appear in IT and ES, a…
Được bắt đầu bởi: yannA-5
trong: 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 WPML Known Issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If further assistance is needed, please open a new support ticket at WPML Support Forum. |
|
0 | 4 | 2 months, 2 weeks trước | |
|
Per-language WooCommerce product category base (taxonomy product_cat) is not applied by WPML/WCML. T…
Được bắt đầu bởi: yannA-5
trong: English Support
Problem: If this solution does not apply to your case, or if it seems 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. Should you need further assistance, please open a new support ticket at WPML support forum. |
|
0 | 3 | 2 months, 2 weeks trước | |
|
I need help preventing WPML from altering specific characters (such as the en dash “–”) during…
Được bắt đầu bởi: yannA-5
trong: English Support
Problem: Solution: If this solution does not resolve your issue or seems outdated, we recommend opening a new support ticket. Additionally, please check the related known issues, verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. For further assistance, visit our support forum. |
|
0 | 10 | 3 months, 1 weeks trước | |
|
Many texts are marked as “Translation in progress to”
Được bắt đầu bởi: yannA-5 trong: English Support |
0 | 3 | 9 months, 1 weeks trước | ||
|
Few products are stuck in translations
Được bắt đầu bởi: yannA-5 trong: English Support |
|
2 | 4 | 1 years, 11 months trước |