Brad P Well-known member May 4, 2015 #1 See pictures below. I would like to remove just the "watched threads" "feature threads" "new posts" part out of the navbar. Only on the scroll down when moving down the forums. Is this possible ? Attachments Screenshot_2015-05-04-10-07-19.webp 38.7 KB · Views: 13
See pictures below. I would like to remove just the "watched threads" "feature threads" "new posts" part out of the navbar. Only on the scroll down when moving down the forums. Is this possible ?
Brad P Well-known member May 4, 2015 #2 Well the navbar moves down with the page is what I'm meaning sorry. Upvote 0 Downvote
Martok Well-known member May 4, 2015 #3 This looks like UI.X. You should post for support in the add-on thread for that. Upvote 0 Downvote
Brad P Well-known member May 4, 2015 #4 Is there a dedicated thread then? As it's only navbar? Upvote 0 Downvote
Martok Well-known member May 4, 2015 #5 Yes, presumably you should know that if you bought UI.X. Here's the resource with the associated thread in the discussion tab. https://xenforo.com/community/resources/ui-x.2239/ Upvote 0 Downvote
Yes, presumably you should know that if you bought UI.X. Here's the resource with the associated thread in the discussion tab. https://xenforo.com/community/resources/ui-x.2239/
Brad P Well-known member May 4, 2015 #6 I believe my navbar is Java script not UI.X I have not got a UI.X theme Upvote 0 Downvote
Brad P Well-known member May 4, 2015 #7 Code: <script> $(window).scroll( function() { if ($(window).scrollTop() > $('.fixedNavigationWrapper').offset().top) $('#navigation').addClass('fixed'); else $('#navigation').removeClass('fixed'); } ); </script> This is the code but not sure what part to remove Upvote 0 Downvote
Code: <script> $(window).scroll( function() { if ($(window).scrollTop() > $('.fixedNavigationWrapper').offset().top) $('#navigation').addClass('fixed'); else $('#navigation').removeClass('fixed'); } ); </script> This is the code but not sure what part to remove
Martok Well-known member May 4, 2015 #8 Where did you get your theme and Javascript from? If you didn't create it and it was from another source, maybe you should be asking them? Upvote 0 Downvote
Where did you get your theme and Javascript from? If you didn't create it and it was from another source, maybe you should be asking them?