• Resolved opdomain

    (@opdomain)


    hello,
    it’s amazing theme and i love it very much.
    but when i create a form in article, the checkbox cannot work.
    it just show the label like that:here

    how can i fix it? thanks a lot!

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

    (@bensibley)

    Good catch, there’s a problem with the styling. There is a fix on the way in version 1.06 which is in the queue now.

    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 252
    3. replace with this:

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

    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 version 1.06 it will include this same update.

    Thread Starter opdomain

    (@opdomain)

    Thank you!!! it can work now!!!! :P
    (i update the version 1.06)

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome, thanks for using Tracks ??

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