*/ // Get the options. $section11_usage = stripslashes( get_theme_mod( 'canuck_section11_media_area_usage', 'image' ) ); $section11_image = get_theme_mod( 'canuck_section11_image', '' ); $section11_title = stripslashes( get_theme_mod( 'canuck_section11_title', '' ) ); $section11_shortcode = stripslashes( get_theme_mod( 'canuck_section11_shortcode', '' ) ); $section11_text = stripslashes( get_theme_mod( 'canuck_section11_text', '' ) ); $section11_include_link = get_theme_mod( 'canuck_section11_include_link', false ); $section11_button_link = get_theme_mod( 'canuck_section11_button_link', '#' ); $section11_button_label = get_theme_mod( 'canuck_section11_button_title', " " . __( 'more', 'canuck' ) ); $sec11_bg_image = get_theme_mod( 'canuck_section11_background_image', '' ); $sec11_use_parallax = get_theme_mod( 'canuck_section11_use_parallax', false ); if ( '' !== $sec11_bg_image && false !== $sec11_use_parallax ) { ?>