Este usuario no tiene temas favoritos.
Temas de foro favoritos
Temas de foro creados
| Estado |
Tema
|
Asistente | Voces | Publicaciones | Actualidad |
|---|---|---|---|---|---|
|
WooCommerce hook woocommerce_order_status_changed werkt niet wanneer WPML actief is
1
2
Iniciado por: jorritv-3 en: English Support |
|
1 | 22 | hace 6 horas, 35 minutos | |
|
Translating does not work anymore
1
2
3
Iniciado por: jorritv-3 en: English Support |
|
1 | 37 | hace 2 semanas | |
|
WP Overnight pdf invoice plugin: There is a conflict with WPML, possibly involving another plugin, …
Iniciado por: jorritv-3 en: Chat Support |
|
0 | 2 | hace 1 mes, 1 semana | |
|
Reviews not showing in other languages
1
2
Iniciado por: jorritv-3
en: 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 | hace 1 año, 10 meses | |
|
duplicate loading of our site because of wpml
Iniciado por: jorritv-3 en: Chat Support |
|
1 | 2 |
hace 3 años, 2 meses
|