Tagged: 

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #248800

    Hi dear Kriesi team !

    I have a super main menu bug after a live update :-/
    The website is : http://www.lapetiterockette.org.

    The main menu is displayed vertically on left side.
    Nothing change if I switch off the plugins.

    Here is my custom child css reported to menu. Nothing change if I delete it :

     /* _____ Padding Nav_Menu (espace entre lignes de base : padding: 1px 0 2px;) ______ */
      
    .widget_nav_menu a {
      display: block;
      padding: 1px 0 2px
      text-decoration: none;
        }
       /* _____ FIN Padding Nav_Menu _____ */
       
    
       /*___________ Paddind main menu (espace en bas des listes de menu) ____________ */
      
      #top #header .avia_mega_div > .sub-menu {
        border-top-style: solid;
        border-top-width: 2px;
        display: table;
        padding-bottom: 10px 
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 20px;
    }
          /*___________ FIN paddind main menu ___________ */
          
      @media only screen and (max-width: 767px) {
    .container #advanced_menu_toggle, #advanced_menu_hide {
    display: none;
    }
    
    .main_menu, #header_main_alternate {
    display: block;
    }}
    
    .main_menu ul.sub-menu {
    margin: 0!important;
    }

    All the best,
    R.

    #248815

    Ok i’ve load an old backup so you can’t see the bug online.

    Here is a sceenshot :
    http://s14.postimg.org/epm3a2q7l/Capture_d_cran_2014_04_08_15_21_14.png

    All the best,
    R

    • This reply was modified 10 years, 7 months ago by Martin.
    #248846

    Hi Martin, I am not sure you have encountered the same problem I had recently with a very large menu. It is because of changes introduced with PHP 5.3.9 and above. When trying to add more menu items above 76 (or editing an existing large menu), some items were “deleted”.

    This link may help, and might help others when trying to create mega menus.
    http://sevenspark.com/wordpress/menu-item-limit
    Heath

    #249143

    Hi!


    @Heathcliffe
    : I think the issue is about something else but it’s always good to help out. Thank you so much.


    @Martin
    : Unfortunately, we really need to see the actual website with the issue live. I think the problem is that the base.css hasn’t been fully updated when you update the theme. Please update the theme then we’ll check it.

    Cheers!
    Ismael

    #251998

    Hey Martin!
    Seems like you figured out the Issue..
    I’m having same problem.
    Could someone help me?
    here’s my web,
    http://goo.gl/sK17J

    #252624

    Hey!


    @khalidmuharraqi
    It seems like you have already figured it out? – http://i.imgur.com/2powoBL.png

    Best regards,
    Yigit

    #252686

    Not yet..
    Because whenever I apply sticky header it becomes like,
    http://i.imgur.com/W0OPeEc.jpg?1

    Still waiting for the solution :( and that’s why not leaving my website in this worst condition but I really need sticky header..

    #252690

    Hey!

    Have you updated Header.php file?

    Regards,
    Yigit

    #252694

    no I didn’t.

    #252697

    Hey!

    Please update it and it should fix the issue you are having

    Cheers!
    Yigit

    #252709

    I tried to update but now that’s how it became means still not working and now I can’t fix it as I’m not a programmer.
    http://i.imgur.com/GiQBVaj.jpg

    #252713

    Hey!

    As far as i remember, you have only made css changes on your website, is that correct? If so, please try re-updating the theme via FTP to make sure all files are overwritten – http://vimeo.com/67209750

    Regards,
    Yigit

    #265855

    Super for me !
    Just missing updating header.php on my child theme.

    All the best,
    R

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Menu Bug after Update !’ is closed to new replies.