0?12/$columns:3; 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'; } ?>

'.$name.'
'; else $image = ''; $icons = ''; for( $k=0;$k<4;$k++){ $icon = str_replace('fa-','',esc_attr(onetone_option('section_icon_'.$i.'_'.$j.'_'.$k))); $link = esc_url(onetone_option('section_icon_link_'.$i.'_'.$j.'_'.$k)); if( $icon != '' ){ $icons .= '
  • '; } } $team_item .= '
    '.$image.'

    '.$name.'

    '.$byline.'

    '.do_shortcode($description).'

      '.$icons.'
    '; $m = $j+1; if( $m % $columns == 0 ){ $team_str .= '
    '.$team_item.'
    '; $team_item = ''; } endif; } if( $team_item != '' ){ $team_str .= '
    '.$team_item.'
    '; } echo $team_str; ?>