Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1157466

    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

    #1157504

    Hey webbiz215,

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1157641

    Hey Victoria.
    here is what i described above
    mockup
    mockup

    • This reply was modified 5 years ago by webbiz215.
    #1157642
    #1158143

    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

    #1158686

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.