*/ // Get the options. $section7_usage = get_theme_mod( 'canuck_section7_usage', 'normal' ); $section7_text = stripslashes( get_theme_mod( 'canuck_section7_text', '' ) ); $section7_shortcode = stripslashes( get_theme_mod( 'canuck_section7_shortcode', '' ) ); $section7_include_link = get_theme_mod( 'canuck_include_section7_button', false ); $section7_link = get_theme_mod( 'canuck_section7_button_link', '#' ); $section7_button_label = get_theme_mod( 'canuck_section7_button_name', " " . __( 'more', 'canuck' ) ); $sec7_bg_image = get_theme_mod( 'canuck_section7_background_image', '' ); $sec7_use_parallax = get_theme_mod( 'canuck_section7_use_parallax', false ); if ( '' !== $sec7_bg_image && false !== $sec7_use_parallax ) { ?>