is_not_paying() ) { $session_types = array( 'Plenary' ); } $fonts = array( 'Arial, Helvetica, Sans-Serif', 'Arial Black, Gadget, Sans-Serif', 'Comic Sans MS, Textile, Cursive', 'Courier New, Courier, Monospace', 'Georgia, Times New Roman, Times, Serif', 'Impact, Charcoal, Sans-Serif', 'Lucida Console, Monaco, Monospace', 'Lucida Sans Unicode, Lucida Grande, Sans-Serif', 'Palatino Linotype, Book Antiqua, Palatino, Serif', 'Tahoma, Geneva, Sans-Serif', 'Times New Roman, Times, Serif', 'Trebuchet MS, Helvetica, Sans-Serif', 'Verdana, Geneva, Sans-Serif', 'MS Sans Serif, Geneva, Sans-Serif', 'MS Serif, New York, Serif' ); $html = ''; $html .= '
'; $html .= '

' . __( 'Agenda Styling', 'agandapress' ) . '

'; foreach ( $session_types as $key => $session_type ) { $session_type_as_id = str_replace( ' ', '_', strtolower( $session_type ) ); $html .= '
'; $html .= '

' . __( 'Session Type 0', 'agandapress' ) . '' . ((int) $key + 1) . ' :

'; $html .= '
'; $html .= '
'; $html .= '
'; $html .= '
'; $html .= '
'; $html .= '

' . __( 'Title Styling ', 'agandapress' ) . '

'; $html .= '
' . __( 'Title Font', 'agandapress' ) . '
' . __( 'Title Font Size', 'agandapress' ) . '
' . __( 'Title Font Color', 'agandapress' ) . '
' . __( 'Title Font Aligenment', 'agandapress' ) . '
check_rc_value( 'left', $style[$session_type_as_id]['title']['font_aligenment'] ) . ' type="radio" value="left" name="gt[style][' . $session_type_as_id . '][title][font_aligenment]" id="gt[style][' . $session_type_as_id . '][title][font_aligenment][left]"> check_rc_value( 'center', $style[$session_type_as_id]['title']['font_aligenment'] ) . ' type="radio" value="center" name="gt[style][' . $session_type_as_id . '][title][font_aligenment]" id="gt[style][' . $session_type_as_id . '][title][font_aligenment][center]">
' . __( 'Title Font Style', 'agandapress' ) . '
check_rc_value( 'bold', $style[$session_type_as_id]['title']['font_style']['bold'] ) . ' type="checkbox" value="bold" name="gt[style][' . $session_type_as_id . '][title][font_style][bold]" id="gt[style][' . $session_type_as_id . '][title][font_style][bold]"> check_rc_value( 'italic', $style[$session_type_as_id]['title']['font_style']['italic'] ) . ' type="checkbox" value="italic" name="gt[style][' . $session_type_as_id . '][title][font_style][italic]" id="gt[style][' . $session_type_as_id . '][title][font_style][italic]"> check_rc_value( 'underline', $style[$session_type_as_id]['title']['font_style']['underline'] ) . ' type="checkbox" value="underline" name="gt[style][' . $session_type_as_id . '][title][font_style][underline]" id="gt[style][' . $session_type_as_id . '][title][font_style][underline]">
' . __( 'Heading', 'agandapress' ) . '
'; $html .= '
'; $html .= '
'; $html .= '
'; $html .= '
'; $html .= '

' . __( 'Agenda Container Styling (Table)', 'agandapress' ) . '

'; $html .= '
' . __( 'Background Color', 'agandapress' ) . '
' . __( 'Border Line Style', 'agandapress' ) . '
' . __( 'Border Line Width', 'agandapress' ) . '
' . __( 'Border Line Color', 'agandapress' ) . '
' . __( 'Background Image', 'agandapress' ) . '
' . __( 'Padding', 'agandapress' ) . '
' . __( 'Margin', 'agandapress' ) . '
'; $html .= '
'; $html .= '
'; $html .= '
'; $html .= '
'; $html .= '

' . __( 'Secission Container Styling (Cell) ', 'agandapress' ) . '

'; $html .= '
' . __( 'Background Color', 'agandapress' ) . '
' . __( 'Border Line Style', 'agandapress' ) . '
' . __( 'Border Line Width', 'agandapress' ) . '
' . __( 'Border Line Color', 'agandapress' ) . '
' . __( 'Padding', 'agandapress' ) . '
' . __( 'Margin', 'agandapress' ) . '
'; $html .= '
'; $html .= '
'; $html .= '
'; $html .= '
'; $html .= '

