Scrolling not working with TwentyTwenty theme
-
The plugin does not work out-of-the-box with TwentyTwenty theme. You can see why in the original topic here:
https://wordpress.org/support/topic/scrolling-not-working-5/
The solution is to add an extra js script in TwentyTwenty child-theme. Edit the child-theme’s footer.php and add the following script in a new line, right before the closing body tag (</body>):
<script> twentytwenty.smoothScroll = null; </script>This will disable TwentyTwenty smooth scrolling function and allow “Page scroll to id” to do its thing 😉
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Scrolling not working with TwentyTwenty theme’ is closed to new replies.