Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #595562

    Hello,
    I have migrated a website using Enfold from a staging site to the live URL below. However there are two issues we have observed:
    1. The colour of the nav menu and footer has been lost (now shows white background)
    2. The hamburger menu when displayed on small browser opens with issues.
    Please see private content section for details.
    Best regards,
    David

    #595678

    Hi gogogo5!

    Please make sure that wp-content/uploads folder has correct permissions ( 755 ) – http://codex.wordpress.org/Changing_File_Permissions
    and try re-updating the theme via FTP and overwrite all files – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Yigit

    #597119

    Hi Yigit,
    Thanks for your help but issue still exists. I checked folder permissions and they were already 755. I updated all theme files with a fresh Enfold download.

    Is there anything else we can check please?

    Thanks,
    David

    #597485

    Hi David,

    I’m not sure what setting you would like for your header and footer? Please try the following in Quick CSS under Enfold–>General Styling to fix the mobile menu:

    #mobile-advanced {
    background:white !important;
    }

    Thanks,
    Rikard

    #597498

    Hi Rikard,

    Thanks for your reply. It’s the background colour of the Nav menu and the footer that is not showing as per the staging website at the URL in the private section. The staging website Nav menu bar and footer is coloured in #2c353d but instead is showing white on the live website. The Enfold settings have been set to this colour on the live website but the Nav menu bar and footer still show a white background.

    As far as the Mobile view goes, it’s not the colour but the behaviour of the hamburger menu. Click the hamburger menu on the staging site and then on the live site and you’ll see the difference.

    Thanks,
    David

    #597581

    Hi!

    Clearly some settings and options are not migrated correctly from staging site to the new site. The menu can be easily fixed but the mobile menu might have issues while adding the background color it will be extra bunch of CSS and might get duplicate code.

    Use the below CSS in Enfold > general Styling > Quick CSS

    .av_minimal_header #header_main_alternate {
        background: #2c353d!important;
    }
    
    /*mobile menu bg fix*/
    .avia_transform3d #mobile-advanced {
        background-color: #fff!important;
    }
    
    

    Set the link color to white from Enfold > General Styling > Logo area

    Instead of fixing everything again and later you might come accross things that you might have missed out please use a ncie plugin to migrate your site from staging server to live site like https://wordpress.org/plugins/duplicator/

    It is very easy to migrate the site and every setting is taken care of automatically you just need to specify the path.

    Regards,
    Vinay Kashyap

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