Tagged: x
-
AuthorPosts
-
July 29, 2016 at 9:53 am #1108881
dletellParticipantHi all,
Since the newest release of X theme, one of my websites has a problem with its navbar. On hover, it would show the submenus in the navbar on the left, but it no longer does this. I have attempted to add the following code as recommended by another thread:
.x-navbar .desktop .x-nav > li:hover ul.sub-menu { display:block !important; }This did not make a difference to fix the site. I did also notice that I now have a scroll bar on the menu, which I don’t want. But I didn’t know if this is related to the issue I’m having. I have also tried deactivating all plugins to account for conflict, but this did not fix the issue either.
The site is at: http://urlaubbowen.com
I’m running WordPress 4.5.3 with X Theme 4.6.1.Any advice would be appreciated. Thanks!
July 29, 2016 at 10:38 am #1108946
dletellParticipantI was able to fix this on my own. It did have to do with the scrollbar, there’s new code from one of these updates that seems to enable this.
.x-navbar { overflow-y: scroll; }I fixed it by adding custom CSS here:
overflow-y: inherit;Hope this helps other people!
July 29, 2016 at 11:35 am #1109039
JoaoModeratorHi There,
Thanks very much for the input.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1108881 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
