210fda03 by Jeff Balicki

pagenation

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 81631c1e
...@@ -26243,7 +26243,9 @@ ...@@ -26243,7 +26243,9 @@
26243 setTimeout(myLazyLoad.update(), 2000); 26243 setTimeout(myLazyLoad.update(), 2000);
26244 }); 26244 });
26245 $(document).on("click", ".page-item ", function (e) { 26245 $(document).on("click", ".page-item ", function (e) {
26246 setTimeout(myLazyLoad.update(), 2000); 26246 $('html, body, #page').animate({
26247 scrollTop: $("#search-wrapper").offset().top - 250
26248 }, 100);
26247 }); 26249 });
26248 }); 26250 });
26249 document.addEventListener('wpcf7mailsent', function (event) { 26251 document.addEventListener('wpcf7mailsent', function (event) {
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -57,7 +57,9 @@ jQuery(document).ready(function($) { ...@@ -57,7 +57,9 @@ jQuery(document).ready(function($) {
57 57
58 58
59 $(document).on("click", ".page-item ", function(e){ 59 $(document).on("click", ".page-item ", function(e){
60 setTimeout( myLazyLoad.update(), 2000); 60 $('html, body, #page').animate({
61 scrollTop: $("#search-wrapper").offset().top - 250
62 }, 100);
61 }); 63 });
62 64
63 65
......
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
2 Theme Name: MSF CA Child 2 Theme Name: MSF CA Child
3 Author: Tenzing Communications 3 Author: Tenzing Communications
4 Template: msf-ca 4 Template: msf-ca
5 Version: 1.0.474 5 Version: 1.0.475
6 */ 6 */
7 7
......