Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #312767

    Hi,

    would like to move the AJAX search function and its icon to the Secondary Menu.

    //Thanks

    #313778
    #313846

    Hi Josue,

    I tried this solution, but then the menu disappear all together.
    Could be I’m not clear of how many instance of avia to avia2 I should change in the *.php!

    Thanks,
    Ted

    #313853

    Hi Ted!

    Just once, open /wp-content/themes/enfold/functions-enfold.php and look for line 64:

    if ((is_object($args) && $args->theme_location == 'avia') || (is_string($args) && $args = "fallback_menu"))
    

    Replace it by:

    if ((is_object($args) && $args->theme_location == 'avia2') || (is_string($args) && $args = "fallback_menu"))
    

    Regards,
    Josue

    #313873

    Many thanks, it worked like a charm.

    //Ted

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Move AJAX search to SEC_MENU’ is closed to new replies.