value(); $values = json_decode( $v ); wp_enqueue_script( 'json2' ); // Same for all $same = isset( $values->same ) ? $values->same : 'same'; // Sides $sides = array( 'top' => __( 'Border Top', 'themify' ), 'right' => __( 'Border Right', 'themify' ), 'bottom' => __( 'Border Bottom', 'themify' ), 'left' => __( 'Border Left', 'themify' ), ); // Style $styles = array( '' => '', 'solid' => __( 'Solid', 'themify' ), 'dotted' => __( 'Dotted', 'themify' ), 'dashed' => __( 'Dashed', 'themify' ), 'double' => __( 'Double', 'themify' ), 'none' => __( 'None', 'themify' ), ); ?> show_label && ! empty( $this->label ) ) : ?> label ); ?> $side_label ) : ?>
>
color ) ? $values->color : ''; $opacity = isset( $values->opacity ) ? $values->opacity : ''; } else { $color = isset( $values->{$side} ) && isset( $values->{$side}->color ) ? $values->{$side}->color : ''; $opacity = isset( $values->{$side} ) && isset( $values->{$side}->opacity ) ? $values->{$side}->opacity : ''; } ?> data-side="">
style ) ? $values->width : ''; } else { $width = isset( $values->{$side} ) && isset( $values->{$side}->width ) ? $values->{$side}->width : ''; } ?>
id . '_same'; ?> value="same"/>
link(); ?> value='' type="hidden" class="type; ?>_control themify-customizer-value-field"/>