same as the above answer:
Edit home_page_settings.php about line 58:
find: <?php wp_nonce_field(‘webriti_customization_nonce_gernalsetting’,’webriti_gernalsetting_nonce_customization’); ?>
and add just under it the code below:
<div class=”section”>
<h3><?php _e(‘Enable Quick start’,’health’); ?></h3>
<input type=”checkbox” <?php if($current_options[‘front_page’]==’on’) echo “checked=’checked'”; ?> id=”front_page” name=”front_page” > <span class=”explain”><?php _e(‘Enable Quick Start as front page.’,’health’); ?></span>
</div>
this will put the check box in the quick start menu.
Would be nice to receive this kind of answers from the developers.
Anyway, great theme! thanks