Parallax in Page Header & Section
Hi, I see a difference between Page Header and Section with the parallax option. The effect is not going in the same direction. I try to simulate the Header Page parallax effect with : add_filter( 'generate_sections_parallax_speed','generate_custom_parallax_speed' ); function generate_custom_parallax_speed() { return -2; } Speed and direction are ok but the background image is repeated on … Read more