Tagged: 

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #885761

    Hi,

    I just recently updated to the latest version of Enfold and WP and the topbar has shifted down.

    Image 2017-12-06 at 2.11.35 PM.png

    You can see from here that there is gap on top and the equal gap overlaying the header image.

    How do I rectify this? I can’t seem to find it in the settings. Thanks.

    sl

    • This topic was modified 6 years, 11 months ago by slui.
    #885968

    Hey slui,

    Please try the following in Quick CSS under Enfold->General Styling:

    #advanced_menu_toggle, #advanced_menu_hide {
      display:none;
    }

    Best regards,
    Rikard

    #887216

    Hi Rikard,

    I’ve entered the code as you had specified and it is not working. I’ve even put the !important and that also did not work.

    sl

    #887217

    I also tried this

    ul#mobile-advanced {
    display: none !important;
    }
    and it did not work.

    sl

    #887218

    I’m thinking it may have something to do with the sticky header…but not sure????

    #887341

    Hi,

    Try using this css code:

    #header > #advanced_menu_toggle, 
    #header > #advanced_menu_hide {
        display: none !important;
    }

    Let us know if this works.

    Best regards,
    Nikko

    #887570

    I’m sorry this does not work either…

    #887696

    Hi,

    Can you give us temporary admin access and ftp access as well? I think there are some issues in the child theme. Just post the details in private content, so it will only be visible to you and the moderators.

    Best regards,
    Nikko

    #888362

    See private content

    • This reply was modified 6 years, 11 months ago by slui.
    #888423

    Hi,

    What is the login link? I got 404 on wp-admin and wp-login.

    Best regards,
    Victoria

    #888435

    Sorry…I put some very restrictive access to the site. I’ll have them removed now for the time being. Please advise when you have completed the work. Thanks.

    #888440

    Where are you logging in from?

    #888450

    I logged in from different places with no issue. Please try again. You should not be getting a 404 now.

    #888468

    Hi slui,

    Ok, used vpn. Credentials did not work for me. Could you please update the credentials.

    Anyway, looks like you have either header.php or helper-main-menu.php in your child theme, you need to update them with a fresh copy from the parent theme.

    Best regards,
    Victoria

    #888493

    Hi Victoria…..it should be working now. I just tried the credentials again for WP and I was able to log in. So strange…

    The FTP also works.

    #888886

    Hi slui,

    Anyway, looks like you have either header.php or helper-main-menu.php in your child theme, you need to update them with a fresh copy from the parent theme.

    Like I guessed, you have the helper-main-menu.php in your child theme. You need to update it with a fresh copy from parent theme and then add the customizations you have there. The header has the html that is not supposed to be there and this is the reason.

    Best regards,
    Victoria

    #888915

    Hi Victoria…thank you for the tip. I was able to fix the issue with your direction. It is now working.

    #889007

    Hi slui,

    Glad we got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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