*/ $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 .= ''.__('Exclude Mystery Gravatar','blogBox').''; $html .= ' - '.__('Click if you do not want the mystery gravatar in the comments section','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 .= ''.__('Blog Layout Option','blogBox').''; $html .= ' - '.__('Select the layout option for your blog','blogBox').'
'; $html .= ''.__('Exclude timestamp in posts','blogBox').''; $html .= ' - '.__('Click if you do not want a timestamp listed with each post.','blogBox').'
'; $html .= ''.__('Exclude author in posts','blogBox').''; $html .= ' - '.__('Click if you do not want the author listed with each post.','blogBox').'
'; $html .= ''.__('Exclude categories in posts','blogBox').''; $html .= ' - '.__('Click if you do not want the categories listed with each post.','blogBox').'
'; $html .= ''.__('Exclude tags in posts','blogBox').''; $html .= ' - '.__('Click if you do not want the tags listed with each post.','blogBox').'
'; $html .= ''.__('Use fullwidth for single post','blogBox').''; $html .= ' - '.__('Click this. if you are using a full width blog and want the single post displayed full width.','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 .= ''.__('Header menu location','blogBox').''; $html .= ' - '.__('Select left, right, or center.','blogBox').'
'; $html .= ''.__('Menu border options','blogBox').''; $html .= ' - '.__('Select no border, full border or menu only which can be used only for centered menus.','blogBox').'
'; $html .= ''.__('Show Footer','blogBox').''; $html .= ' - '.__('This box allows you to include or exclude the footer.','blogBox').' '; $html .= '
'.__('Footer Columns','blogBox').''; $html .= ' - '.__('You can have a 3 column or a 4 column footer.','blogBox').' '; $html .= '
'.__('Show Copyright Strip','blogBox').''; $html .= ' - '.__('This box allows you to include or exclude the copyright strip.','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; ?>