Banking sector | Smooth Scrolling

Home Forums All Other Themes Banking sector | Smooth Scrolling

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #82383
    Gabriel PatrizziGabriel Patrizzi
    Participant
    • Topics: 32
    • Replies: 64
    • Total: 96
    Member since: January 23, 2016

    Hi.

    I did a onepage web with the topic Banking sector.

    The menu, as it is a page with a single page, is on that same page, but low, I would like to make a smooth scroll, but I do not understand how.

    I searched for solutions on Youtube, but I find it complicated.

    Can you help me?

    WEB: http://www.edtgroup.cl

    THANK YOU

    #82415
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    Kindly use this code before closing head tag in the Header.

    <script>
    	jquery(document).ready(function() {
    	  $('a[href^="#"]').click(function() {
    		  var target = $(this.hash);
    		  if (target.length == 0) target = $('a[name="' + this.hash.substr(1) + '"]');
    		  if (target.length == 0) target = $('html');
    		  $('html, body').animate({ scrollTop: target.offset().top - 123 }, 1000);
    		  return false;
    	  });
    	});
    </script> 

    Regards,
    Brad

    #82447
    Gabriel PatrizziGabriel Patrizzi
    Participant
    • Topics: 32
    • Replies: 64
    • Total: 96
    Member since: January 23, 2016

    Hi.

    This option does not work for me … and sees the code on top of the home (onpage).

    IMAGE: https://drive.google.com/file/d/0B4wJ_s9iGAcJcTQ0T1BYYWNTQlk/view?usp=sharing

    #82459
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    Okay, kindly send us your URL of the site and WordPress admin details (Username & Password) via sktthemes.net/contact Please mention this forum URL while replying so that we understand what needs to be done.

    Regards,
    Brad

    #82505
    Gabriel PatrizziGabriel Patrizzi
    Participant
    • Topics: 32
    • Replies: 64
    • Total: 96
    Member since: January 23, 2016

    Ready!

    Credentials created and information sent to the indicated email.

    Regards!

    #82557
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    This issue was resolved from our end. Kindly check and confirm.

    Regards,
    Brad

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.