Tagged: x
-
AuthorPosts
-
August 19, 2016 at 11:06 am #1138431
hugaudParticipantHi,
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
HuguesAugust 19, 2016 at 11:48 am #1138459
RahulModeratorHey 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!
August 19, 2016 at 12:11 pm #1138480
hugaudParticipantHey,
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
HuguesAugust 19, 2016 at 7:04 pm #1138872
RadModeratorHi there,
Please add this fix 🙂
.x-navbar { overflow-y: visible; }That should do it. Cheers!
August 22, 2016 at 4:28 am #1141185
hugaudParticipantIt did indeed.
Thanks for the help.
HuguesAugust 22, 2016 at 4:49 am #1141218
ChristopherModeratorGlad we could help you with this.
October 19, 2016 at 9:42 am #1222344
Brittany SParticipantHey 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!
October 19, 2016 at 11:16 am #1222480
ThaiModeratorHi @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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1138431 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
