Enqueue Jquery & Use Bootstrap
- This topic has 1 reply, 2 voices, and was last updated 8 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Hello Everyone!
I’m trying to enable jQuery as well as Bootstrap on my cBox Child Theme. I’m hoping to customize the theme to use Bootstrap. I have edited my config.ini file to include the following:
<script src=”https://gist.github.com/seanmcardwell/225487db847d17341e435086748d02ed.js”></script>
The files are in the right place but nothing is happening. I don’t know how to troubleshoot / see what the error is. Hopefully, if I can get these scripts loaded I’ll be further able to customize my site.
Hi Sean,
If you need to enqueue scripts and CSS files from Bootstrap, look into how WordPress does it:
https://developer.wordpress.org/themes/basics/including-css-javascript/
You would include these calls in your child theme’s functions.php
.
Personally, if you need to enqueue Bootstrap, I would create a new theme entirely or use an existing WordPress theme that uses Bootstrap as a base.