Forum Replies Created
-
AuthorPosts
-
July 11, 2019 at 1:40 pm in reply to: Issue with WooCommerce Product Grid on Avia Layout Builder #1117809This reply has been marked as private.July 8, 2019 at 12:15 pm in reply to: Issue with WooCommerce Product Grid on Avia Layout Builder #1116637
Hi Victoria,
This is what I had done.
But for sake of being extra cautious I have deleted the folder this morning and re-uploaded a fresh copy from themeforest.Still the issue remains.
July 4, 2019 at 11:18 am in reply to: Issue with WooCommerce Product Grid on Avia Layout Builder #1115715Hi Victoria,
Thank you. Unfortunately, this thread is relating to an older version of the theme, probably 4.4.
And when I checked the file in question:line 299/300 in enfold/config-templatebuilder/avia-shortcodes/productslider.php:
in Enfold v4.5.7 the corresponding file is:line 490: enfold/config-templatebuilder/avia-shortcodes/productslider/productslider.php:
And it already contains the fixes mentioned in the thread. Namely:
/** * @since WC 3.3.0 we have to reset WC loop counter otherwise layout might break */ if( function_exists( 'wc_reset_loop' ) ) { wc_reset_loop(); } wp_reset_query(); return $output;
Please can you investigate further
July 1, 2019 at 3:42 pm in reply to: Issue with WooCommerce Product Grid on Avia Layout Builder #1114906Hi,
I’ve done a fresh download from Themeforest and reuploaded Version: 4.5.7.
Problem still persists.Please can you advise?
June 25, 2019 at 12:50 pm in reply to: Issue with WooCommerce Product Grid on Avia Layout Builder #1113213Hi Victoria,
thank you for this quick fix.However it doesn’t work well. The right-margin for ‘last’ element makes the first product look inconsistent with the others. Have a look.
Plus you’ve given me a very specific CSS rule which works only for this particular case. It is not future proof, it won’t work in other places or other column layouts (3 columns, 4 columns, etc..) and it will cause potential problems on mobile screens.The issue is that the rendering or the CSS of the Product Grid is not right.
Can you escalate this issue to your developers and come back to me with an ETA please?
Clement
June 20, 2019 at 1:44 pm in reply to: Issue with product alignment on WooCommerce Product Grid #1111944This reply has been marked as private.June 20, 2019 at 12:14 pm in reply to: Issue with product alignment on WooCommerce Product Grid #1111916Hi Mike,
I am experiencing the same issue. I’ve set the grid to 5 columns.
The first product appears on its own. The second line contains the other 4 products.My product list doesn’t have the correct use of first/last css classes for li.product items.
I am running on PHP 7.3, Enfold 4.5.7 and WP 5.2.2.
In the Chrome Inspector, simply moving the DOM element with class first to the top of the ul.products list fixes the layout issue. So I suggest this is potentially an issue in the way this grid is rendered.Please advise.
-
AuthorPosts