php 在任何创世纪主题中应用Parallax Pro的视差效果。 http://sridharkatakam.com/apply-parallax-effect-parallax-pro-genes

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 在任何创世纪主题中应用Parallax Pro的视差效果。 http://sridharkatakam.com/apply-parallax-effect-parallax-pro-genes相关的知识,希望对你有一定的参考价值。

/* Parallax effect
--------------------------------------------- */

.parallax-section.CLASS_NAME {
		background: url(./images/BG_IMAGE_NAME.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size:    cover;
		background-size:         cover;
		height: 500px; /*height of parallax container*/
		
		/*If the image is square enough and you want to see the full width without it resizing to cover, use this*/
		/* -webkit-background-size: 100% auto;
		-moz-background-size:    100% auto;
		background-size:         100% auto; */

		
	}
jQuery(function( $ ){
    
        $(window).scroll(function(){
    
            scrollTop = $(window).scrollTo(0,0);
    
            // Third home page section
            $(".parallax-section.CLASS_NAME").css("backgroundPosition", "0px " + -(scrolltop/6) + "px");
    
        });
    
    });
//* Enqueue parallax script
add_action( 'wp_enqueue_scripts', 'enqueue_parallax_script' );
function enqueue_parallax_script() {

	if ( ! wp_is_mobile() ) {

		wp_enqueue_script( 'parallax-script', get_bloginfo( 'stylesheet_directory' ) . '/js/parallax.js', array( 'jquery' ), '1.0.0' );

	}

}
// Add widget areas

add_action( 'genesis_entry_content', 'function_name' );
function function_name() {
  echo '<div class="CLASS_NAME parallax-section"></div>';
}

以上是关于php 在任何创世纪主题中应用Parallax Pro的视差效果。 http://sridharkatakam.com/apply-parallax-effect-parallax-pro-genes的主要内容,如果未能解决你的问题,请参考以下文章

Flutter Parallax Scroll 中的按钮不可点击

Flutter 实现背景 Parallax 动画

任何节点的 Drupal 主题模板文件

Wordpress(创世纪儿童主题)fs背景图像隐藏在“Home 2”区域的白色背景

css 创世纪样本主题

text 新主页小部件代理主题创世纪