value(); $values = json_decode( $v ); wp_enqueue_script( 'json2' ); wp_enqueue_media(); // Disable $noimage = isset( $values->noimage ) ? $values->noimage : ''; // Style Dropdown $styles = array( '' => '', 'repeat' => __( 'Repeat All', 'themify' ), 'repeat-x' => __( 'Repeat Horizontal', 'themify' ), 'repeat-y' => __( 'Repeat Vertical', 'themify' ), 'no-repeat' => __( 'No Repeat', 'themify' ), 'fullcover' => __( 'Fullcover', 'themify' ), ); $current_style = isset( $values->style ) ? $values->style : ''; // Background position $positions = array( '' => '', 'left top' => __( 'Left Top', 'themify' ), 'left center' => __( 'Left Center', 'themify' ), 'left bottom' => __( 'Left Bottom', 'themify' ), 'right top' => __( 'Right Top', 'themify' ), 'right center' => __( 'Right Center', 'themify' ), 'right bottom' => __( 'Right Bottom', 'themify' ), 'center top' => __( 'Center Top', 'themify' ), 'center center' => __( 'Center Center', 'themify' ), 'center bottom' => __( 'Center Bottom', 'themify' ), ); $current_position = isset( $values->position ) ? $values->position : ''; ?> show_label && ! empty( $this->label ) ) : ?> label ); ?>
render_image( $values, array( 'image_label' => __( 'Background Image', 'themify' ), ) ); ?>
id . '_noimage'; ?> value="noimage"/>
render_color( $values, array( 'side_label' => true, 'color_label' => __( 'Background Color', 'themify' ), ) ); ?>
link(); ?> value='' type="hidden" class="type ); ?>_control themify-customizer-value-field"/>