Hi Zeeshan,
Thanks for reaching out to us. I have added the below snippet inside your child theme’s functions.php:
// GetWooPlugins Support for infinite scroll of razzi theme
add_action( 'wp_footer', 'wvs_razzi_theme_infinite_scroll_support', 99 );
function wvs_razzi_theme_infinite_scroll_support(){
?>
<script id="gwp-razzi-theme-infinite-scroll">
jQuery('body').on('razzi_products_loaded', function(){
jQuery(document.body).trigger('woo_variation_swatches_pro_init');
});
</script>
<?php
};
Please check now and before checking, don’t forget to clear your caches like- browser cache, caching plugin cache, and server-side cache.
Thank You
Issue in pagination
Zeeshan Aslam
I have found the issue in while in second page in pagination.
if you can see here in after second page loading images are not changing.
https://www.minime.no/kategori/accessories
please solve asap.
I am using scroll of razzi theme default function.