Jump To Section On Paginated Pages [Elementor Pro Tutorial]

June 25, 2021

In this video I will show you how to easily add the ability to jump to certain sections on paginated pages.

Timestamps:

  • 0:00 Introduction
  • 0:49 GitHub Code
  • 1:30 Add code to backend
  • 2:44 Testing

Elementor (Affiliate Link):
https://trk.elementor.com/4776

GitHub: https://github.com/elementor/elementor/issues/4703

JavaScript Code:

				
					<script> jQuery('div.elementor-widget-posts').each(function(_, widget) {
    // Add the id to the pagination URL
    jQuery('a.page-numbers', widget).map(function(_, link) {
      jQuery(link).attr('href', jQuery(link).attr('href') + '#top-posts');
    });
  });</script>
				
			

*Some of the links on this page are affiliate links, meaning we may receive a commission if you follow them. This allows us to continue providing free content and educational resources for you. Thank you for supporting our small business!

Share this post:

Facebook
Reddit
Twitter
Pinterest
LinkedIn
Email

More Free Resources

Join Our Community

Wicky Design YouTube

Get our latest videos by subscribing for FREE to our YouTube channel. New videos are uploaded weekly!