Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter stlunited

    (@stlunited)

    The original topic is resolved. Thank you again.

    I tried both of those and I also changed the right margin % but it still continues to move the right menu item off the screen.
    Not sure next step
    Thanks again for help.

    Should I open a new topic for this?

    Thread Starter stlunited

    (@stlunited)

    That fixed the problem. Thank You.

    However I noticed a new problem with the navigation menu in the header and am not sure if it was there before but want to pass it on.
    When you are on a page that is showing the full navigation bar upon scrolling that navber moves to the right and causes the first item on the right side to move off screen and disappear.

    Once again thank you very much for your help.

    Thread Starter stlunited

    (@stlunited)

    I disabled the sticky header function at Appearance -> Customize -> Header -> Design& Layout. That stopped the return to top upon a click, however now I lose the sticky header feature that I would really like to keep.

    I looked at the bootstrap-collapse.js v2.3.2 code which is in … inc/assets/js/parts/bootstrap.js and found this code.

    `//trigger click on back to top if sticky enabled
    if ( 0 != $(‘.back-to-top’).length ) {
    $(‘.back-to-top’).trigger(‘click’);
    }
    else {
    (‘html, body’).animate({
    scrollTop: $(anchor_id).offset().top
    }, 700);
    }
    $(‘body’).removeClass(‘sticky-enabled’).removeClass(‘tc-sticky-header’);
    }`

    Is this the code that is causing the scroll to top with the sticky header enabled or would it be something else.
    How can I change this so I can stop the scroll to top and activate the sticky header?

    PS I have no idea how to modify or write js code. Thanks again I really appreciate your time and effort.

    Thread Starter stlunited

    (@stlunited)

    Forgot to mention I only have the Akismet plugin activated.

    Thread Starter stlunited

    (@stlunited)

    I disabled the smooth scroll feature but it did not help. Any click to expose the hidden part causes the page to automatically scroll to the top of the page instead of just revealing the hidden section. You cannot notice it until you are lower on the page than the initial part that is visible when the page opens. Closing a revealed section does does not scroll, it just closes the section.

    Thanks for your help

    Thread Starter stlunited

    (@stlunited)

    Thank you very much for your help. You have eagle eyesight. That fixed the sidebar problem but it did not correct the issue of when you click on a question that the goes to the top of the page.

    I did try some changes to the accordion.js file but I did that in the child theme only and I have removed them from that file in the child theme. As of now I am using the files as downloaded from Customizr without any changes. Would replacing them with a new install be my only option. Just confused and really appreciate your help.

Viewing 6 replies - 1 through 6 (of 6 total)