• Resolved Desaix

    (@desaix)


    Hi

    I like your theme and that’s why I use it on my website :).

    However, today, I discovered a problem with the checkbox. They don’t work.
    You can see my problem on this page :
    https://brivanimal.fr
    There is the widget Sidebar login. You can read “Me retenir” and a checkbox above it which is “broken”.
    The most annoying is for my Buddypress profile.

    I hope you will be able to fix that.

    Thank you

    P.S: I am not a english speaker and I did my best to be understood :). I hope you see what I mean in my message.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Okay I see the issue. I will submit a fix today, which will be live in about 3 days.

    If you want it fixed right away and you’re comfortable with CSS:

    1. Visit the theme editor page under Appearance > Editor.
    2. Find line 235
    3. replace it with this:

    input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type=file]),

    To be clear, you just have to update the input selector to the above selector (leave the textarea selector as-is.

    There’s no need to create a child theme because when you update to the next version it will include the fix.

    Thread Starter Desaix

    (@desaix)

    Hi

    It’s ok now.

    Thank you for your answer and your help.

    Theme Author Ben Sibley

    (@bensibley)

    No problem, thanks for notifying me about the bug.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Checkbox don't work’ is closed to new replies.