Tagged: Shop Page
Hi there,
Can you tell me how to acchieve this:
I want to have the shop page (product overview page) as my Home page.
So first all the products will be displayed and below that I’d like to have a banner image.
Should I move the banner image from the top of the shop page to below the products? (if so, please give me the css to do so :)
Or Should I just create a new page , and create a product overview here with a shortcode or something, (how to display a product overview similar to the shop-page at this point) and put the banner image under it later?
Thank you very much!
Cheers
Hey webbiz215,
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
Victoria
Hey Victoria.
here is what i described above
https://pasteboard.co/IH6FWvq.png
the image is here.
Hello Victoria,
Did you see the mockup I prepared a few days ago?
I’m looking fprward to your response so I will be able to get the job done :)
Thx in advance
Cheers
Mike
Hi,
Sorry for the late response. You can create a custom shop page using advance layout builder — add the Product Grid element to create the shop overview section and for the banner, try to add a Color Section element and apply the background to it. But first, you have to add the following snippet in the functions.php file.
add_theme_support( 'avia_custom_shop_page' );
Please visit the documentation for more info.
// https://kriesi.at/documentation/enfold/woocommerce-shop/#custom-woocommerce-shop-overview-with-advanced-layout-editor
Best regards,
Ismael