value(); $values = json_decode( $v ); wp_enqueue_script( 'json2' ); // Units $current_unit = isset( $values->unit ) ? $values->unit : 'px'; $units = array( 'px', '%', 'em' ); // Positions $current_position = isset( $values->position ) ? $values->position : ''; $positions = array( 'static' => __( 'Static', 'themify' ), 'relative' => __( 'Relative', 'themify' ), 'fixed' => __( 'Fixed', 'themify' ), 'absolute' => __( 'Absolute', 'themify' ), ); // Coordinates $sides = array( 'top' => __( 'Top', 'themify' ), 'right' => __( 'Right', 'themify' ), 'bottom' => __( 'Bottom', 'themify' ), 'left' => __( 'Left', 'themify' ), ); ?> show_label && ! empty( $this->label ) ) : ?> label ); ?>
(?)
$side_label ) : $width = isset( $values->{$side}->width ) ? $values->{$side}->width : ''; ?>
{$side}->auto ) ? $values->{$side}->auto : ''; $auto_id = $this->id . '_' . $side . '_auto'; ?> value="auto" data-hide="js-hide-" data-side=""/>
link(); ?> value='' type="hidden" class="type ); ?>_control themify-customizer-value-field"/>