Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1877046
WooCommerce Variation Select
Closed

Comments

  • dnasanders started the conversation

    Hi There,

    How can I adjust the code so that the 'Choose an Option' does not have a search box?

    The issue here is that when browsing from a mobile it opens the keyboard when selecting due to the fact that it has a text box for searching. 

    This should just be a choice field not a search result.

    Thanks

  •  1,845
    Elated replied

    Hello,

    You can try to add this css underneath in Appearance >> Customize >> Additional CSS field:

    @media only screen and (max-width: 1024px) {
    .single-product .select2-container--default .select2-search--dropdown .select2-search__field {
        display: none;
    }
    }
    1479587873.png

    For any other issue you are facing please feel free to ask us and we will assist you as soon as possible. I will give my best to help you building your site.

    Thanks & Regards, 
    Vladimir


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •  1,845
    Elated replied

    Hello there,

    We are sorry for the late reply, we have been getting a lot of messages daily and are trying our best to keep up with every request. We hope you can understand.

    Such an option, unfortunately, does not exist within the theme, we are sorry. Achieving this will require some custom coding, but we are not in a position to accept any custom work, because we primarily need to focus on providing Theme Support to all customers. We hope you understand.

    You could use a workaround and disable the field for smaller screens using the following code and copying it into Appearance > Customize > Additional CSS or Elated Options > General > Custom CSS

    @media only screen and (max-width: 1024px) {
        .single-product .select2-container--default .select2-search--dropdown .select2-search__field {
            display: none;
        }
    }
    

    In case you do not want to use additional CSS and are not familiar with programming, you could hire someone to do this for you. You could look for someone who you can hire for this kind of job at the following link: - http://studio.envato.com

    Thanks for understanding.

    Kind regards,

    Sean


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • dnasanders replied

    Hi Vladimir and Sean,

    That CSS worked well.

    Thank You.

    Dan

  •  1,845
    Elated replied

    Hello,

    You're welcome. Please let us know if there is anything else we can do for you, thanks!

    We hope it’s not too much trouble, but we’d really appreciate it if you could rate our theme on ThemeForest. Just visit the following link and select five stars next to our theme’s name: http://themeforest.net/downloads  This way you’ll be helping us improve our support services and make them even more efficient.

    Vladimir


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.