This topic has 10 replies, 3 voices, and was last updated 7 years, 2 months ago ago by Rose Tyler
Hi Olga,
I have some issue with my shop sidebar.
1) the left shop sidebar appears in the main shop page 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: English – French – Deutsch – Espanol – Russian
3)the button of the sidebar filter in the shop page is horribly located. Can you locate it like this?
Thanks in advance.
Hello,
Provide me correct admin panel access to your site to check the settings.
Regards
Hi Olga,
below the regenerated access.
Thanks in advance.
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
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.
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
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.
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
Hi Rose,
thanks for your help!!!
Have a nice day.
Hello,
You’re welcome!
Wish you the same.
Regards
The issue related to '‘Shop sidebar’' has been successfully resolved, and the topic is now closed for further responses