0?12/$columns:4; if( !isset($section_content) || $section_content=="" ) $section_content = onetone_option( 'sction_content_'.$i ); $section_id = sanitize_title( onetone_option( 'menu_slug_'.$i ,'section-'.($i+1) ) ); if( $section_id == '' ) $section_id = 'section-'.($i+1); $container_class = "container"; if( $full_width == "yes" ){ $container_class = ""; } if( $parallax_scrolling == "yes" || $parallax_scrolling == "1" ){ $section_css_class .= ' onetone-parallax'; } ?>

'; if( $description != '' ){ $testimonial_item .= '
'.do_shortcode($description).'
'.$avatar.'

'.$name.'

'.$byline.'
'; $m++; if( $m % $columns == 0 && $m>0 ){ $testimonial_str .= '
'.$testimonial_item.'
'; $testimonial_item = ''; } } } if( $testimonial_item != '' ){ $testimonial_str .= '
'.$testimonial_item.'
'; } echo $testimonial_str; ?>