error: Content is protected !!
jQuery(document).ready(function($) { setTimeout(function() { let firstLoadProducts = $('.products').html(); // Save initial products $(document).on('flatsome_infinite_scroll_loaded', function() { $('.products').html(firstLoadProducts); // Restore original products }); }, 500); });