[Resolved] Menu messed up after upgrade

Home Forums Support [Resolved] Menu messed up after upgrade

Home Forums Support Menu messed up after upgrade

Viewing 15 posts - 1 through 15 (of 31 total)
  • Author
    Posts
  • #169327
    stesch79

    I have two website where the menus are messed up after the upgrade to 1.3.24. A good example is this site: http://futura-schlieren.sciurus.ch/ and also this http://www.wbfs.ch/ where the spacing is not correct any more on several sub menus

    #169329
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    On the first site, do you have font awesome classes added to the menu item?:

    fa-home fa-fw
    fa-info-circle fa-fw
    fa-envelope fa-fw

    etc..?

    If so, those should be added inside the menu item label, not to the actual menu.

    For the second site, it looks like you’ve just ran out of room with the long menu items.

    Try increasing the width of your sub-menu:

    .main-navigation ul ul {
        width: 250px;
    }

    Let me know 🙂

    #169341
    stesch79

    For the second site, the additional CSS solved the problem. Thanks.

    For the first site: Yes I used font awesome classes, but they are disappeared now in the Design > Menus list. Or what do you mean with “inside the menu item label”?

    #169346
    Tom
    Lead Developer
    Lead Developer

    Were you using this plugin?: https://en-ca.wordpress.org/plugins/font-awesome-4-menus/

    Another user is having an issue with the new arrows and that plugin.

    Typically to add an icon into the menu, I just add the HTML into the “Navigation Label” in “Appearance > Menus”.

    For example: <i class="fa fa-fw fa-home"></i> Home

    #169349
    stesch79

    “Appearance > Menus”, yes… ok I tried with the first menu but does not change anything. As I remember, I think I had an addional filed “CSS” on each menu item. Maybe I have to recreate the whole menu?

    #169350
    Tom
    Lead Developer
    Lead Developer

    You shouldn’t, are you using the plugin I mentioned above?

    If you don’t see a “Custom Classes” field when you open up individual menus, try this: https://generatepress.com/knowledgebase/using-menus/#custom-classes

    #169359
    jmarc

    you still have the bug on the main menu of http://futura-schlieren.sciurus.ch/ with IE !

    #169366
    Tom
    Lead Developer
    Lead Developer

    I’m still seeing the issue in Chrome – once we have Chrome fixed we can look at IE.

    Were you able to look in the Custom Classes field for those classes I mentioned?

    #169378
    stesch79

    Yes I do use this plugin you mentioned. But I do not have this Custom Classes field, I have only Navigation label.

    #169381
    Tom
    Lead Developer
    Lead Developer

    Yea, there’s an issue with that plugin and the new dropdown arrows – I have to find a workaround.

    Luckily, the plugin isn’t really necessary. You can add the icons directly into your menu items like this: https://generatepress.com/forums/topic/problem-after-update-where-to-get-old-version/#post-169352

    Then you can deactivate the plugin and your menu will be back to normal.

    Sorry for the inconvenience – I didn’t even know that plugin existed before today.

    Let me know if you need more info 🙂

    #169388
    stesch79

    Unfortunatly, even if I deactivate ALL plugins beside GP Premium, neither the Custom Class field is back nor the menu turned normal. 🙁

    #169389
    Tom
    Lead Developer
    Lead Developer

    Deactivating that plugin doesn’t remove the icons?

    This doesn’t make the CSS Classes field appear?: https://generatepress.com/knowledgebase/using-menus/#custom-classes

    If you’d like you can send me temporary admin login details to support@generatepress.com and I can take a look for you?

    Let me know 🙂

    #169390
    stesch79

    Unfortunatly, no. I’ve just sent you the login credentials. Thanks!

    #169392
    Tom
    Lead Developer
    Lead Developer

    Just took a look, the CSS Classes checkbox wasn’t checked in the “Screen Options” area of “Appearance > Menus”.

    Now when you open up each menu item you’ll see the CSS classes in there.

    As an alternative to that plugin, use this one: https://wordpress.org/plugins/menu-icons/

    #169393
    jmarc

    sorry for my precedent post … the pb with the main menu and IE is here : http://www.wbfs.ch/

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