Make sure your theme's header.php file has <?php wp_head(); ?> somewhere inside of the <head>, otherwise the CSS files won't be loaded.
Make sure your theme's footer.php file has <?php wp_footer(); ?> somewhere inside of it, otherwise the Javascript files won't be loaded.




