Dear Enfold team,
My site uses two versions of the nav-menu – one for logged in users, and one for logged out users. I use the [avia_search] shortcode to add the search button to the ‘logged in’ menu. However, since the update, the ‘button-box’ appears but, there is no search icon, and clicking it does nothing.
Could you kindly please take a look?
Sincerely,
Anthony
Hey Anthony,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.logged-in #searchform>div {
opacity: 1!important;
display: block!important;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
OK – that makes the entire search bar appear – however, I’d like to make the search icon appear, which would then expand into the search bar, as per the normal functionality of the button.
Hi Anthony,
I am seeing only the icon, is this the one you’re talking about?
Best regards,
Victoria
No, I am trying to add it to the Nav Bar.
Hi anthonycamilleri,
Did you add the code Yigit gave you? I don’t see any other search there.
Best regards,
Victoria