• Resolved guev4ra

    (@guev4ra)


    Hi!

    I’m having issues after I modified some of the header’s css with the visibility of ivorysearch plugin in my main menu. It just doesn’t “slide up” above the rest of my menu items.

    Edit: This one was silly. Seems like it was disabled under ivorysearch>search form> options.

    Also, another issue is on mobile, where the last item on my menu (ivorysearch) is not clickable, and also on some pages it simply disappear.

    Thanks in advance.

    • This topic was modified 4 years, 1 month ago by guev4ra.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter guev4ra

    (@guev4ra)

    First part of question was solved easily. Search form was disabled accidentally, therefore I just turned it on.

    Second part of the question was also almost solved. The thing was that the magnifying glass icon was already there, but without any padding and was filled with color of white, where having my ul/li block also with the background of white, it was invisible. Changed it simply by adding following code in custom css of ivory search to change the color of the icon and added some padding in my li box:

    @media (max-width: 763px){
    .is-menu.sliding .search-icon-path{
    fill: #202020;
    }
    .is-menu.sliding{
    padding:13px 4px;
    }
    }

    • This reply was modified 4 years, 1 month ago by guev4ra.
    • This reply was modified 4 years, 1 month ago by guev4ra.
    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    Awesome great to see you got that solved.

    You can change the magnifier glass icon color from the plugin settings as shown in the below screenshot.

    View post on imgur.com

    Have a fantastic day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with visibility on both mobile and desktop’ is closed to new replies.