Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #543589

    I have a multi-website wordpress which uses enfold and enfold-child. i copied new enfold folder via FTP but Main menu is not correct and it’s vertical now! maybe some classes are not assigned to menu

    • This topic was modified 9 years, 3 months ago by smartchris.
    #543596

    Hey smartchris!

    Authentication is required for login page. Can you please post it here as well?

    Regards,
    Yigit

    #543599

    login page authentication:

    • This reply was modified 9 years, 3 months ago by smartchris.
    #543602

    If u need SFTP access:

    • This reply was modified 9 years, 3 months ago by smartchris.
    #543603

    as u can see “av-main-nav” class for <ul id=”avia-menu”> and “av-main-nav-wrap” for wrapper div are missing.

    #543607

    Hi!

    It is related to your header.php file of your child theme. Have you updated the theme from a very old version?
    Please remove header.php file from your child theme or update it with the new one.

    Regards,
    Yigit

    #543614

    Hi, yes I’ve updated from very old version, i removed header.php now it looks better but position is not correct and language menu at top of main menu is gone

    • This reply was modified 9 years, 3 months ago by smartchris.
    #543618

    Hi!

    Please add following code to Quick CSS

    .main_menu ul:first-child > li a {
        height: 30px;
        line-height: 30px;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Were you using widget area on header to display language switcher on your header? If so, please see – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
    Cheers!
    Yigit

    #543630

    but why the menu is totally different than demo! another problem is when i disable social buttons nothing happens.

    #545147

    Hey!

    I checked your website and menu looks good to me. Could you fix it already? if not send us a mockup showing the results your want to achieve please (imgur.com, dropbox).
    Use this code in Quick CSS field to deactivate social icons:

    .social_bookmarks li {
    display: none;
    }
    

    Cheers!
    Andy

    #545329

    Yes it’s already solved, problem referred to my customized codes in child theme. tnx for your support.

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Menu style problem after upgrading theme’ is closed to new replies.