Urgent | Check Boxes on Checkout Page Doesn't Work

This topic has 3 replies, 2 voices, and was last updated 9 years, 8 months ago ago by Eva Kemp

  • Avatar: candogu
    candogu
    Participant
    April 22, 2016 at 17:25

    Check boxes doesn’t work on my checkout page. Can you please check? Thank you.

    Please, contact administrator
    for this information.
    2 Answers
    Avatar: candogu
    candogu
    Participant
    April 22, 2016 at 17:28

    Additional screenshot.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Participant
    April 22, 2016 at 17:52

    Hello,

    As I see you copied whole code in your child theme style.css file and there is the code:

    .payment_methods input[type="radio"]:checked {
      background-image: url(images/radio-icon-check.png);
      background-repeat: no-repeat;
      background-position: center center;
    }

    In this case image radio-icon-check.png will load from the directory wp-content/themes/woopress-child/images/radio-icon-check.png but there is no such image in your child theme folder.
    Please read how to create child theme correctly https://codex.wordpress.org/Child_Themes . You mustn’t copy parent style.css to the child theme. Read the WordPress article and make the changes.

    Regards,
    Eva Kemp.

  • Viewing 3 results - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.