This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

FILTERS STOP WORKING

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #20465
    parada1280parada1280
    Participant

    The plugin stop working. Check the filters, if you choose one nothing happens, it has a behavior to change via ajax teh content when select options.

    #20475
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    The filter is working, I see the ajax request on the console. The problem is, that the results container parent is set to invisible. You have this custom CSS rule:

    #resultados_home {
        display: none !Important;
    }

    ..the results box is placed within this element, but because it is invisible, the results are not visisble either. Changing or removing that rule, or moving the results container to a different location will resolve the issue.

    #21858
    parada1280parada1280
    Participant

    You cannot access this content.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘FILTERS STOP WORKING’ is closed to new replies.