php facetwp在wp_head hook上滚动到顶部

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php facetwp在wp_head hook上滚动到顶部相关的知识,希望对你有一定的参考价值。

<?php
/** adds script to header with a conditional check to not scroll to top
 ** when the load more button has been clicked
 **/
add_action( 'wp_head', function() { ?>

    <script>
        (function($) {
            $(document).on('facetwp-loaded', function() {
              if (FWP.loaded) {
                  $('html, body').animate({
                      scrollTop: $('.facetwp-template').offset().top
                  }, 500);
              }
          });
        })(jQuery);
    </script>

<?php } );

以上是关于php facetwp在wp_head hook上滚动到顶部的主要内容,如果未能解决你的问题,请参考以下文章

php facetwp在autoselect上重置facet

PHP 清理WordPress wp_head()

php facetwp在加载后可以在listify主页上显示搜索过滤器

php wp_headの不要记述を削除

php facetwp替换输出上的显示值

php facetwp自动启用地图上的过滤按钮