Need Checkbox before Pricing List and Ajax filter not working in Sidebar Widget
-
Hello,
I want to display checkbox before pricing, see attached screenshot. Also ajax filter is not working in Widget area. please check it.
Any help will be appreciated.
Thanks in Advanced.
Attachments:
You must be
logged in to view attached files.
Hi,
We don’t see any filters in your sidebar https://gyazo.com/db5ecb51d14b59f93ac4b56d6184b457
Where should we check them?
Regards
Hello,
Please check Now, It is there.
Thanks.
Try to add the following code snippet to the Custom CSS area in Theme Settings.
.woodmart-price-filter ul > li > a {
position: relative;
}
.woodmart-price-filter ul > li > a:before {
content: "";
display: inline-block;
vertical-align: middle;
height: 14px;
width: 14px;
border: 2px solid #d8d8d8;
margin-right: 8px;
margin-top: -2px;
-webkit-transition: background-color .2s ease;
transition: background-color .2s ease;
}
.woodmart-price-filter ul > li > a:hover:before {
border: 2px solid #69bc45;
}
.woodmart-price-filter ul > li > .current-state:before {
background-color: #69bc45;
border-color: #69bc45;
}
.woodmart-price-filter ul > li > a:after {
content: "\f109";
font-family: woodmart-font;
position: absolute;
left: 2px;
top: 0px;
color: #fff;
font-size: 10px;
font-weight: 600;
opacity: 0;
}
.woodmart-price-filter ul > li > .current-state:after {
opacity: 1;
}
Regards
Hello,
Ok, Now the checkbox is showing, it is done perfectly. but ajax filter is not working. can you please check it once.
Thanks.
Hello,
When I click on filter option, the whole page is loading. I want to do this without the page load. please check and give your feedback.
Thanks.
Yes, we see the issue on our side too. We will fix it in the next theme update that will be released soon.
Hello,
I have checked “Filter By Color”, “Filter By Size” and “Filter By Brand” in your site’s sidebar. It is working perfectly without the page load. I have checked this URL: https://woodmart.xtemos.com/shop/. Can you please check it once and give your feedback.
Any help will be appreciated.
Thanks in Advanced.
Hi,
Yes, they are our WoodMart Layered Navigation widgets but you are using default WooCommrece’s one. We will add AJAX support for it as well.
Regards
Hello,
Ok, Thank you
Regards
The topic ‘Need Checkbox before Pricing List and Ajax filter not working in Sidebar Widget’ is closed to new replies.