Shop sidebar - by BigMad - on WordPress WooCommerce support

This topic has 10 replies, 3 voices, and was last updated 6 years, 4 months ago ago by Rose Tyler

  • Avatar: BigMad
    BigMad
    Participant
    November 14, 2017 at 14:53

    Hi Olga,

    I have some issue with my shop sidebar.

    1) the left shop sidebar appears in the main shop page https://prnt.sc/habrj9 and as the categories are already displayed with images, it is not necessary
    2) the left shop sidebar does not appear in other languages but only in Italian: EnglishFrenchDeutschEspanolRussian
    3)the button of the sidebar filter in the shop page is horribly located. Can you locate it like this? https://prnt.sc/hac2o9

    Thanks in advance.

    9 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 15, 2017 at 14:18

    Hello,

    Provide me correct admin panel access to your site to check the settings.

    Regards

    Avatar: BigMad
    BigMad
    Participant
    November 15, 2017 at 15:44

    Hi Olga,

    below the regenerated access.

    Thanks in advance.

    Please, contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 15, 2017 at 16:32

    Hello,

    Try to login by yourself using these credentials. We always get http://prntscr.com/hau2gz
    Maybe you set some limits for this user?

    Regards

    Avatar: BigMad
    BigMad
    Participant
    November 16, 2017 at 11:43

    Hi Olga,

    sorry for the inconvenient, I deleted the old account and I created a new one.

    I have these two issues left:

    1. the left shop sidebar appears in the main shop page https://prnt.sc/habrj9 and as the categories are already displayed with images, it is not necessary

    2. the button of the sidebar filter in the shop page is horribly located. Can you locate it like this? https://prnt.sc/hac2o9

    Thanks in advance.

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2017 at 13:06

    Hello,

    1. You may set http://prntscr.com/hb6du5 for the shop page.
    2. Please try to use this code:

    .sidebar .price_slider_wrapper .price_slider_amount {
    	display: -webkit-box;
    	display: -webkit-flex;
    	display: -moz-box;
    	display: -ms-flexbox;
    	display: flex;
    	-webkit-flex-wrap: wrap;
    	    -ms-flex-wrap: wrap;
    	        flex-wrap: wrap;
    }
    .sidebar .price_slider_wrapper .button {
    	-webkit-box-ordinal-group: 3;
    	-webkit-order: 2;
    	-moz-box-ordinal-group: 3;
    	-ms-flex-order: 2;
    	order: 2;
    	margin-left: 0;
        margin-top: 10px;
    }

    Regards

    Avatar: BigMad
    BigMad
    Participant
    November 16, 2017 at 13:48

    Hi Rose,

    1. if I follow your instructions, the sidebar does not appear in all subpages shop (category-product). I would like the sidebar not to appear only in the main page of the shop https://prnt.sc/hb7uul

    2. thanks for having solved my issue, great job.

    Thanks in advance.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2017 at 13:53

    1. In this case, try to add this code:

    .post-type-archive-product .sidebar-left {
        display: none;
    }
    .post-type-archive-product .main-products-loop {
        width: 100%;
        left: 0;
    }

    2. You’re welcome!

    Regards

    Avatar: BigMad
    BigMad
    Participant
    November 16, 2017 at 14:07

    Hi Rose,

    thanks for your help!!!

    Have a nice day.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2017 at 14:10

    Hello,

    You’re welcome!
    Wish you the same.

    Regards

  • Viewing 10 results - 1 through 10 (of 10 total)

The issue related to '‘Shop sidebar’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.