Tagged: x
-
AuthorPosts
-
January 30, 2017 at 3:30 am #1350442
jsguzmanbParticipantHi
I have two issues with one page navigation
First, I am using full screen revolution slider…I know it causes some issues, so maybe the final solution is to opt for a full width, hope not, cause I am working with a predesign.
The first issue is once the page initially loads, I wanna go to the first section “Top Movies” (x-section-1), but it goes to the middle of it, not to the top. Notice that this only happens on load, that is, when the full width slider, if you are in other part of the page and click it it works fine. I know that this has to do with the way the script dinamically calculates the height. Could ther be a way to bypass it on load?
The second is that sometimes, not always, the menu doesn´t close on click. I´ts only sone times, it keeps open. Could it be related with the first issue?
http://guillermotrujilloaccini.com/memorytellers/
Latest WordPress, X, and Cornerstone version
Thx!!!
January 30, 2017 at 3:30 am #1350447
jsguzmanbParticipantThis reply has been marked as private.January 30, 2017 at 3:40 am #1350457
Paul RModeratorHi,
The link provided is not working.
https://www.screencast.com/t/yRkswQiAN
Kindly check and let us know.
Thanks
January 30, 2017 at 6:56 pm #1351633
jsguzmanbParticipantJanuary 31, 2017 at 3:06 am #1351961
Paul RModeratorHi,
Please replace this code in your custom > JS
(function($){ $('.x-navbar .x-nav-wrap.mobile a span').on('touchend click', function(){ $('.x-btn-navbar').click(); }); })(jQuery);with this
(function($){ $('.x-navbar .x-nav-wrap.mobile a').on('touchend click', function(){ $('.x-btn-navbar').click(); }); })(jQuery);Hope that helps
February 2, 2017 at 3:32 am #1354957
jsguzmanbParticipantExcellent.
You are one of the best support service around.
Thank you very much.
February 2, 2017 at 6:48 am #1355132
Paul RModeratorYou’re welcome and thank you for your kind words. 🙂
February 3, 2017 at 3:27 am #1356485
jsguzmanbParticipantHi. I`m sorry to come back with the same issue
It worked the first few times…but now it is the same. on click “Top Services” it goes to the middle of the section
Can you help me point out how to fix it?
Thx!
February 3, 2017 at 4:16 am #1356541
Paul RModeratorHi,
I can’t seem to replicate the issue.
Can you provide us a video on how it works in your end.
Thanks
February 6, 2017 at 2:45 pm #1360166
jsguzmanbParticipantHi
No w I have an additional followup issue. I´ll guide you through the step by step with screenshots.
1. First open. Everything is OK. Slider full screen, perfect.
2. I click Top Movies, and it goes to the middle of the section instead of the top.
3. If i scroll back to top, everything is OK.
2b. If i didn´t click Top Movies, and I scroll down and then Scroll back up, the height of the slider doesnt cover the screen (see screenshot). It´s really strange. If you leave it a couple of minutes it fixes itselfFebruary 6, 2017 at 3:19 pm #1360197
jsguzmanbParticipantHere are the files
February 6, 2017 at 11:13 pm #1360679
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> Global CSS :
body.x-navbar-fixed-top-active .x-navbar-wrap { height: auto; min-height: 191px; }Hope that helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1350442 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
