• Resolved anurage

    (@anurage)


    Hi,

    On my site I have noticed that the menu icon (three horizontal lines) on mobile is replaced by a cross, and the search icon (magnifying glass) is showing letters “fl”. Could you tell me what’s the problem.

    • This topic was modified 7 years, 6 months ago by anurage.
    • This topic was modified 7 years, 6 months ago by Andrew Nevins.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Sounds like your icon font isn’t loading for some reason, hard to say why since your site URL doesn’t seem to work. Can you confirm the URL?

    It could be an issue in your theme. Have you spoken to your theme’s developer about this?

    Hello, @anurage

    Add the following lines to your web.config

    <system.webServer>
     <staticContent>
       <remove fileExtension=".woff"/>
       <mimeMap fileExtension=".woff" mimeType="application/x-font-woff" />
     </staticContent>
    </system.webServer>

    View post on imgur.com

    You have to add these lines because by default Apache is not configured with .woff.

    Hope this will help.

    Thanks.

    Thread Starter anurage

    (@anurage)

    @wbcomdesigns Hi Can you tell me where’s web.config? BTW I am using generatepress child theme.

    • This reply was modified 7 years, 6 months ago by anurage.
    Thread Starter anurage

    (@anurage)

    @jakept TThat’s strange. it’s playoholic.com. Yes the icons aren’t loading. I migrated from blogger to wordpress yesterday. Will ask my hosting provider if there’s any problem.

    @esmi Will speak to the theme developer for sure.

    • This reply was modified 7 years, 6 months ago by anurage.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Unable to see menu icon (on mobile) and search icon’ is closed to new replies.