Tagged: x
-
AuthorPosts
-
November 21, 2016 at 12:43 pm #1265811
Benjamin HParticipantFor some reason the page is jumping up on just about all the pages when I scroll on the website and then it won’t scroll down… here is an example page. I don’t know what I changed on the CSS
http://www.lvbaptist.org/challenge-press-book-heaven/
Benjamin
November 21, 2016 at 2:10 pm #1265894
Nabeel AModeratorHi Benjamin,
Thanks for writing in! I checked your page and I am not able to reproduce the issue on my end. The page is scrolling up and down smoothly. I checked few pages and all are working fine here. Can you please share a video recording of the issue so we can look closely and try to reproduce the issue?
Thanks!
November 22, 2016 at 9:57 am #1266947
Benjamin HParticipantYou must have not scrolled up and down on the page, because It has issues on both windows and the mac computers I tested it on… Here are two screenshots of before scrolling and then after scrolling. This happens on every page of lvbaptist.org
The page I am demoing: http://www.lvbaptist.org/ministries/
Before: http://prntscr.com/dafx9x
After: http://prntscr.com/dafxg3November 22, 2016 at 10:23 am #1266995
Nabeel AModeratorHi again,
I was able to replicate the issue this time, although I did the same thing before. To fix the issue just add the following jQuery script in your Customizer via Appearance > Customize > Custom > Edit Global Javascript
function stop_jumps() { jQuery('header.masthead.masthead-inline').css('height', jQuery('.x-topbar').height() + jQuery('.x-navbar').height()); } jQuery(document).ready(function(){ stop_jumps(); }); jQuery(window).resize(function(){ stop_jumps(); });Don’t forget to clear your browser’s and site cache after adding the code. Let us know how this goes!
November 22, 2016 at 2:24 pm #1267284
Benjamin HParticipantThank you so much! It seems to have fixed my issues!
One other thing that happened around the same time was the menu bars for some reason are overlapping the menu bar. Can you take a look at this. Thank you so much!
November 22, 2016 at 3:14 pm #1267340
JoaoModeratorHi Benjamin,
Please add the following code to Appereance > customizer custom > CSS
.masthead-inline .x-navbar .desktop .sub-menu { left: auto; right: 0; margin-top: 40px; }Hope it helps
Joao
November 22, 2016 at 4:22 pm #1267417
Benjamin HParticipantThis didn’t seem to change anything at all. Any other thoughts?
November 22, 2016 at 10:30 pm #1267737
Prasant RaiModeratorHello Benjamin,
Please use this code instead and let us know how it goes:
ul.sub-menu { top: 70px !important; }Thanks.
November 26, 2016 at 10:01 am #1271484
Benjamin HParticipantHmm, It doesn’t seem to work Prasant…
November 26, 2016 at 4:03 pm #1271672
Nabeel AModeratorHi again,
You can remove the previous codes and add this code in your Child Theme’s style.css file:
.x-nav li .sub-menu { margin-top: 10px !important; }Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!
November 28, 2016 at 10:48 am #1273408
Benjamin HParticipantI removed the previous codes and inserted the new one, saved it, cleared my browser’s cache, and saw no change at all…
November 28, 2016 at 10:54 am #1273421
JoaoModeratorHi Benjamin,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks
Joao
November 28, 2016 at 11:12 am #1273440
Benjamin HParticipantThis reply has been marked as private.November 28, 2016 at 11:29 am #1273447
Nabeel AModeratorHi there,
Thank you for providing the credentials. Please purge all of your cache incluing your CloudFlare’s cache.
Let us know how this goes!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1265811 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
