Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter edwardgnz

    (@edwardgnz)

    I already solved it by adding this code to the bottom of page.php

    <script type="text/javascript">
    /* <![CDATA[ */
    ( function( $ ) {
       $( 'a[href="#"]' ).click( function(e) {
          e.preventDefault();
       } );
    } )( jQuery );
    /* ]]> */
    </script>

    Hey there,

    Glad you figured it out and thank you for sharing the solution with all of us! Cheers ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘hashtag links prevent scrolling up’ is closed to new replies.