[Resolved] Problem after update – where to get old version?

Home Forums Support [Resolved] Problem after update – where to get old version?

Home Forums Support Problem after update – where to get old version?

Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • #169197
    xdaniel

    Hi Tom,

    latest version made some problems on some of my sites. The arrows down seem to make trouble.

    I cleared the caches on all sites, server as well as browsers.

    Scenario 1) I have included an image in the navigation: http://www.beb-ev.de / Different between Firefox and Edge, but both break the line.

    Scenario 2) I disabled some menu items with “nav menu roles”. http://www.unser-quartier.de

    Both worked fine before the update. Where can I download the version before? Please help?

    Best, Daniel

    • This topic was modified 8 years, 3 months ago by xdaniel.
    #169201
    xdaniel

    found a page where I hadn’t already updated and downgraded beb-ev.de As you see it works in 1.3.23.

    Here are the screenshots, when I enable latest version:

    http://beb-ev.de/files/tmp/ffoxafterupdate.png

    http://beb-ev.de/files/tmp/edgeafterupdate.png

    http://beb-ev.de/files/tmp/unser-quartier.png

    #169319
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    This site has a messed up nav because you’ve added Font Awesome class to the Custom Classes fields: http://unser-quartier.de/

    If you remove the “fa-mortar-board” and fa-lin classes, it will be fixed.

    Those classes should be applied to <i> elements within the navigation menu item, not to the item itself.

    Any chance we can fire up the update on the other site again so I can take a look personally?

    #169342
    xdaniel

    Hi Tom,
    just updated the site http://www.beb-ev.de again. Please have a look at it.
    Best, Daniel

    #169343
    xdaniel

    unser-quartier.de uses a plugin called “font awesome 4 menus”. Do you think I should disable it? In 1.3.23 it worked fine.

    • This reply was modified 8 years, 3 months ago by xdaniel.
    #169344
    Tom
    Lead Developer
    Lead Developer

    This is happening because of the image you have added into the menu item.

    Try replacing your CSS for that image with this:

    .main-navigation .bild-ls {
        padding-right: 2px;
        display: inline-block;
        margin: auto;
        vertical-align: middle;
        width: 30px;
        height: 30px;
    }

    Yes, try deactivating that plugin. There may be a compatibility issue I need to look at (never heard of it before now).

    #169351
    xdaniel

    Thank you so much, Tom. Your support is from outer space. beb-ev.de works now.

    This is the plugin: https://wordpress.org/plugins/font-awesome-4-menus/
    but I think it depends on “nav menu roles”. Here’s another site using the plugin and it works: http://unser-quartier.de/mitte/

    #169352
    Tom
    Lead Developer
    Lead Developer

    The problem happens with that plugin when it’s added to a menu item with a dropdown.

    I’m looking into a solution, but the plugin seems a little overkill. I would prefer just adding the icon HTML into the Navigation label:

    <i class="fa fa-iconname"></i> My Menu Item

    #169357
    xdaniel

    Yes Sir. I replaced it with your code and disabled the plugin. Thanks again.

    #169358
    Tom
    Lead Developer
    Lead Developer

    No problem – glad I was able to help out.

    I’ll also look into a way to make the plugin compatible with GP 🙂

    #169391
    Tom
    Lead Developer
    Lead Developer

    BTW – I like this plugin a lot better for menu icons: https://wordpress.org/plugins/menu-icons/

    #169571
    Daniel

    Hi Tom,

    I have a new aspect, that makes your solution difficult. In a multisite environment the i-Tag is stripped out, if the user is not a superadministrator. That is avoided by the other solutions?

    Is there a snipplet available, that does not strip it out?

    Best wishes

    Daniel
    (this is my other account, but the same Daniel)

    #169634
    Tom
    Lead Developer
    Lead Developer

    This plugin is great for adding icons: https://wordpress.org/plugins/menu-icons/

    #169665
    xdaniel

    ok, I’ll give it a try.

    #169708
    Cynthia Silk

    GREETINGS!

    Since the very latest update my main Navigation menu is not displaying properly.

    http://www.the-angel-channeler.com

    It was working fine this morning.

    Navigation Menu (primary)

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