HUSKY - Product Filter for WooCommerce

Yönlendirme Modunda Ürünlerin En Üstüne Otomatik Kaydırma

footer.php dosyasında (mevcut WordPress temanızın alt tema kullanın—alt tema kullanın) aşağıdaki kodu ekleyin:

<?php if (isset($_GET['swoof'])): ?>

    <script>
        jQuery(function ($) {

            setTimeout(function () {
                $('html, body').animate({
                    scrollTop: $(".woof_products_top_panel_content").offset().top - 100
                }, 777);
            }, 333);

        });
    </script>

<?php endif; ?>

 

.woof_products_top_panel_content – kaydırmanın tamamlanacağı kapsayıcının CSS sınıfıdır. Herhangi bir CSS sınıfı veya kimliği olan herhangi bir kapsayıcı kullanabilirsiniz …