*/ $sec6_bg_image = get_theme_mod( 'canuck_section6_background_image', '' ); $sec6_use_parallax = get_theme_mod( 'canuck_section6_use_parallax', false ); $use_lazyload = get_theme_mod( 'canuck_use_lazyload' ) ? true : false; if ( '' !== $sec6_bg_image ) { if ( true === $sec6_use_parallax ) { $string6 = ' class="home-6-wide parallax-window" data-parallax="scroll" data-image-src="' . esc_url( $sec6_bg_image ) . '" data-speed="0.3" data-bleed="20" style="background: transparent;"'; // Workaround for overlays on parralax sections :( $home_final_setup = canuck_home_area_setup(); foreach ( $home_final_setup as $area => $section ) { if ( '6' === $section ) { if ( 1 === $area ) { $string6a = ' style="margin: 0 0 -20px 0;"'; } else { $previous_section = $home_final_setup[ $area - 1 ]; $prev_sec_use_parallax = get_theme_mod( 'canuck_section' . $previous_section . '_use_parallax', false ); if ( true === $prev_sec_use_parallax ) { $string6a = ' style="margin: 20px 0 -20px 0;"'; } else { $string6a = ' style="margin: 0 0 -20px 0;"'; } } } } } elseif ( true === $use_lazyload ) { $string6 = ' class="home-6-wide lazyload" data-src="' . esc_url( $sec6_bg_image ) . '"'; $string6a = ''; } else { $string6 = ' class="home-6-wide" style="background-image: url( ' . esc_url( $sec6_bg_image ) . ' );"'; $string6a = ''; } } else { $string6 = ' class="home-6-wide"'; $string6a = ''; } ?>
>
>
" . esc_html__( 'more', 'canuck' ) ); if ( true === $section6_box1_include_link && '' === $section6_box1_button_title ) { // No link button so use image for link. if ( true === $section6_box1_use_image_font && '' !== $section6_box1_image_font ) { ?>
<?php echo esc_attr( $section6_box1_title ); ?> <?php echo esc_attr( $section6_box1_title ); ?>
' . esc_html( $section6_box1_title ) . ''; } if ( '' !== $section6_box1_text ) { echo '
' . wp_kses_post( $section6_box1_text ) . '
'; } if ( true === $section6_box1_include_link && '' !== $section6_box1_button_title ) { ?>
" . esc_html__( 'more', 'canuck' ) ); if ( true === $section6_box2_include_link && '' === $section6_box2_button_title ) { // No link button so use image for link. if ( true === $section6_box2_use_image_font && '' !== $section6_box2_image_font ) { ?>
<?php echo esc_attr( $section6_box2_title ); ?> <?php echo esc_attr( $section6_box2_title ); ?>
' . esc_html( $section6_box2_title ) . ''; } if ( '' !== $section6_box2_text ) { echo '
' . wp_kses_post( $section6_box2_text ) . '
'; } if ( true === $section6_box2_include_link && '' !== $section6_box2_button_title ) { ?>