Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #1469046

    Hello,
    could you please help
    on my site https://buzaevclinic.ru
    In the main menu on the left side there is a clickable space for Ajax search, but there is no symbol “magnifing glass”.
    Thank you

    #1469051

    Hey ibuzaev,

    Thank you for the inquiry.

    The element for the search icon is missing. Please try temporarily disable the Enfold > Performance > File Compression settings, then purge the cache. If the issue persists, please provide the login details in the private field.

    Best regards,
    Ismael

    #1469864

    Thank you very much.
    I disabled file compression, purged caches and disabled w3c total cache.
    Errors disappeared, but there is no icon.
    Thank you.

    • This reply was modified 3 weeks, 6 days ago by ibuzaev.
    #1469888

    you have changed the value of that input field.
    How did you do that?

    But you can bring back the magnifier by :

    #top .avia_search_element #searchsubmit {
      padding-left: 1.3em;
    }
    
    #top .avia_search_element .av_searchsubmit_wrapper::before {
      content: "\e803";
      font-family: "entypo-fontello";
      font-size: 18px;
      color: #FFF;
      position: relative;
      left: 10px;
      top: 2px;
      width: 40px;
      z-index: 3;
      padding-left: 0.7em;
      font-weight: 400
    }
    #1469892

    Thank you, Guenni007,
    It is strange, I did not change the value of that input field.
    Also I added your css. Saved. Reloaded page. Used private mode. But I still do not see this symbol.

    #1469893

    Refresh your caches – i can see it now.

    #1469900

    Hi ibuzaev,

    Did you manage to solve your problem? Thanks @guenni007 for helping out :-)

    Best regards,
    Rikard

    #1469911

    Thank you Guenni and Rikard,
    There is another maginifier symbol that should be.
    Please check the screenshot.
    https://disk.yandex.ru/i/KFTCC_5qDgbU5w
    Sincerely yours,
    Igor

    #1469918

    and how did you place that menu-item to show there? Have you placed a custom link inside your menu?
    because it is there – but it is set to display none ( see the span ) – it is only a link to the search results-page: https://buzaevclinic.ru/?s=

    if you had done that:

    there will be an ajax search input field instead.

    #1469919

    i guess you have done that as mentioned above – but – more and more i do believe that your installation is a bit buggy.
    Compare mine and your DOM concerning to this :
    (click to enlarge)

    f.e. see mine: aria-label="Suche" is corrupted on yours to aria="-" label="Поиск"

    or:  
    // a split of  
    data-avia-search-tooltip="
    // to
    data="-" avia="-" search="-" tooltip="

    and so on … – that’s strange – maybe a mod needs to look into your installation to see what’s causing this behaviour.

    it seems that every data- is tilted from the DOM there – f.e. data-av_icon="" is on your DOM : av_icon=””
    ( btw. that is the magnifier ) ???
    Try to disable all plugins – refresh all cachings and have a look if it then o.k.
    And then reactivate your plugins step by step – always checking whether the error occurs again.

    #1469962

    Hi,

    Thank you for the update.

    it seems that every data- is tilted from the DOM there – f.e. data-av_icon=”” is on your DOM : av_icon=””

    Please provide the login details in the private field so that we can investigate the issue mentioned by @Guenni007 above.

    Best regards,
    Ismael

    #1469994

    Thank you, Guenni
    “Suche” and “Поиск” are “Search” in different languages, so it is not a bug, it is language pack.
    I’ll try to do what you suggested, and return with results.
    THank you.

    #1470043

    Did you realy read what i have written? Did you see where I saw the striking difference? I described two very prominent differences as examples, and Ismael shows you again where the problem might lie.
    If Enfold expects to find the following: data-av_icon=""; but then finds this: av_icon=”” – it cannot be interpreted correctly – and therefore no icon can be inserted.

    Ok – here for you, so that you don’t get annoyed by the translation again (or even by the different header heights).

    It seems that in your installation all minus signs “” indicate a splitting of the properties.
    And because your images and other alb do have data- attributes – there might be some changes to search behaviour. Maybe a custom script that takes influence on that?

    #1470152

    Dear Guenni and Ismael,
    I read what you written, but you are doing fantastic job, it is really rocket science for me.
    I did not modify scripts except there were some bad Russian translations (grammatically wrong phrases) and sorting of posts under your advisory.
    Could you check my installation?
    But please if you change something please let me know.
    As Ismael asked, I provide you login in private field.
    Sincerely yours
    Igor

    PS there is another problem my cache plugin which was set up to CDN in past and worked well after change the theme does not work correctly. I disabled it. May be you see solution to this problem please let me know.

    • This reply was modified 3 weeks, 2 days ago by ibuzaev.
    • This reply was modified 3 weeks, 2 days ago by ibuzaev.
    #1470327

    Hi,

    Thank you for the info.

    We managed to login to the site, but the frontend appears completely blank when we checked. Did you change anything? Please restore the site to a working condition, then we’ll check it again. You may need to set the installation to debug mode and enable the error logs.

    // https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/#example-wp-config-php-for-debugging

    Best regards,
    Ismael

    #1470329

    Dear Ismael,
    When you login to wp, frontend goes blank.
    I used another private mode window.
    It was problem with “Remove redundand links” plugin.
    Now it works.
    Thank you

    • This reply was modified 3 weeks, 1 day ago by ibuzaev.
    #1470338

    Thank you very much, I solved problem
    Cache plugin was disabled but blocked emojis anyway.

    #1470344

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1470351

    Dear Rikard, thank you, you can close it

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘Search symbol on the left side of main menu is blank’ is closed to new replies.