Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1350442
    jsguzmanb
    Participant

    Hi

    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!!!

    #1350447
    jsguzmanb
    Participant
    This reply has been marked as private.
    #1350457
    Paul R
    Moderator

    Hi,

    The link provided is not working.

    https://www.screencast.com/t/yRkswQiAN

    Kindly check and let us know.

    Thanks

    #1351633
    jsguzmanb
    Participant

    Sorry

    Try this one

    http://memorytellers.com/

    Thx!

    #1351961
    Paul R
    Moderator

    Hi,

    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

    #1354957
    jsguzmanb
    Participant

    Excellent.

    You are one of the best support service around.

    Thank you very much.

    #1355132
    Paul R
    Moderator

    You’re welcome and thank you for your kind words. 🙂

    #1356485
    jsguzmanb
    Participant

    Hi. 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!

    #1356541
    Paul R
    Moderator

    Hi,

    I can’t seem to replicate the issue.

    Can you provide us a video on how it works in your end.

    Thanks

    #1360166
    jsguzmanb
    Participant

    Hi

    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 itself

    #1360197
    jsguzmanb
    Participant

    Here are the files

    #1360679
    Christopher
    Moderator

    Hi 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.

  • <script> jQuery(function($){ $("#no-reply-1350442 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>