@busclass
Thank you
1) When you edit page (static) in osclass oc-admin, mark page with "Show a page in footer". This will add page to header
2) By default, you can show up to 8 categories in footer. Those are automatically shown there. If you want to show more categories, go to footer.php located in theme folder and find this line:
<?php while(osc_has_categories() and $c <= 8) { ?>
and change it to:
<?php while(osc_has_categories() and $c <= 10) { ?>
To show 10 categories.