Shapely Button Link Script

Hi there, support-team.

I would ask a help for aiding me out to scroll down using a button. Such as using “#top” in a button’s link, that will scroll the page up.
I can’t really find any a post asked a help for making scroll down using button links before. I had try like: “#bottom”, “#down”. And of course, it won’t work. haha. I would be glad if you could help me out here. Thank you!
Good job and thanks for the awesome wordpress theme!

Regards,
Faiz Khairi.

Aha!
#top set as goto the Theme Header! Using as a “top callout”!
But, but can we. I mean me make it not to call going to the top header. But instead, going down such as 1 widget down. It would be set like down to a specific and then die. down button jquery. hold on! thats it!

Hello Faiz Khairi,

I hope you are doing well today.

Were you able to resolve this issue or do you still require some assistance with it?

Best Regards,
Support

Using code here in header.php for those who wanted button link click function :slight_smile:

jQuery(document).ready(function ($) {
console.log(“he”);
$(‘a[href="#down"]’).click(function (){
console.log(“ge”);
$(‘html, body’).animate({

                scrollTop: $("#shapely_home_parallax-3").offset().top
            }, 2000);