Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #819293

    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

    #819301

    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

    #819314

    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.

    #819412

    Hi Anthony,

    I am seeing only the icon, is this the one you’re talking about?

    Best regards,
    Victoria

    #819467

    No, I am trying to add it to the Nav Bar.

    #819889

    Hi anthonycamilleri,

    Did you add the code Yigit gave you? I don’t see any other search there.

    Best regards,
    Victoria

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