Hello Enfolg-team,
Working on my layout, I found that Fullwidth Easy Slider does not work properly (meaning pictures do not load to full width) on a defended SHOP page (working with woocommerce), setting for the shop page are: standard template, default layout, shop overview page for sidebar. Where can change it, so Fullwidth Easy Slider shows pictures on that page in full width?
Second question, where can I edit to delete the two filter “SortBy” and “display products” on Shop main page? I could not find it in the woocommerce settings?
Thank you very much.
Kind regards,
Anja
Hey anjmat!
The shop page layout is independant of any of the options you choose on that page. Its controlled via functions and WooCommerce itself. So customizing it would take modifying php via the functions in the theme files config-woocommerce>config.php.
To remove the sorting Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top.post-type-archive-product .product-sorting {
display: none;
}
Regards,
Devin
Thanks.
Kind regards,
Anja