Right Column Missing on Homepage (WooCommerce)

Home Forums Iconic One Pro Support Right Column Missing on Homepage (WooCommerce)

This topic contains 1 reply, has 2 voices, and was last updated by  Themonic-Support 1 year, 11 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6736

    LaMP
    Participant

    I see content section and column (sidebar) to the right of this in IonicPro One, but when I view the page I have set as my homepage (a WooCommerce purchase page), the right column disappears. 🙁

    I cannot find where, separately, to set the right hand column so that is also appears on the page set as the homepagee.

    – How can I do this?

    Thank you.

    #6737

    Hi,

    To add Sidebar:

    Step 1: Add the following to Additional CSS in customizer

    
    .woocommerce .site-content {
        width: 63.2%;
    }

    ———————-

    Step 2: and in woocommerce.php inside theme folder

    copy the get_footer line and replace get_footer with get_sidebar and place it above get_footer line.

    The bottom two lines will look same just like in file page.php which is also inside theme folder, so you can copy from there too.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.