6cfea525 by Jeff Balicki

search fix

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 9c8cb962
......@@ -26206,7 +26206,7 @@
var mySwiper = new Swiper(this, swiper_params);
mySwiper.on('slideChange', function () {
console.log('slideChange');
setTimeout(myLazyLoad.update(), 1500);
setTimeout(myLazyLoad.update(), 2000);
});
});
$('.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();
<div class="<?php echo esc_attr( $container ); ?> container search-content" id="content" tabindex="-1">
<h1 class="sh1"><?php _e("Search results for:", 'msf'); ?></h1>
<?php //get_search_form() ?>
<?php echo do_shortcode('[searchandfilter slug="what-are-you-looking-for-today"]'); echo do_shortcode('[advance-search search_id="399"]'); ?>
<?php echo do_shortcode('[searchandfilter slug="top-search"]'); echo do_shortcode('[advance-search search_id="399"]'); ?>
<button class="btn btn-primary filter" data-bs-toggle="collapse" data-bs-target="#search-sidebar" role="button" aria-expanded="false" aria-controls="search-sidebar" >
<?php _e("SORT AND FILTER", 'msf'); ?>
</button>
......
......@@ -75,7 +75,7 @@ jQuery(document).ready(function($) {
mySwiper.on('slideChange', function () {
console.log('slideChange');
setTimeout( myLazyLoad.update(), 1500);
setTimeout( myLazyLoad.update(), 2000);
});
});
......
......@@ -2,6 +2,6 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.470
Version: 1.0.471
*/
......