Hi Phil,
Thank you for this. I did this along with following the instructions from the below to install:
http://marcoghislanzoni.com/blog/2013/10/25/adding-bootstrap-3-0-support-to-your-wordpress-theme/
And for some reason, it’s still not picking up the CSS/JS. I placed the code given in the link above within my funcstions.php and also placed the files in the appropriate css/js folders.
Is there something I’m missing?
I really appreciate all your help so far and I feel like we’re close to figuring this out.
Anthony
Hi,
I just confirmed with the developer of the theme that it isn’t built with the frame work. This is what he suggested:
Hi there, well the plugin does not load bootstrap library. So you will need to download the appropriate js file from the http://getbootstrap.com/ and paste it in your /js/ folder then open functions.php file and paste
wp_enqueue_script( 'bootstrap-script', get_stylesheet_directory_uri() . '/js/bootstrap.js', array( 'jquery' ) );
after this
wp_enqueue_script( 'modernizr' );
Not sure which js file I need…appreciate any help!