• Hello,

    Can you help me with the checkboxes? i’ve already tried with a few CSS tips sugested in other forums, but i can’t make it appear in the seller register screen, shipping options and in the check out form the terms and conditions, there is the checkbox but anyone can see it. It’s very rare cause the payment method show it.

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi @mike101090,

    Sure, here is the CSS code you need to make checkboxes appear:

    
    input[type="checkbox"] {
        opacity: 1;
    }
    

    Let me know if this works for you, have a great day,
    Andrija

    Thread Starter mike101090

    (@mike101090)

    Hello Andrija , thanks for the reply, but still invisible in all the page, selecting shipping methods, Terms & Conditions, Register.

    I have try with the code in all the CSS options but still missing the visible button, ypu can select it after the error that shows where is the missing checkbox accept.

    Thanks if you could help me, cisisa.com.mx

    Best Regards

    Thread Starter mike101090

    (@mike101090)

    Hello again, i just found this and it works, now i only have the issue with the shipping methods that still invisible.

    input[type=”checkbox”] {
    -webkit-appearance: checkbox;
    }

    Hey @mike101090,

    I’m sorry to hear the initial solution did not work out for you. I’m glad to hear you were able to make progress yourself

    Are you referring to the shipping methods on your checkout page?
    Screenshot: https://i.imgur.com/CS6QLXt.png

    If so, this is because those shipping methods are set up as a dropdown list instead of a checkbox.

    Let me know your thoughts, is this dropdown what you want to customize or something else?

    Best Regards,
    Andrija

    Hi @gdandrija

    I have a similar issue with checkboxes in the checkout page. I’m able to choose between payment methods, and when I choose a certain method, the checkbox changes the color from white to black, as it’s supposed to. However, in one of the methods you have to pick a bank of your choice – and here the checkboxes stop working, kind of. I’m actually able to choose the bank and it redirects me there, but the checkbox doesn’t change color, it seems inactive, even though it works. I have no idea what could be the issue here. Please find a snip of the issue: https://imgur.com/a/4wNJfcz (if you’d click on that white circle, it would work, but it wouldn’t change color).

    Thanks!

    gdandrija

    (@gdandrija)

    Hey @starlordfive,

    Can you please send me the link to your website so I could test this out?

    Thanks,
    Andrija

    Hi I also seem to be having this problem recently.

    I have tried adding the above to my additional CSS but with no luck..

    My problem seems to be all of my Woocommerce Addon checkbox’s do not work.. (radio buttons do and all other options) just not the checkboxes! meaning customers can not add any extras.

    My child theme is all ok and if I put it in trouble shooting it shows.. but I can not for he life of me work out why it doesn’t work or which plugin may be causing a conflict.. anyone got any more suggestions?

    Follow up to above…

    My problem was (a plugin):

    Essential Blocks
    The Ultimate Blocks Library for WordPress Gutenberg editor.
    Version 2.2.0 | By WPDeveloper | View details

    Disabled and now works – took quite a while to work it out though!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Checkbox don’t show up in’ is closed to new replies.