• Resolved Gil Concepcion Jr.

    (@gilconcepcionjr)


    Just got an issue with our WooCommerce where Ship to address checkbox is not functioning properly

    also im seeing this code

    .woocommerce-shipping-fields .shipping_address {
    display: block !important;
    }

    I cant over ride this code even using javascript

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Nico

    (@nicolamustone)

    Automattic Happiness Engineer

    Hello there,
    I checked the site and I think that it is working properly.

    The only issue is that at first, the shipping form is showing, because of that code you mentioned.

    The code is not from WooCommerce and it seems to be added directly on the page, probably via custom CSS code.

    Check in your theme’s options or maybe in Customizer > Additional CSS if you have declared the code there.

    Thread Starter Gil Concepcion Jr.

    (@gilconcepcionjr)

    thanks for the answer, unfortunately i cant locate the said code. Is there any way I can over ride the CSS Code in PHP?

    Plugin Support RK a11n

    (@riaanknoetze)

    Is there any way I can over ride the CSS Code in PHP?

    You could add an inline CSS style on that element using PHP but that would *also* need to use the !important declaration.

    Speaking in general and just as a sidenote: If that CSS wasn’t added as custom CSS, it’s possible that it’s coming from a 3rd party plugin.

    Thread Starter Gil Concepcion Jr.

    (@gilconcepcionjr)

    @riaanknoetze i think that might work. tried using display: none !important in inspect element

    Nico

    (@nicolamustone)

    Automattic Happiness Engineer

    Hello there,
    Did you test the code? Did it work?

    Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Howdy.

    We haven’t heard back from you in a while, so I’m going to go ahead and mark this thread as resolved. If you have any other questions please start a new thread.

    Cheers!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Ship to address form is showing even uncheked’ is closed to new replies.