Tagged: Layer Slider, post slider
Hi,
I am having a layout problem when layer slider is enabled on a page.
Also post slider is not showing any posts.
Ben
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
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
The issue is not fixed. Did you manage to take a look?
Regards,
Ben
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
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
Thanks Dude :)
It actually works without the change in productslider.php
Best Regards,
Ben