Hi,
would like to move the AJAX search function and its icon to the Secondary Menu.
//Thanks
Hi!
Refer to this topic:
https://kriesi.at/support/topic/move-search-icon-to-secondary-menu/
Cheers!
Josue
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
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
Many thanks, it worked like a charm.
//Ted