Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • This reply has been marked as private.

    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.

    Hi 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

    Hi,

    I’ve done a fresh download from Themeforest and reuploaded Version: 4.5.7.
    Problem still persists.

    Please can you advise?

    Hi 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

    This reply has been marked as private.

    Hi 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.

Viewing 7 posts - 1 through 7 (of 7 total)