Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1138431
    hugaud
    Participant

    Hi,
    Having just updated WP to 4.6 and X to the latest version 4.6.1 the drop down menu has stopped working.

    I am using the fixed vertical left nav setup. When reverting to fixed top for a test the drop down works again, and the drop down on the mobile menu also works, so there must be some kind of bug just with with the vertical menu.

    Acupuncture Pilates Moativational Medecine Berkhamsted – Tring

    Hovering on the item “treatments” should reveal a drop down of 6 items but it no longer does – it did before the update.

    As a temporary fix I have added an ID to the relevant section on the homepage to still enable visitors to access treatments by scrolling down to that section but i’d appreciate if you could indicate a fix asap please.

    PS: I have cleared both server and browser caches

    Thanks in advance
    Hugues

    #1138459
    Rahul
    Moderator

    Hey There,

    Thanks for writing in.

    Add this css at your customizer’s custom css under Admin > Appearance.

    @media ( min-width: 980px ) {
    .x-navbar-fixed-top, .x-navbar-fixed-left, .x-navbar-fixed-right {
    position: absolute;
    bottom: auto;
    }
    }

    Let us know how it goes!

    #1138480
    hugaud
    Participant

    Hey,
    Thanks for the quick reply but unfortunately this doesn’t work:

    It doesn’t fix the drop down not working and it also has the effect of shortening the height of the left menu so it no longer reaches the bottom of the browser window.

    (I tried it then removed the code so the site is as it was before)

    Looking forward to hearing from you
    Hugues

    #1138872
    Rad
    Moderator

    Hi there,

    Please add this fix 🙂

    .x-navbar {
        overflow-y: visible;
    }

    That should do it. Cheers!

    #1141185
    hugaud
    Participant

    It did indeed.
    Thanks for the help.
    Hugues

    #1141218
    Christopher
    Moderator

    Glad we could help you with this.

    #1222344
    Brittany S
    Participant

    Hey there,

    I just upgraded my site to X theme 4.6.4. I’ve updated all the plugins as well and am now experiencing many odd issues.

    1. Dropdown menu
    The internal pages dropdown menu stopped working. I added the code below (which I found in another forum), and the menu now works on desktop but is still broken on mobile.

    .x-navbar .desktop .x-nav li.menu-item-has-children:hover>.sub-menu {
    display: block;
    }

    .x-navbar .desktop .x-nav li.menu-item-has-children>.sub-menu {
    display: none;
    }

    2. Header images
    I’m using Revolution Slider for the header images, and after the update they disappeared on most internal pages.

    Here’s an example of an internal page missing the header image:
    http://www.urbanministrycenter.org/who-we-are/mission-and-history/

    3. Tabs
    The tabs stopped working on the homepage. Click under “Ways We Help the Homeless.” It sometimes works in Firefox but not in Chrome or other browsers.

    http://www.urbanministrycenter.org/

    Please advise!

    #1222480
    Thai
    Moderator

    Hi @abzdesign,

    Upon checking your website, I see some JS errors.

    Please try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Hope it helps.

  • <script> jQuery(function($){ $("#no-reply-1138431 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>