WOOCOMMERCE STATE DROPDOWN NOT SHOWING

Home Forums Jevelin Theme WOOCOMMERCE STATE DROPDOWN NOT SHOWING

Home Forums Jevelin Theme WOOCOMMERCE STATE DROPDOWN NOT SHOWING

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    RESOLVED Posts
  • araymundo_d3dmx
    Participant

    Hello guys I have Jevelin theme 2.5.3 installed and the latest version of woocommerce plugin installed, however State (Estado) dropdown is not showing on checkout (pedido) page; I´ve change the jevelin theme to the twenty sixteen wordpress theme and the dropdown works correctly but when i go back to jevelin it´s hidden as shown in the photo. Please let me know if this is a theme or CSS or wc plugin issue so I can fix it as soon as possible, thanks!

     

     

    Attachments:
    You must be logged in to view attached files.

    Hi @araymundo_d3dmx,

     

    Sorry to hear of the problem you are having.

     

    Could you please share me the page URL from your site where it is not displaying correctly so that i can troubleshoot it?

     

    Best regards,
    Shufflehound team

    araymundo_d3dmx
    Participant

    Within this last page you will find that State (ESTADO) is not showing…

     

    Please help!!!

    Thanks.

    Solution for this topic

    This is happening on your site because the Ultimate member plugin CSS is conflicting with Woocommerce plugin CSS on your site.

     

    You can resolve the conflict of state dropdown by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .woocommerce form .form-row select.state_select {
        width: 100% !important;
        position: static !important;
        border: 1px solid !important;
        padding: 0px 20px !important;
    }

     

    araymundo_d3dmx
    Participant

    You are awesome guys, thanks! This worked well.

    You are most welcome here 🙂

    Luca
    Participant

    Hi!

    I’m having the same problem with my site, but the CSS did not work.
    I also tested with another theme and the checkout field worked perfectly. Could you please help me fix this bug on my store?

    I’m using WooCommerce 3.8.1  and Jevelin 4.3.1
    This is the checkout page: https://pontosemcores.com.br/checkout/

    Thanx!

Viewing 7 posts - 1 through 7 (of 7 total)