Those settings in the stylesheet are the only thing that keeps them from showing - that is unless you have turned it off in admin
admin -> configuration -> layout settings -> Categories-Tabs Menu ON/OFF
or open includes/templates/comstock/common/tpl_header.php
find the following section and make sure it isn't commented out
<!--bof-optional categories tabs navigation display-->
<?php require($template->get_template_dir('tpl_modules_categories_tabs.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_categories_tabs.php'); ?>
<!--eof-optional categories tabs navigation display-->
Bookmarks