Tagged: x
-
AuthorPosts
-
October 31, 2016 at 8:30 pm #1238612
BenParticipantHi,
I’m trying to get the header to stop moving when someone swipes on the notepad or with the mouse (it moves about one cm). I have the appearance – customize – header – navbar set to “fixed top” but it still moves around just a little.
I’m new to all of this so I’d love to hear any ideas.
October 31, 2016 at 8:38 pm #1238619
BenParticipantThis reply has been marked as private.November 1, 2016 at 2:15 am #1238789
RupokMemberHi there,
I have checked and I can see the header is at top and fixed. Would you check again and confirm the issue?
Thanks!
November 1, 2016 at 1:10 pm #1239512
BenParticipantIt still moves. When i swipe with the Apple mouse. I don’t like how it scrolls down and I can see the background picture on the home page.
November 1, 2016 at 1:22 pm #1239532
BenParticipantI tried it with the scroll wheel on a normal mouse and it didn’t move.
November 1, 2016 at 10:30 pm #1240207
Paul RModeratorHi Ben,
Can you provide us a video showing the issue.
Thanks
November 2, 2016 at 8:37 am #1240725
BenParticipantThis reply has been marked as private.November 2, 2016 at 10:20 am #1240889
RupokMemberHi there,
I have tried with Apple Magic mouse but there is no such issue. However if you are using touch device then it might happen but I can assure it’s working as usual.
Thanks!
November 2, 2016 at 11:56 am #1241079
BenParticipantThis reply has been marked as private.November 2, 2016 at 1:04 pm #1241188
BenParticipantI checked it again to make sure and it’s still doing the same thing I showed in the video.
November 2, 2016 at 3:44 pm #1241398
Nabeel AModeratorHi again,
Can you please add the following jQuery script in your Customizer via Appearance > Customize > Custom > Edit Global Javascript
jQuery(document).ready(function(){ jQuery("header.masthead").on("touchmove", false); });Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!
November 3, 2016 at 11:50 am #1242632
BenParticipantThat still didn’t work.
November 3, 2016 at 3:01 pm #1242831
Nabeel AModeratorHi there,
Try adding the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.x-navbar { overflow: hidden !important; }Let us know how this goes!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1238612 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
