• Hello!
    I have berocket filters on website and everything is working fine.
    But i want to achieve, that when i choose any filter from dropdown (checkbox) on mobile – it would close that dropdown. Is it possible?
    It’s really annoying that filter dropdown stays open after selecting the filter.

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

    (@dholovnia)

    Hello,

    Please provide your site url to see how it is working now.

    Regards,
    Dmytro

    Thread Starter codylt

    (@codylt)

    This for example
    How to do it, that when i choose any filter, it automatically closes the dropdown?

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    This can be done with custom Javascript only. This one should work
    jQuery(document).on('click', '.berocket_hidden_clickable input', function (){ jQuery(this).parents('.bapf_sfilter').removeClass('bapf_ccolaps').addClass('bapf_ocolaps') });

    Regards,
    Dmytro

    Thread Starter codylt

    (@codylt)

    Hi Dmytro, thanks for the snippet, it closes now.
    But the problem rises, that where is the Price slider (Kaina), it also automatically closes, before sliding to desired range. Can it somehow be excluded?

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi,

    Sorry but no.

    Regards,
    Dmytro

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Auto closing filters on mobile?’ is closed to new replies.