Tagged: ,

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1045079

    Hi,

    i trying to figure out why the search icon is not loading correctly. I can see that it is trying to load
    <input type=”submit” value=”” id=”searchsubmit” class=”button avia-font-entypo-fontello”>

    but somehow the icon is not there. just an annoying square.
    You can see it at the footer at my page https://www.ufreeman.de or directly on the search page https://www.ufreeman.de/?s=

    I have checked the permissions and all, so that shouldn’t be the issue.

    Maybe you know why?

    cheers

    #1045508

    just for the record.
    Im using enfold 4.4.1 and wordpress 4.9.9.

    #1045901

    Hey UFreeman,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1048989

    HI, sorry for the late response.

    You will find the credentials within the private section.

    Merry christmas!

    #1049181

    Hi UFreeman,

    https://cl.ly/2b4b5ecf377b This code overrides the font-family rule for the input and so it breaks things.

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #footer #searchsubmit.avia-font-entypo-fontello,
    body  #footer #searchsubmit.avia-font-entypo-fontello {
        font-family: 'entypo-fontello' !important;
    }
    

    Happy holidays!
    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1050426

    Hi Victoria,

    thanks for the reply. Your code works for the footer and toppage, but not for the search button on the results page.

    With my limited css knowledge i tried to add #container or #body to the css, but that didn’t work either.

    Maybe you can help again?

    #1050526

    Hi,

    Thanks for the update. Please try this instead to see if it works better:

    #searchsubmit.avia-font-entypo-fontello {
        font-family: 'entypo-fontello' !important;
    }

    Best regards,
    Rikard

    #1050542

    Hi Rikard,

    That’s it!

    Thanks for the support!

    #1050746

    Hi,

    Great, glad we could help :-)

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

    Best regards,
    Rikard

    #1051715

    Hi Rikard,

    so far no errors. I think you can safely close this topic. Thanks again!

    best regards

    #1051933

    Hi,

    Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Search-Icon broken inside the theme’ is closed to new replies.