' . wp_kses_post($strengths_title) . ''; else: echo '

'; endif; echo '
'; if( !empty( $strengths_sub_title )): echo '

' . wp_kses_post($strengths_sub_title) . '

'; else: echo '

'; endif; ?>
'; echo '
'; echo ''. __('Strengths Image', 'cafe-express').''; echo '
'; echo '
'; echo '
'; else: $strengthWidth = "col-sm-6"; echo '
'; endif; $strength_1_title = get_theme_mod( 'strength_1', __('COLOMBIAN BUCARAMANGA', 'cafe-express')); $strength_1_percent = get_theme_mod( 'strength_1_percent', '80' ); $strength_2_title = get_theme_mod( 'strength_2', __('COSTA RICA TARRAZU VALLEY', 'cafe-express') ); $strength_2_percent = get_theme_mod( 'strength_2_percent', '46' ); $strength_3_title = get_theme_mod( 'strength_3', __('ETHIOPIAN YIRGACHEFFE', 'cafe-express') ); $strength_3_percent = get_theme_mod( 'strength_3_percent', '71' ); $strength_4_title = get_theme_mod( 'strength_4', __('GUATEMALA EL FOGON', 'cafe-express') ); $strength_4_percent = get_theme_mod( 'strength_4_percent', '26' ); $strength_5_title = get_theme_mod( 'strength_5', __('MONSOON MALABAR', 'cafe-express') ); $strength_5_percent = get_theme_mod( 'strength_5_percent', '56' ); $strength_6_title = get_theme_mod( 'strength_6', __('OLD BROWN JAVA', 'cafe-express') ); $strength_6_percent = get_theme_mod( 'strength_6_percent', '17' ); $there_are_strengths = ''; ( !empty($strength_1_title) || !empty($strength_1_percent) ? $there_are_strengths='yes' : !empty($strength_2_title) || !empty($strength_2_percent) ? $there_are_strengths='yes' : !empty($strength_3_title) || !empty($strength_3_percent) ? $there_are_strengths='yes' : !empty($strength_4_title) || !empty($strength_4_percent) ? $there_are_strengths='yes' : !empty($strength_5_title) || !empty($strength_5_percent) ? $there_are_strengths='yes' : !empty($strength_6_title) || !empty($strength_6_percent) ? $there_are_strengths='yes' : $there_is_skills=''); if ( $there_are_strengths!='' ) : ?>
'; echo '

' . $strength_1_title . ' ' . $strength_1_percent . '%

'; echo '
'; echo '
'; echo '
'; echo '
'; endif; /* STRENGTH TWO */ if(!empty($strength_2_title) && !empty($strength_2_percent)): echo '
'; echo '

' . $strength_2_title . ' ' . $strength_2_percent . '%

'; echo '
'; echo '
'; echo '
'; echo '
'; endif; /* STRENGTH THREE */ if(!empty($strength_3_title) && !empty($strength_3_percent)): echo '
'; echo '

' . $strength_3_title . ' ' . $strength_3_percent . '%

'; echo '
'; echo '
'; echo '
'; echo '
'; endif; /* STRENGTH FOUR */ if(!empty($strength_4_title) && !empty($strength_4_percent)): echo '
'; echo '

' . $strength_4_title . ' ' . $strength_4_percent . '%

'; echo '
'; echo '
'; echo '
'; echo '
'; endif; /* STRENGTH FIVE */ if(!empty($strength_5_title) && !empty($strength_5_percent)): echo '
'; echo '

' . $strength_5_title . ' ' . $strength_5_percent . '%

'; echo '
'; echo '
'; echo '
'; echo '
'; endif; /* STRENGTH SIX */ if(!empty($strength_6_title) && !empty($strength_6_percent)): echo '
'; echo '

' . $strength_6_title . ' ' . $strength_6_percent . '%

'; echo '
'; echo '
'; echo '
'; echo '
'; endif; ?>
'; endif; // end if $there_are_strengths ?>