Jump To Section On Paginated Pages [Elementor Pro Tutorial]

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>
				
			

Free Brand Messaging Worksheet

Define Your Voice and Connect with Your Audience

More Free Resources

Let's Work Together

Big ideas start with a quick chat. Let’s talk!