Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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

    #1226852

    Hey 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 Shannon

    #1226871

    Hey 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. After do_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

    #1226908

    Hi,

    The action has to be added into the header. Please provide admin info so we can log in and help further.

    Best regards,
    Jordan Shannon

    #1226936

    Hi Jordan,

    please look at the temporary login in the private data.

    Thanks
    Tobias

    #1227690

    Hi,

    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 Shannon

    #1288714

    Hey,
    I’m having the same problem, the solution from 2014 does not work since the hook

    do_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.
    #1288781

    Hey 18frames,

    Can you provide a link to your site so we can look into this further for you?

    Best regards,
    Jordan Shannon

    #1291743

    Please find the link in the private content section.

    #1292391

    Hi,

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.