Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1029722

    Hi guys,

    i’m using a sticky menu plugin (https://wordpress.org/plugins/sticky-menu-or-anything-on-scroll/) and i’m just having an issue with the z-index. When scrolling down the page on a laptop computer the active menu item on the side navigation hovers over the top of the footer, when it needs to be behind it. I tried using the following css but it didn’t work:

    #footer-top {
    z-index: 99999999 !important;
    }
    
    #top .widget_nav_menu li {
    z-index: 0 !important;
    }

    Can someone help with this. Thanks so much.

    #1030655

    Hey bobfurgo,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Basilis

    #1030694

    Please see private area. Thanks!

    #1032418

    Hi,

    Thanks for the info.

    You should increase the z-index value of the section where the navigation is located. That is the “company” section.

    #company {
     position: relative;
     z-index: 1000;
    }

    Best regards,
    Ismael

    #1034564

    Hi Ismael,

    I think the z-inex of where the nav is located should be decreased, right? Since we want it to sit below the footer and not atop of it?

    #1035008

    Hi,

    sit below the footer and not atop of it

    I thought that you wanted the opposite. Yes, you can adjust the z-index.

    Best regards,
    Ismael

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