Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1306104
    quituck
    Participant

    Hi,
    I’m in the process of setting up my woo commerce pages and I’m getting a message above my items that I would like to have removed. Can you tell me what I need to do so my page looks normal?

    #1306108
    quituck
    Participant
    This reply has been marked as private.
    #1306302
    quituck
    Participant

    In addition to my last question can you tell me why my shop page only displays one item? I was hoping that it will look similar to the integrity shop page demo and it looks nothing like the demo. Any idea how I can achieve the demo look?

    Thank you!

    #1306587
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! This issue occurred because the columns were not initialized or has been set only to one column. To resolve this issue, please go to your customizer, Appearance > Customize > WooCommerce > Shop Layout and select at least Two columns. You may also need to choose other options as well.

    Hope this helps. Please let us know how it goes.

    #1307231
    quituck
    Participant

    It worked. Thank you

    3 more questions

    1.) Is there a way I can center the buttons on my woo commerce shop page?
    2.) How do I add a filter by price? http://demo.theme.co/shop-integrity/
    3.) If I wanted to create a custom shop page is there an easy way to import my products into a grid without having to add each product individually?

    Thanks

    #1307578
    Nabeel A
    Moderator

    Hi again,

    1. To fix the buttons, just add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .addtocartbutton {
        width: 100% !important;
    }

    2. You can add a filter by price by going to Appearance > Widgets > WooCommerce Price Filter (see attached)

    3. You can use Essential Grid https://essential.themepunch.com/woocommerce-grid-jason/

    Hope this helps!

    #1308486
    quituck
    Participant

    Thank you.

    I need help with one more thing. I’m having difficulty displaying my side bar on my woo commerce shop page. Any idea how to have my woo commerce side bar display on my shop page?

    Thanks again!

    #1308489
    quituck
    Participant

    In addition to my last question can you also advise me on how to change the background color of my Woo Commerce shop page?

    Thank you

    #1308728
    Nabeel A
    Moderator

    Hi again,

    To display the sidebar on your shop page, you’ll need to change the layout from Fullwidth to Content left, sidebar right. To do this, navigate to Appearance > Customize > Layout and Design > Content Layout and change the layout. For your other pages that needs to be displayed in fullwidth, you can change the page template to Fullwidth under Page Attributes.

    Then add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .x-content-sidebar-active .x-sidebar {
        width: 27% !important;
    }
    .x-content-sidebar-active .x-main {
        width: 70% !important;
    }

    To change the background color of your shop page, add the following code in your Customizer:

    .woocommerce .site {
        background: #2bb4ea !important;
    }

    Let us know how this goes!

    #1309860
    quituck
    Participant

    Thank you. Everything worked out for me perfectly.

    3 more questions
    1.) is it possible to change the grid layout/design on the woo commerce shop page? E.g masonry style with a Jason skin
    2.) is it possible to change the spacing between the grid items on the woo commerce shop page?
    3.) Lastly my filter by price is not displaying on my custom side bar. Any idea why that may be?

    Thank you

    #1309917
    Nabeel A
    Moderator

    Hi again,

    1. You can re-create the shop page with Essential Grid, check out https://essential.themepunch.com/woocommerce-grid-jason/

    2. To adjust the spacing between the grid items, add this code in your Customizer:

    .woocommerce .cols-4 li.product, .woocommerce.columns-4 li.product {
        width: 24%;
        margin-right: 1%;
    }

    3. You can 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.

    Let us know how this goes!

    #1310011
    quituck
    Participant

    Hi,
    I ended up creating a custom shop page instead. It was a lot easier to design, than figuring out how to customize the default woo commerce shop page. Thank you for all you help assisting me so far.

    As far as the filter by price I’m an unable to figure out why it isn’t displaying. I deactivated every plugin and reactivated them one at a time and while doing that the filter by price never displayed. Please help?

    Thank you

    #1310299
    Nabeel A
    Moderator
    This reply has been marked as private.
    #1310422
    quituck
    Participant
    This reply has been marked as private.
    #1310725
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! Please be advised that the price filter widget only appears on product archives. You can check it out in the documentation here: https://docs.woocommerce.com/document/woocommerce-widgets/

    Hope this explains it.

  • <script> jQuery(function($){ $("#no-reply-1306104 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>