*/ $html = ''; $html .= '
'.__('Email','blogBox').''; $html .= ' - '.__('"Settings" => "General" email is used if left blank.','blogBox').'
'; $html .= ''.__('Favicon','blogBox').''; $html .= ' - '.__('You will need to create a favicon.png image and place it in the theme root folder.','blogBox').'
'; $html .= ''.__('Post Format Icons','blogBox').''; $html .= ' - '.__('Post format icons display a different icon for each post type.','blogBox').'
'; $html .= ''.__('Captcha','blogBox').''; $html .= ' - '.__('If the Captcha is not working you need to disable it here.','blogBox'); $html .= ' '.__('You can use the captcha for the custom contact form and the WordPress comment form.','blogBox'); $html .= ' '.__('A color option for the captcha is aslo available.','blogBox'); $html .= ' '.__('Try the color caption if the black and white one is not working.','blogBox').'
'; $html .= ''.__('Disable Colorbox','blogBox').''; $html .= ' - '.__('Color box is used to display images and galleries.','blogBox'); $html .= ' '.__('If you are using a plugin for this you can disable Colorbox here.','blogBox').'
'; $html .= ''.__('Disable fitvids','blogBox').''; $html .= ' - '.__('The fitvids plugin allows video to be responsive.','blogBox'); $html .= ' '.__('If there are problems with the plugin you can disable it here','blogBox').'
'; $html .= ''.__('Include mobile design','blogBox').''; $html .= ' - '.__('Uncheck this box if you do not want your site to be responsive.','blogBox').'
'; $html .= ''.__('Disable audio.js plugin','blogBox').''; $html .= ' - '.__('Uncheck this box if you are using a separate audio player plugin.','blogBox').'
'; $html .= ''.__('Use full width banner','blogBox').''; $html .= ' - '.__('Check this if you loaded a full width banner in "Appearance"=>"Header"','blogBox').'
'; $html .= ''.__('Show Blog Title','blogBox').''; $html .= ' - '.__('Check this if you want to show the title under "Settings"=>"General"','blogBox').'
'; $html .= ''.__('Show Blog Description','blogBox').''; $html .= ' - '.__('This is the Tagline under "Settings" => "General"','blogBox').'
'; $html .= ''.__('Show Social Strip','blogBox').''; $html .= ' - '.__('If you want a social strip included in the header, check this.','blogBox').'
'; $html .= ''.__('Copyright','blogBox').''; $html .= ' - '.__('The copyright section is a strip at the bottom of the footer that accepts html.','blogBox').' '; $html .= __('Typically the copyright notice is on the left, a developer credit in the middle, and a siteplan link is on the right.','blogBox').'
'; $html .= ''.__('Input yout social links here. Social links are added by using the social links widget.','blogBox').'
'; return $html; ?>