__('Basic Options', 'business-card'),
'type' => 'heading');
$options[] = array(
'name' => __('Premium Features', 'business-card'),
'desc' => __('
- Upload Logo
- Slider (enable/disable title & description)
- Testimonials
- Google Fonts
- Color Picker
- Opening Hours
- Jet Pack
- Gallery
- 1-4 Columns Widgetized Footer Sidebar
Update to Premium
'),
'type' => 'info');
$options[] = array(
'name' => __('Favicon Upload', 'business-card'),
'desc' => __('Upload Your Favicon icon here. Please upload a 16x16 icon.', 'business-card'),
'id' => 'favicon_upload',
'type' => 'upload');
$options[] = array(
'name' => __('Under Header Sidebar Background', 'business-card'),
'desc' => __('By default is #ffffff(white).', 'business-card'),
'id' => 'under_header_sidebar_color',
'std' => '#ffffff',
'type' => 'color' );
$options[] = array(
'name' => __('Under Header Sidebar Color', 'business-card'),
'desc' => __('By default is #000000(black).', 'business-card'),
'id' => 'under_header_sidebar_font_color',
'std' => '#000000',
'type' => 'color' );
$options[] = array(
'name' => __('Disable all featured images', 'business-card'),
'desc' => __('Disable all featured images from pages and posts at once.', 'business-card'),
'id' => 'disabled_featured_image',
'std' => 'no',
'type' => 'radio',
'options' => array('no'=>__('No','business-card'),
'yes'=>__('Yes','business-card')
));
$options[] = array(
'name' => __('Footer Sidebars', 'business-card'),
'desc' => __('Select Footer Sidebars Number.', 'business-card'),
'id' => 'footer_sidebars_number',
'std' => '1',
'type' => 'radio',
'options' => array('1'=>__('1','business-card'),
'2'=>__('2','business-card')
));
return $options;
}