Category page with one column
-
1 – On category pages, products are defined with 3 columns, but the website always displays with one column.
If you filter by any item, it returns to 3 columns.
I noticed that when disabling the “elementor” plug the columns are normal.
2 – When a filter is activated, the translation of some items is not displayed.
3 – The “filter by” option on the product page is not in a select.
Website Url: http://newdayhomehousew1.hospedagemdesites.ws/categoria-produto/bar/
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you very much for choosing our theme and for contacting us.
Please deactivate all the plugins not related to the theme and switch the parent theme, check the issue, If the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.
Best Regards
In question 1 I informed you that when you disable the “Elementor” plugin, the columns are correct.
Regarding the other questions, what should I do?
Hello,
Please confirm the permit for us to deactivate the plugins not related to the theme and switch to the parent theme for the while of checking what may take up to 15 minutes.
Best Regards
Hello,
Please provide FTP access to the private area.
Best Regards
Hello,
Please find this file: woodmart\inc\integrations\elementor\elements\products\products.php
Then find this line:
if ( ! $products->have_posts() ) {
return;
}
Replace it with this line:
if ( ! $products->have_posts() ) {
wc_reset_loop();
wp_reset_postdata();
woodmart_reset_loop();
return;
}
We shall fix this in the nearest update.
Best Regards