Home Forums WoodMart support forum Need Checkbox before Pricing List and Ajax filter not working in Sidebar Widget

Need Checkbox before Pricing List and Ajax filter not working in Sidebar Widget

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #35073

    Haresh
    Participant

    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.
    #35084

    Artem Temos
    Keymaster

    Hi,

    We don’t see any filters in your sidebar https://gyazo.com/db5ecb51d14b59f93ac4b56d6184b457
    Where should we check them?

    Regards

    #35087

    Haresh
    Participant

    Hello,

    Please check Now, It is there.

    Thanks.

    #35098

    Bogdan Donovan
    Keymaster

    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

    #35105

    Haresh
    Participant

    Hello,

    Ok, Now the checkbox is showing, it is done perfectly. but ajax filter is not working. can you please check it once.

    Thanks.

    #35106

    Haresh
    Participant

    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.

    #35123

    Artem Temos
    Keymaster

    Yes, we see the issue on our side too. We will fix it in the next theme update that will be released soon.

    #35151

    Haresh
    Participant

    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.

    #35158

    Artem Temos
    Keymaster

    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

    #35159

    Haresh
    Participant

    Hello,

    Ok, Thank you

    Regards

Viewing 10 posts - 1 through 10 (of 10 total)

The topic ‘Need Checkbox before Pricing List and Ajax filter not working in Sidebar Widget’ is closed to new replies.