Viewing 10 posts - 31 through 40 (of 40 total)
  • Author
    Posts
  • #236116

    Hey!


    @hojoon
    : On wp dashboard, please switch to the English version then reconfigure the header options on Enfold > Header. Looks like you’re using a different header option on the english version of the website.

    @Gee Are: I’m sorry about that. Please remove all css modifications that you made on the header then try reconfigure it on the new header modifier options. Go to Enfold > Header, you’ll find a lot of new options that you can play with. You can now easily adjust the header height.

    Cheers!
    Ismael

    #236149

    I upgraded to 2.6.1 and now the layout header appears to work on both posts and pages now! However, I have selected a page to be the front page (the very first setting in the enfold theme options) but the layout header setting does NOT change the header on the home page.

    • This reply was modified 10 years, 8 months ago by codemode.
    #236155

    Hey!

    @Gee Are Pabst: Try this css code:

    
    @media only screen and (max-width: 767px){
    .responsive #header .social_bookmarks {
    position:relative;
    }
    
    .responsive .mobile_slide_out .logo {
    margin-top: 20px;
    }
    
    .html_header_top.html_bottom_nav_header #header_main {
    height: 125px;
    }
    
    .responsive .logo a, .responsive .logo img {
    max-width: 90%;
    height: auto !important;
    }
    }
    

    to improve the styling.


    @hojoon
    : Please go to your English website and try to re-save the theme settings (Enfold > Theme Options).

    Cheers!
    Peter

    #236206

    Hi Ismael

    Thanks a lot for your support. After reconfiguring the header options on English, all headers works well.

    Now, I have to solve one problem more.
    It is LayerSlider WP problem.

    I am using it for products menu which is below header.
    http://interpeople.co.kr/pollimolli/beanbag-collection/?lang=en

    pollimolli-products-menu

    By the way, this slider dose not work correctly after updating.
    The texts disappeared and some of images are not displayed sometimes.

    I need your prompt help.

    Best regards,
    Hojoon

    #236224

    [LayerSlider problem]

    After updating to v.2.6.1 , all of layerslider does not work same as before.
    1. After saving, texts have disappeared.
    2. Before saving, the location of texts has been changed.
    3. Transition and text location are different from the preview in admin page.

    #236275
    This reply has been marked as private.
    #236542

    @Dude: Thanks, works!

    #236726

    Hey!


    @intosuwo
    – it seems like your header options are outdated. Enfold 2.6.1 comes with a new header settings panel but your theme still shows the old options. Please download the latest version of Enfold from themeforest.net and install the theme files with ftp: https://vimeo.com/channels/aviathemes/67209750 . Make sure that the ftp client overwrites all old theme files.

    Gee Are Pabst – great :)

    Cheers!
    Peter

    #236770

    I having similar header issues after upgrading to 2.6.1/
    http://www.copenhagenfilmcompany.dk/
    Logo on the mobile is too big and runs under the menu icon.
    I styled it before like this:

    @media only screen and (max-width: 767px) {
    .mobile_active #advanced_menu_toggle {
    display: block;
    right: -15px;
    top: 40px; }
    .logo img {
    height: 50px;
    width: auto !important;
    max-width: none !important;
    margin-top: 10px!important;
    padding-top: 0;}
    .responsive .logo {
    margin-left: -10px!important; }
    }

    /*headerlogo fix*/
    .logo img {
    margin-top: 5px;
    }
    .header-scrolled .logo img {
    margin-top: 0;
    }

    I have gone through all the new settings for the header but don’t see any fixes there. Can you help me?
    thanks.
    n

    #236775

    Hi!

    https://kriesi.at/support/topic/enfold-update-errors-help/

    I’ll close this thread now to avoid cross postings. If your issue is not resolved please create a new thread.

    Best regards,
    Peter

Viewing 10 posts - 31 through 40 (of 40 total)
  • The topic ‘Header issues after updating to version 2.6’ is closed to new replies.