Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress

HaeJu Lee
HaeJu Lee
3,811 Points

scrolling smoothly and swift.. how can I make a link which refers to a section within the same page to operate smoothly?

http://likelion.net

When you enter the url above and click services on right top side, you will see that automatic scrolling happens smoothly and swiftly. How can I do this on wordpress?

the code for "services" button is below: <a href="#" data-href="#section-services"><div>SERVICES</div></a>

does this single code do the smooth scrolling? Without wordpress, do I have to know javascript?

But, I don't want to write code to do this haha:). If this can be done with wordpress or some plugins like revolution slider or visual composer, I want to do this easily and quickly.

How can I do this? Can anyone help :)?