' . __( 'Speaker Styling ', 'agandapress' ) . '

'; $html .= '
' . __( 'Speaker Show/Hide', 'agandapress' ) . ' check_rc_value( 'on', $style[$session_type_as_id]['speaker']['show'] ) . '>
' . __( 'Speaker Image', 'agandapress' ) . ' check_rc_value( 'on', $style[$session_type_as_id]['speaker']['image'] ) . '>
' . __( 'Speaker Name Font', 'agandapress' ) . '
' . __( 'Speaker Name Font Size', 'agandapress' ) . '
' . __( 'Speaker Name Font Color', 'agandapress' ) . '
' . __( 'Speaker Font Aligenment', 'agandapress' ) . '
check_rc_value( 'left', $style[$session_type_as_id]['speaker']['font_aligenment'] ) . ' type="radio" value="left" name="gt[style][' . $session_type_as_id . '][speaker][font_aligenment]" id="gt[style][' . $session_type_as_id . '][speaker][font_aligenment][left]"> check_rc_value( 'center', $style[$session_type_as_id]['speaker']['font_aligenment'] ) . ' type="radio" value="center" name="gt[style][' . $session_type_as_id . '][speaker][font_aligenment]" id="gt[style][' . $session_type_as_id . '][speaker][font_aligenment][center]"> check_rc_value( 'right', $style[$session_type_as_id]['speaker']['font_aligenment'] ) . ' type="radio" value="right" name="gt[style][' . $session_type_as_id . '][speaker][font_aligenment]" id="gt[style][' . $session_type_as_id . '][speaker][font_aligenment][right]">
' . __( 'Speaker Font Style', 'agandapress' ) . '
check_rc_value( 'bold', $style[$session_type_as_id]['speaker']['font_style']['bold'] ) . ' type="checkbox" value="bold" name="gt[style][' . $session_type_as_id . '][speaker][font_style][bold]" id="gt[style][' . $session_type_as_id . '][speaker][font_style][bold]"> check_rc_value( 'italic', $style[$session_type_as_id]['speaker']['font_style']['italic'] ) . ' type="checkbox" value="italic" name="gt[style][' . $session_type_as_id . '][speaker][font_style][italic]" id="gt[style][' . $session_type_as_id . '][speaker][font_style][italic]"> check_rc_value( 'underline', $style[$session_type_as_id]['speaker']['font_style']['underline'] ) . ' type="checkbox" value="underline" name="gt[style][' . $session_type_as_id . '][speaker][font_style][underline]" id="gt[style][' . $session_type_as_id . '][speaker][font_style][underline]">
' . __( 'Speaker Profile Link', 'agandapress' ) . ' check_rc_value( 'on', $style[$session_type_as_id]['speaker']['profile_link'] ) . '>
'; $html .= '
'; $html .= '
'; $html .= '
'; $html .= '
'; $html .= '

' . __( 'Venue Styling ', 'agandapress' ) . '

