New Landing How can we help? Themeforest Theme Support Flexform navigation menus overlapping and not working

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Flexform
  • #20742
    eaa
    Member
    Post count: 38

    Hi Swift Team,

    Experiencing a significant navigation menu issue:
    > When the top and main navigation menus create two rows in responsive mode (with browser windows scaled down on computer or when in portrait view on android tablet), the drop down navigation on the upper row overlaps the second row navigation and they stop working. As well as not working, the drop down menu blends in visually with the 2nd row making it nearly unreadable.

    Tested it on Chrome and Firefox and android tablet and issue is consistent.

    Thank you much for your help.
    – eaa

    #20744
    eaa
    Member
    Post count: 38
    This reply has been marked as private.
    #21042
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    1. It is happening if the menu is big, also happens in the demo. I will let the developer to know about this issue.

    2. I think those are happens only when you logged in, can you send me a WP Login details, so I can check it out?

    Thanks,
    laranz.

    #21085
    eaa
    Member
    Post count: 38
    This reply has been marked as private.
    #21243
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    The developer will reply you soon.

    Thanks for your patience.

    #21405
    thosch71
    Member
    Post count: 89

    Hi there,

    I had the same problem (whether logged in or not ๐Ÿ˜‰ ). I got this fixed adding some z-index CSS to the menu:


    ul.menu li:nth-child(1) {
    z-index: 2000;
    }
    ul.menu li:nth-child(2) {
    z-index: 1999;
    }
    /*.... and so forth... depending on how many menu items you have*/

    Cheers ,

    thosch

    #21567
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    @thosch71 – thanks for the fix!

    – Ed

    #21618
    eaa
    Member
    Post count: 38

    Thanks much for the fix and support!

    – eaa

    #21644
    thosch71
    Member
    Post count: 89

    No problem… I know btw. that the implementation via custom CSS box is rather rugged, but I try to avoid messing around with the themes core code. It is certainly more elegant to implement this within the loop that creates the menu, but I guess I leave that to the pros at Swift Ideas. ๐Ÿ™‚

    Cheers,

    thosch

    #22104
    Melanie – SUPPORT
    Member
    Post count: 11032

    Great!

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register