Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #214978

    Darren S
    Participant

    Hi Support,

    I am trying to add a Woocommerce shop page to my site (https://veganfitness.com), however it always displays with the sidebar on the right hand side, even though I have selected ‘layout-full width’ in the page attributes section of the page.

    I have researched on the web and the results seem to be theme specific so I thought I’d ask you guys.

    Thanks!
    Darren.

    #215127

    Zeshan
    Member

    Hi Darren,

    Thanks for writing in!

    You can use disable the sidebar on WooCommerce by selected Fullwidth under WooCommerce > Shop Layout in the Customizer.

    Thanks!

    #215131

    Darren S
    Participant

    Fantastic, thank you! I hadn’t even thought to look in the customizer yet!

    Have a great day! 🙂

    #215332

    Rad
    Moderator

    You’re welcome Darren!

    #228103

    Darren S
    Participant

    Hi Support,

    I no longer have the sidebar of my other webpages showing in the shop, which is what I wanted.

    But, I would like the ‘shop sidebar’ to show like in the example of the ethos shop, where it has product categories, top rated products etc.

    Crucially, when a user clicks on add to cart, it is not displaying at the top or side to indicate that the item has been added to cart so I would like to know how to sort this too please. (It is not until you go through to a product page that you are able to click add to basket and then you can gain access to see the cart. Is there a way I can choose to show cart from the main shop page after an item is added? Or in the sidebar perhaps?

    Thanks!
    Darren.

    #228217

    Paul R
    Moderator

    Hi Darren,

    In that case, you can select Global content layout under WooCommerce > Shop Layout in the Customizer.

    Then create a new sidebar for your shop

    http://screencast.com/t/Tg1CADXpQYqF

    You can then go to appearance > widgets and add widgets you like to your shop sidebar

    http://screencast.com/t/RSxMTCemOuC

    With regards to cart link not showing on top, can you try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Thanks

    #229447

    Darren S
    Participant

    Hi,

    My dashboard looks different to the one in the screenshot. I cannot see any list of pages to add a sidebar to. Only the option to add a sidebar, which I click on but then when I go to widgets, it still just shows my one main sidebar?

    Thanks!
    Darren.

    #229643

    Darshana
    Moderator

    Hi there,

    Sorry for the confusion.

    First head over to Appearance -> Sidebars section and then add a new sidebar (http://screencast.com/t/w31ZbEEZzMX). Then once you hit the button “Add Sidebar”, you will get the option with a list of pages and then you can assign (http://screencast.com/t/Srj7L1G8jb9).

    Hope that’s clear.

    #229961

    Darren S
    Participant

    Hi!

    Thanks very much, I managed to add the cart now. My next question is how do I change to font size of the category titles in the shop (https://veganfitnesss.com/shop) but without affecting the header size of all of the rest of the site (because I got a code to change the header size of the text of each post on my category index pages but it means that I can no longer use header 2 within a post because it’s tiny)?

    Hope that makes sense!

    Kind regards,
    Darren.

    #229981

    Christopher
    Moderator

    Hi there,

    Please add this :

    li.product-category.product h3 {
      font-size: 15px;
    }

    Hope it helps.

    #229988

    Darren S
    Participant

    That worked perfectly thanks! 🙂

    #230006

    Paul R
    Moderator

    You’re welcome!