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 |
|---|---|---|---|---|---|
|
Product Addons are not synced between languages
1
2
Được bắt đầu bởi: next-sasD trong: English Support |
|
2 | 17 | 2 years, 8 months trước | |
|
WPML chat support ticket by next-sasD – 1675975595
Được bắt đầu bởi: next-sasD trong: English Support |
1 | 1 |
2 years, 8 months trước
|
||
|
Hi my WooCommerce add on is not showing for one product
Được bắt đầu bởi: next-sasD trong: English Support |
|
2 | 2 |
2 years, 8 months trước
next-sasD |
|
|
YITh add-on plugin options don’t show
Được bắt đầu bởi: next-sasD
trong: English Support
Problem: YITH Global options do not show in the translated language Solution: The problem is that YITH WooCommerce Product is inserting the rule per product in wp_yith_wapo_blocks but only for the original one. To fix that: - Open .../wp-content/plugins/yith-woocommerce-product-add-ons/includes/class-yith-wapo-front.php $included_product_check = in_array( (string) $product_id, (array) $block->get_rule( 'show_in_products' ), true ); - With:
if (class_exists('sitepress')) {
$wpml_default_lang = apply_filters('wpml_default_language', NULL);
$wpml_product_id = apply_filters('wpml_object_id', $product_id, 'product', FALSE, $wpml_default_lang);
$included_product_check = in_array((string) $wpml_product_id, (array) $block->get_rule('show_in_products'), true);
} else {
$included_product_check = in_array((string) $product_id, (array) $block->get_rule('show_in_products'), true);
}
|
|
2 | 8 |
2 years, 8 months trước
next-sasD |
|
|
Slider Revolution Translation
Được bắt đầu bởi: next-sasD trong: English Support |
|
2 | 9 |
2 years, 8 months trước
next-sasD |
|
|
I need to translate a page banner title but can't find it anywhere
Được bắt đầu bởi: next-sasD trong: English Support |
|
2 | 3 | 2 years, 8 months trước | |
|
why the products on my products page weren't showing in Italian and French
Được bắt đầu bởi: next-sasD trong: English Support |
|
3 | 6 |
2 years, 9 months trước
next-sasD |