Tagged: mobile menu, search box
-
AuthorPosts
-
June 30, 2020 at 4:59 pm #1226826
Hi Support,
we tried to implement this solution but unfortunately it did not work. We don’t like to use an extra plugin for responsive menu. We wonder why there is no easy solution to integrate a search field into the mobile menu?
The search function is getting more and more important for websites, so this would be a good way to enhance the theme accordingly. we hope there will be a solution in one of the next versions.
In the meanwhile – thanks for your help!
Best, Tobias
June 30, 2020 at 5:32 pm #1226852Hey Tobias,
Have you attempted the following:
https://kriesi.at/support/topic/mobile-search-bar/#post-210112
It’s using a hook method to add instead.
Best regards,
Jordan ShannonJune 30, 2020 at 6:18 pm #1226871Hey Jordan,
thanks for your quick answer and the link.
The answer is from 2014, the
do_action('ava_after_main_menu');
is no longer in the header.php. Afterdo_action('ava_after_main_container');
echo get_search_form();
does not work.Also this solution and this solution we could not make it work.
Any ideas?
Best, Tobias
June 30, 2020 at 9:10 pm #1226908Hi,
The action has to be added into the header. Please provide admin info so we can log in and help further.
Best regards,
Jordan ShannonJune 30, 2020 at 10:24 pm #1226936Hi Jordan,
please look at the temporary login in the private data.
Thanks
TobiasJuly 3, 2020 at 7:59 am #1227690Hi,
Apologies for the delay. Add the following to quick css:
@media only screen and (max-width: 1200px){ #top #header .av-main-nav>li#menu-item-search.menu-item{ display:block!important; }}
Best regards,
Jordan ShannonMarch 17, 2021 at 12:39 pm #1288714Hey,
I’m having the same problem, the solution from 2014 does not work since the hookdo_action('ava_after_main_menu');
does not exist anymore. Could you please make a public post where you explain the current solution? I think that would help other people as well.
Best,
Erik- This reply was modified 3 years, 8 months ago by 18frames.
March 17, 2021 at 8:42 pm #1288781Hey 18frames,
Can you provide a link to your site so we can look into this further for you?
Best regards,
Jordan ShannonApril 1, 2021 at 10:40 am #1291743Please find the link in the private content section.
April 5, 2021 at 3:11 am #1292391Hi,
We provided another solution in the following thread.
// https://kriesi.at/support/topic/search-box-in-mobile-menu-2
Please add the snippet in the functions.php file and make sure to purge the cache.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.