I'm using Bootstrap in a Wordpress theme and I need to support IE8
I need to load respond.js in wordpress so I can support IE8
I can't get respond.js to load correctly.
I've tired:
A respond.js plugin - https://wordpress.org/plugins/respondjs/
Using wp_enqueue_script to add resond.js and
Adding the respond.js inline in the html.
Has anyone added respond.js to wordpress, what is the best way to do it.