• Resolved phex

    (@phex)


    I don’t know why but if i open my site with Chrome the menu in the header section is ok but if i use Firefox the menu doesn’t work.
    If you open the site also the logo doesn’t exist and i don’t know why.
    All in the wordpress dashboard is ok

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    For some reason your print CSS stylesheet (where the header is hidden) is being loaded on Firefox. It looks like it’s a mistake here from the theme:

    
    <link rel="stylesheet" href="https://www.fygconsultores.com/wp-content/themes/enfold/css/print.css?ver=4.1" media="all">
    

    The media bit should be set to print, like this:

    
    <link rel="stylesheet" href="https://www.fygconsultores.com/wp-content/themes/enfold/css/print.css?ver=4.1" media="print">
    

    As you’re using a commercial theme you need to seek support from the theme authors: https://www.kriesi.at

    Thread Starter phex

    (@phex)

    The menu is invisible also in the WordPress dashboard.
    In few words in the top of the page where should be the logo (on the left) and the menu (on the right) I can see only the logo.
    @anevins To do that modification what I have to do?

    Thread Starter phex

    (@phex)

    These mistakes have come out after the update to WordPress 4.8.2

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Is there any way you can contact the theme author about this? We don’t support commercial themes.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Menu invisible in Firefox’ is closed to new replies.