Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #251664

    Hi,
    I am having a layout problem when layer slider is enabled on a page.
    Also post slider is not showing any posts.

    Ben

    #251666
    This reply has been marked as private.
    #251923

    Hi!

    Thank you for the links.

    On what browser and OS are you testing this with? I checked both links on Chrome and Firefox Windows 8, both sliders shows fine on the same page. Is this issue fixed?

    Regards,
    Ismael

    #252013

    I am using chrome, firefox, safari on osx 10.9 and firefox and chrome on windows xp.
    You really dont see the problem? The layout in the first link is correct, but when I add the layer slider it breaks it (second link).
    Also in the second link there are no posts in posts slider shown and the background of the 2/3 – 1/3 layout elements is black instead of white, and 100% wide.

    Ben

    #253135

    The issue is not fixed. Did you manage to take a look?

    Regards,
    Ben

    #253432

    Hey!

    Sorry about that. My bad! Yes, I can see the issue. However, we’re not certain of the issue at hand. Please try to deactivate all plugins, see the issue if fix. I’ll ask Dude to check this.

    Best regards,
    Ismael

    #254199

    Hey!

    Please place the content underneath the LayerSlider into a color section. To fix the product slider issue open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/productslider.php and replace

    
    query_posts($query);
    
    

    with

    
    query_posts($query);
    
    	    	remove_filter( 'posts_clauses', array( $woocommerce->query, 'order_by_popularity_post_clauses' ) );
    			remove_filter( 'posts_clauses', array( $woocommerce->query, 'order_by_rating_post_clauses' ) );
    

    We’ll include this fix in Enfold 2.7.

    Regards,
    Peter

    #254340

    Thanks Dude :)

    It actually works without the change in productslider.php

    Best Regards,
    Ben

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Layout problem with layout builder and layer slider’ is closed to new replies.