• Resolved Web Expert

    (@seldimi)


    Hello. I am working on your filters (free version) with some custom CSS and I have noticed the following…

    If I visit a URL that uses SEO friendly links, it has the filter selected, the checkbox is selected BUT label doesn’t have class “berocket_checked”
    https://goo.gl/Pg3kVS
    Screen 1

    Second issue, if you check one filter, the label ‘berocket_checked’ is added. If you uncheck it, the ‘berocket_checked’ stays there. It should remove itself, isnt it ?
    (you can test this on same page)

    These both work well on paid version, without issues
    I am using Free Version 1.1.6

    Any workarounds?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hi,

    We will fix this in next plugin release.

    Regards,
    Oleg

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi Seldimi,

    For styling label::before we are using
    .berocket_aapf_widget input[type="checkbox"]:checked + label::before
    or to style label with checked checkbox you can use
    .berocket_aapf_widget input[type="checkbox"]:checked + label

    You don’t need that class. It is using for JavaScript purpose only.

    Regards,
    Dima

    Thread Starter Web Expert

    (@seldimi)

    That did the trick 🙂 Thanks a lot

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Filters checked does not always get berocket_checked class’ is closed to new replies.