Product Tabs > Grid – Loads lots of images (products) / Different number on seco
-
On our homepage we have your custom Products Tabs. Is shows 8 products on the page (4 columns, 2 rows).
Test results from GTmetrix shows that our page size is almost 4MB because the grid loads over 40 product images and not just the 8 that are actually on the page.
Also when we view the website in the second language only 7 products are shown.
We’ve updated to the latest Theme version.
Hello,
You have a lot of products with images in your categories menu. But they are hidden with your custom CSS code https://gyazo.com/699de0bd8ff740aa96953c43949133dd
Kind Regards
Hello,
In order to limit the number of loaded products use this option inside Product AJAX TAB http://prntscr.com/ixmsgg
As for 7 products instead of 8: check if 8th product has the translation, insert IDs as suggested above in both languages.
Best Regards
Thanks for the quick feedback.
Missed the hidden images. Is there a php file I can edit in order to not show product thumbs in the WC Product List. Or is that all handled in the element.php file?
You can edit your products in the widget in the file woodmart/woocommerce/content-product-widget.php
.
Regards