此用户没有收藏的主题。
收藏的论坛主题
创建的论坛主题
| 状态 |
主题
|
支持人员 | 参与者 | 帖子 | 最新活动 |
|---|---|---|---|---|---|
|
WooCommerce hook woocommerce_order_status_changed werkt niet wanneer WPML actief is
1
2
发起人:jorritv-3 在:English Support |
|
1 | 22 | 12 hours, 2 minutes前 | |
|
Translating does not work anymore
1
2
3
发起人:jorritv-3 在:English Support |
|
1 | 37 | 2 weeks, 1 day前 | |
|
WP Overnight pdf invoice plugin: There is a conflict with WPML, possibly involving another plugin, …
发起人:jorritv-3 在:Chat Support |
|
0 | 2 | 1 month, 1 week前 | |
|
Reviews not showing in other languages
1
2
发起人:jorritv-3
在:English Support
Problem: Solution: customer-reviews-woocommerce\includes\blocks folder.2) Edit the class-cr-reviews-grid.php file.3) Locate line 148 and modify the code as follows From From
$args = array(
'status' => 'approve',
'post_type' => 'product',
'meta_key' => 'rating',
'orderby' => $order_by,
'post__in' => $post_ids,
'comment__not_in' => $comment__not_in
);
To
$args = array(
'status' => 'approve',
'post_type' => 'product',
'meta_key' => 'rating',
'orderby' => $order_by,
'post__in' => $post_ids,
'comment__not_in' => $comment__not_in
);
if (is_array($args['post__in']) && count($args['post__in']) === 1) {
$args['post_id'] = array_shift($args['post__in']);
unset($args['post__in']);
}
Additionally, we noticed a discrepancy in the number of comments on a Dutch post due to a difference in shortcode attributes between the English and Dutch templates. In English, the shortcode was min_chars="0" while in Dutch, it was min_chars="1" . If this solution does not seem relevant to your issue, please do not hesitate to open a new support ticket with us. |
|
3 | 18 | 1 year, 10 months前 | |
|
duplicate loading of our site because of wpml
发起人:jorritv-3 在:Chat Support |
|
1 | 2 |
3 years, 2 months前
|