*/ global $post; $section12_title = stripslashes( get_theme_mod( 'canuck_section12_title', '' ) ); $section12_text = stripslashes( get_theme_mod( 'canuck_section12_text', '' ) ); $section12_portfolio_category = get_theme_mod( 'canuck_section12_portfolio_category', '' ); $section12_portfolio_columns = get_theme_mod( 'canuck_section12_portfolio_columns', '3' ); $sec12_bg_image = get_theme_mod( 'canuck_section12_background_image', '' ); $sec12_use_parallax = get_theme_mod( 'canuck_section12_use_parallax', false ); $include_pinterest_pinit = get_theme_mod( 'canuck_include_pinit' ) ? true : false; $category_id = get_cat_ID( $section12_portfolio_category ); $args = array( 'category' => $category_id, 'numberposts' => 50, ); $custom_posts = get_posts( $args ); $use_lazyload = get_theme_mod( 'canuck_use_lazyload' ) ? true : false; if ( '' !== $sec12_bg_image ) { if ( true === $sec12_use_parallax ) { $string12 = ' class="home-12-wide parallax-window" data-parallax="scroll" data-image-src="' . esc_url( $sec12_bg_image ) . '" data-speed="0.3" data-bleed="0" style="background: transparent;"'; } elseif ( true === $use_lazyload ) { $string12 = ' class="home-12-wide lazyload" data-src="' . esc_url( $sec12_bg_image ) . '"'; } else { $string12 = ' class="home-12-wide" style="background-image: url( ' . esc_url( $sec12_bg_image ) . ' );"'; } } else { $string12 = ' class="home-12-wide"'; } ?>
>