value(); $values = json_decode( $v ); wp_enqueue_script( 'json2' ); // Units $current_unit = isset( $values->unit ) ? $values->unit : 'px'; $units = array( 'px', '%', 'em' ); if ( 'themify_height' == $this->type ) { $dimension_label = __( 'Height', 'themify' ); $dimension_type = 'height'; } else { $dimension_label = __( 'Width', 'themify' ); $dimension_type = 'width'; } ?> show_label && ! empty( $this->label ) ) : ?> label ); ?>
width ) ? $values->width : ''; $id = $this->id . '_' . $dimension_type; ?>
auto ) ? $values->auto : ''; $auto_id = $this->id . '_auto'; ?> value="auto" data-hide="js-hide"/>
link(); ?> value='' type="hidden" class="type ); ?>_control themify-customizer-value-field"/>