'; $html .= '
' . __( 'Venue Show/Hide', 'agandapress' ) . ' check_rc_value( 'on', $style[$session_type_as_id]['venue']['show'] ) . '>
' . __( 'Venue Image', 'agandapress' ) . ' check_rc_value( 'on', $style[$session_type_as_id]['venue']['image'] ) . '>
' . __( 'Venue Font', 'agandapress' ) . '
' . __( 'Venue Font Size', 'agandapress' ) . '
' . __( 'Venue Font Color', 'agandapress' ) . '
' . __( 'Venue Font Aligenment', 'agandapress' ) . '
check_rc_value( 'left', $style[$session_type_as_id]['venue']['font_aligenment'] ) . ' type="radio" value="left" name="gt[style][' . $session_type_as_id . '][venue][font_aligenment]" id="gt[style][' . $session_type_as_id . '][venue][font_aligenment][left]"> check_rc_value( 'center', $style[$session_type_as_id]['venue']['font_aligenment'] ) . ' type="radio" value="center" name="gt[style][' . $session_type_as_id . '][venue][font_aligenment]" id="gt[style][' . $session_type_as_id . '][venue][font_aligenment][center]"> check_rc_value( 'right', $style[$session_type_as_id]['venue']['font_aligenment'] ) . ' type="radio" value="right" name="gt[style][' . $session_type_as_id . '][venue][font_aligenment]" id="gt[style][' . $session_type_as_id . '][venue][font_aligenment][right]">
' . __( 'Venue Font Style', 'agandapress' ) . '
check_rc_value( 'bold', $style[$session_type_as_id]['venue']['font_style']['bold'] ) . ' type="checkbox" value="bold" name="gt[style][' . $session_type_as_id . '][venue][font_style][bold]" id="gt[style][' . $session_type_as_id . '][venue][font_style][bold]"> check_rc_value( 'italic', $style[$session_type_as_id]['venue']['font_style']['italic'] ) . ' type="checkbox" value="italic" name="gt[style][' . $session_type_as_id . '][venue][font_style][italic]" id="gt[style][' . $session_type_as_id . '][venue][font_style][italic]"> check_rc_value( 'underline', $style[$session_type_as_id]['venue']['font_style']['underline'] ) . ' type="checkbox" value="underline" name="gt[style][' . $session_type_as_id . '][venue][font_style][underline]" id="gt[style][' . $session_type_as_id . '][venue][font_style][underline]">
' . __( 'Venue Details Link', 'agandapress' ) . ' check_rc_value( 'on', $style[$session_type_as_id]['venue']['details_link'] ) . '>
'; $html .= '
'; $html .= '
'; $html .= '
'; $html .= '
'; $html .= '

' . __( 'Organization Styling ', 'agandapress' ) . '

'; $html .= '
' . __( 'Organization Show/Hide', 'agandapress' ) . ' check_rc_value( 'on', $style[$session_type_as_id]['organization']['show'] ) . '>
' . __( 'Organization Image', 'agandapress' ) . ' check_rc_value( 'on', $style[$session_type_as_id]['organization']['image'] ) . '>
' . __( 'Organization Font', 'agandapress' ) . '
' . __( 'Organization Font Size', 'agandapress' ) . '
' . __( 'Organization Font Color', 'agandapress' ) . '
' . __( 'Organization Font Aligenment', 'agandapress' ) . '
check_rc_value( 'left', $style[$session_type_as_id]['organization']['font_aligenment'] ) . ' type="radio" value="left" name="gt[style][' . $session_type_as_id . '][organization][font_aligenment]" id="gt[style][' . $session_type_as_id . '][organization][font_aligenment][left]"> check_rc_value( 'center', $style[$session_type_as_id]['organization']['font_aligenment'] ) . ' type="radio" value="center" name="gt[style][' . $session_type_as_id . '][organization][font_aligenment]" id="gt[style][' . $session_type_as_id . '][organization][font_aligenment][center]"> check_rc_value( 'right', $style[$session_type_as_id]['organization']['font_aligenment'] ) . ' type="radio" value="right" name="gt[style][' . $session_type_as_id . '][organization][font_aligenment]" id="gt[style][' . $session_type_as_id . '][organization][font_aligenment][right]">
' . __( 'Organization Font Style', 'agandapress' ) . '
check_rc_value( 'bold', $style[$session_type_as_id]['organization']['font_style']['bold'] ) . ' type="checkbox" value="bold" name="gt[style][' . $session_type_as_id . '][organization][font_style][bold]" id="gt[style][' . $session_type_as_id . '][organization][font_style][bold]"> check_rc_value( 'italic', $style[$session_type_as_id]['organization']['font_style']['italic'] ) . ' type="checkbox" value="italic" name="gt[style][' . $session_type_as_id . '][organization][font_style][italic]" id="gt[style][' . $session_type_as_id . '][organization][font_style][italic]"> check_rc_value( 'underline', $style[$session_type_as_id]['organization']['font_style']['underline'] ) . ' type="checkbox" value="underline" name="gt[style][' . $session_type_as_id . '][organization][font_style][underline]" id="gt[style][' . $session_type_as_id . '][organization][font_style][underline]">
' . __( 'Organization Profile Link', 'agandapress' ) . ' check_rc_value( 'on', $style[$session_type_as_id]['organization']['profile_link'] ) . '>
'; $html .= '
'; $html .= '
'; $html .= '
'; $html .= '
'; $html .= '
'; $html .= '
'; } $html .= '
'; echo $html ;