Archived topic
smooth-scroll class on custom menu
3 replies · Started by Daniel on April 19, 2019
I applied smooth-scroll class to circular menu About button. The jump link is to the h2 tag below the video. I also added this php code to my functions.php file:
add_filter( 'generate_smooth_scroll_duration', 'tu_smooth_scroll_duration' );
function tu_smooth_scroll_duration() {
return 600; // milliseconds
Instead of scrolling, the page reloads and jumps to the link. I'm up to date on theme and GP premium (1.7.8). Also, I did check Smooth Scroll in Customize > General
Thanks,
Daniel
Hi there,
the smooth scroll will only work with on page links so the URL in your anchor tag has to be just the ID of the element you want it scroll to e.g #top
Bam. Thx!
You're welcome