Tagged: ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #946039

    How do I enable search for mobile? It appears that this is not a feature of this theme? That seems rather stupid. I am considering buying a different theme now. However that would be a huge pain to switch as it usually is when a person does this. Please just add this as a feature to your theme. In the meantime send me the CSS so I can add it.

    AND no I will not give you access to my site. How would that help something you didn’t include in your theme?

    My site is aspireonline.org and if you view it in mobile, there is no search. That needs to be an option in theme settings.

    Thank you

    #946076

    I found the code to add to the Quick CSS to add the search on mobile. However, it is poorly implemented and does not look good.

    #946937

    Hi,

    What code you added?
    Can you please give us the details so we can see how we can optimize it to work better?

    Best regards,
    Basilis

    #947337

    The following code is what I added:

    @media only screen and (max-width: 767px) {
    .main_menu .avia-menu, #header_main_alternate {
    display: block !important;
    }
    .av-main-nav > li { display: none; }
    li#menu-item-search {
    display: block!important;
    margin-top: -86px;
    right: -25px;
    }
    .responsive .main_menu {
    float: right;
    }}
    li#menu-item-search>a {
    font-size: 28px!important;
    }
    nav.main_menu { float: right; margin-right: -0.6%; margin-top: 2%; }

    #948385

    Hi djstangl,

    Can you please remove the code and we’ll try to provide a css solution for you.

    Best regards,
    Victoria

    #949132

    I have removed the code. Thank you

    #949835

    Hi,

    The feature you are looking for is available in the latest version of the theme, please try to update to 4.3: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Then go to Enfold->Main Menu and check the Append search icon to main menu option.

    Best regards,
    Rikard

    #950187

    Thank you so much!

    #950241

    Hi,

    I’m glad you were able to get this addressed. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Search for mobile’ is closed to new replies.