Tagged: search
Can’t search anymore from the menu bar. Search field is completely gone.
Running Enfold 2.9.2 and WordPress 4.0
Hey!
Make sure it is activated in Theme Options > Header Layout > Extra Elements.
Best regards,
Josue
Ok great, and then what?
I have “Append search icon to main menu” checked, saved, and browser cache has been cleared, but still no search.
Hello,
Have you tried disabling all third-party plugins to see if it gets fixed? can you create me an administrator account? post it here as a private reply.
Regards,
Josue
Hi!
You have this custom css being included in your website:
http://virtuusa.com/?custom-css=1&csblog=1&cscache=6&csrev=1
Which has this code:
#header #searchform{float:right;padding-top:22px}.main_menu{right:20%}#top #menu-item-search{display:none}
The last part is hiding the search icon, you can either find the root of that and delete it or add this to Quick CSS/child style.css:
#top #menu-item-search{display:block}
Regards,
Josue