• Despite having entered the category limitation, I still can’t bring up a particular category.
    I should set the categories section and that collection, both of which are in the product category.
    Will you know how to solve it?
    I also suggest entering the multiple choice in the limitations section.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi,

    Please add this CSS to remove icon before values

    
    ul.berocket_aapf_widget li::before {
        content: "";
        padding: 0;
    }
    

    Please provide screenshot of the filters edit page. Let me check how did you configure at list one filter shown on the example page.

    Regards,
    Dima

    Thread Starter alessandro83

    (@alessandro83)

    Hi, where I have to add that code?

    Here below the link to the issues:
    Issue n. 1
    Issue n. 2
    Moreover how can I cancel or to hide this “>>” before the title of categories?
    Why the title of products categories aren’t in line with them checkbox?

    Thanks in advance for your reply.
    Regards,
    Alessandro

    Plugin Author RazyRx

    (@razyrx)

    Hi @alessandro83,

    This happens because your theme use JavaScript to add stilization for products.
    You need execute same JavaScript after filtering to add all this styles to products, that loaded with AJAX Filters.

    Regards,
    Oleg

    Thread Starter alessandro83

    (@alessandro83)

    Thank you for the answer, but in practice then what should I do?
    Which javascript should I run and where should I insert it?

    I urgently need a solution.
    Thanks

    Plugin Author RazyRx

    (@razyrx)

    Hi @alessandro83,

    JavaScript code is depend on your theme. Check your theme documentation for it or contact theme author.
    You can add this code in plugin settings -> JavaScript/CSS tab -> After update field
    or add JavaScript to some JS file in your theme

    jQuery(document).on('berocket_ajax_filtering_end', function() {
        //code from your theme to reinit image
    });

    Regards,
    Oleg

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Filter Catergory’ is closed to new replies.