Cet utilisateur n'a aucun sujet favori.
Sujets de forum favoris
Sujets de forum créés
| Statut |
Sujet
|
Support | Voix | Messages | Fraîcheur |
|---|---|---|---|---|---|
|
WooCommerce hook woocommerce_order_status_changed werkt niet wanneer WPML actief is
1
2
Commencé par : jorritv-3 dans : English Support |
|
1 | 23 | Il y a 1 semaine et 1 jour | |
|
Translating does not work anymore
1
2
3
Commencé par : jorritv-3 dans : English Support |
|
1 | 37 | Il y a 3 semaines et 2 jours | |
|
WP Overnight pdf invoice plugin: There is a conflict with WPML, possibly involving another plugin, …
Commencé par : jorritv-3 dans : Chat Support |
|
0 | 2 | Il y a 1 mois et 2 semaines | |
|
Reviews not showing in other languages
1
2
Commencé par : jorritv-3
dans : 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 | Il y a 1 année et 11 mois | |
|
duplicate loading of our site because of wpml
Commencé par : jorritv-3 dans : Chat Support |
|
1 | 2 |
Il y a 3 années et 2 mois
|