6cfea525 by Jeff Balicki

search fix

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 9c8cb962
...@@ -26206,7 +26206,7 @@ ...@@ -26206,7 +26206,7 @@
26206 var mySwiper = new Swiper(this, swiper_params); 26206 var mySwiper = new Swiper(this, swiper_params);
26207 mySwiper.on('slideChange', function () { 26207 mySwiper.on('slideChange', function () {
26208 console.log('slideChange'); 26208 console.log('slideChange');
26209 setTimeout(myLazyLoad.update(), 1500); 26209 setTimeout(myLazyLoad.update(), 2000);
26210 }); 26210 });
26211 }); 26211 });
26212 $('.carousel ').css('margin-left', "-" + $('#content').css('margin-left')); 26212 $('.carousel ').css('margin-left', "-" + $('#content').css('margin-left'));
......
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.
...@@ -17,7 +17,7 @@ get_header(); ...@@ -17,7 +17,7 @@ get_header();
17 <div class="<?php echo esc_attr( $container ); ?> container search-content" id="content" tabindex="-1"> 17 <div class="<?php echo esc_attr( $container ); ?> container search-content" id="content" tabindex="-1">
18 <h1 class="sh1"><?php _e("Search results for:", 'msf'); ?></h1> 18 <h1 class="sh1"><?php _e("Search results for:", 'msf'); ?></h1>
19 <?php //get_search_form() ?> 19 <?php //get_search_form() ?>
20 <?php echo do_shortcode('[searchandfilter slug="what-are-you-looking-for-today"]'); echo do_shortcode('[advance-search search_id="399"]'); ?> 20 <?php echo do_shortcode('[searchandfilter slug="top-search"]'); echo do_shortcode('[advance-search search_id="399"]'); ?>
21 <button class="btn btn-primary filter" data-bs-toggle="collapse" data-bs-target="#search-sidebar" role="button" aria-expanded="false" aria-controls="search-sidebar" > 21 <button class="btn btn-primary filter" data-bs-toggle="collapse" data-bs-target="#search-sidebar" role="button" aria-expanded="false" aria-controls="search-sidebar" >
22 <?php _e("SORT AND FILTER", 'msf'); ?> 22 <?php _e("SORT AND FILTER", 'msf'); ?>
23 </button> 23 </button>
......
...@@ -75,7 +75,7 @@ jQuery(document).ready(function($) { ...@@ -75,7 +75,7 @@ jQuery(document).ready(function($) {
75 75
76 mySwiper.on('slideChange', function () { 76 mySwiper.on('slideChange', function () {
77 console.log('slideChange'); 77 console.log('slideChange');
78 setTimeout( myLazyLoad.update(), 1500); 78 setTimeout( myLazyLoad.update(), 2000);
79 }); 79 });
80 80
81 }); 81 });
......
...@@ -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.470 5 Version: 1.0.471
6 */ 6 */
7 7
......