Tagged: , ,

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1478061

    The Search button on the main navbar on a site upgraded to 7.0 now has “Click to open the search input field” displaying at all times.

    Are there any known issues that would cause this?

    #1478062

    code below:

    #1478157

    Are there any temporary solutions you can see, beyond just hiding the whole search?

    #1478365
    This reply has been marked as private.
    #1478400

    Hi,
    I can not reproduce this on my demo site, and your site seems to have the search icon disabled. One other user had the search icon with a z-index of “-1”
    perhaps this is also your issue, this css seems to help:

    #top .menu-item-search-dropdown > a.avia-svg-icon svg:first-child, #top .menu-item-search-dropdown > a.avia-svg-icon img[is-svg-img="true"] {
        z-index: 1;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1478401

    I had to turn search off because we were getting too many calls. I can turn it on again, if you want to see it.

    #1478402

    I just turned it back on, and am including a link to a screenshot of the bug below.

    #1478403

    Unfortunately, the css you offered does not seem to affect it. I have it in the QuickCSS along with the Search element turned on, if you would like to see the results.

    #1478404

    Hi,
    Please leave the search icon enabled, but remove the css above, and disable any caching plugins so we can check again.

    Best regards,
    Mike

    #1478408

    Done.

    #1478427

    Hi,

    Thank you for the inquiry.

    Please provide the login details in the private field. In the meantime, try adding the following code to the Quick CSS field, then toggle or temporarily disable the Enfold > Performance > File Compression settings.

    #avia-menu > li.menu-item-search-dropdown > a:after {
        content: '';
    }

    Best regards,
    Ismael

    #1478474

    That fixed it. I will get you temp login later today.

    #1478799
    This reply has been marked as private.
    #1478833

    Hi,

    Thank you for the info. Are there any other issues aside from the search icon? You can leave the modification as it is for now.

    Best regards,
    Ismael

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