PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
webon-core
/
inc
/
shortcodes
/
progress-bar
/
templates
<div <?php qode_framework_class_attribute( $holder_classes ); ?> <?php qode_framework_inline_attrs( $data_attrs ); ?>> <div class="qodef-m-inner"> <div class="qodef-m-canvas" <?php qode_framework_inline_style( $border_styles ); ?>> <?php if ( $layout === 'circle' && $enable_inner_border === 'yes' ) { ?> <span class="qodef-m-inner-border" <?php qode_framework_inline_style( $inner_border_styles ); ?>></span> <?php } ?> <?php if ( $layout === 'custom' && ! empty( $custom_shape ) ) { echo qode_framework_wp_kses_html( 'html', rawurldecode( base64_decode( $custom_shape ) ) ); } ?> </div> <?php if ( $layout === 'circle' && ( ! empty( $title ) || ! empty( $text ) ) ) { ?> <div class="qodef-m-content"> <?php } ?> <?php if ( ! empty( $title ) ) { ?> <<?php echo esc_attr( $title_tag ); ?> class="qodef-m-title" <?php qode_framework_inline_style( $title_styles ); ?>><?php echo qode_framework_wp_kses_html( 'content', $title ); ?></<?php echo esc_attr( $title_tag ); ?>> <?php } ?> <?php if ( ! empty( $text ) && $layout === 'circle' ) { ?> <p class="qodef-m-text" <?php qode_framework_inline_style( $text_styles ); ?>><?php echo qode_framework_wp_kses_html( 'content', $text ); ?></p> <?php } ?> <?php if ( $layout === 'circle' && ( ! empty( $title ) || ! empty( $text ) ) ) { ?> </div> <?php } ?> </div> </div>
[+]
..
[-] progress-bar.php
[edit]