-
AuthorPosts
-
April 24, 2018 at 5:31 pm #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
April 24, 2018 at 6:55 pm #946076I 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.
April 25, 2018 at 11:43 pm #946937Hi,
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,
BasilisApril 26, 2018 at 4:21 pm #947337The 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%; }April 28, 2018 at 4:01 pm #948385Hi djstangl,
Can you please remove the code and we’ll try to provide a css solution for you.
Best regards,
VictoriaApril 30, 2018 at 5:37 pm #949132I have removed the code. Thank you
May 2, 2018 at 6:38 am #949835Hi,
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,
RikardMay 2, 2018 at 6:15 pm #950187Thank you so much!
May 2, 2018 at 8:03 pm #950241Hi,
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 -
AuthorPosts
- The topic ‘Search for mobile’ is closed to new replies.