I want to put widget area (or better two or three next to each other) on top of the Woocommerce shop overview page.
Main reason: to show a search field on top of page on mobile, while in responsive mode, the sidebar with filters is on the bottom of the page.
An alternative (and maybe even better) solution would be to put a button on top of the page on mobile onlt which links to an anchor all the way down on the page, to the filters on the ‘sidebar’.
I hope you can help me with the widgets and/or the mobile only-button, scrolling the user down to the sidebar widgets.
Thanks in advance!
Sytse
Hey sberendss,
Thank you for using Enfold.
You can use action hooks to insert additional content above the shop overview page. An example of that hook can be found in this article.
// https://wpsites.net/web-design/2-ways-to-add-a-widget-before-woo-commerce-product-pages/
Best regards,
Ismael
Thanks Ismael, I’ll find out how it works. Thanks.