[Theme: FoundationPress] Plugin JS not loading
-
Hi,
I am building a child theme of FoundationPress (https://github.com/olefredrik/FoundationPress) including a number of plugins.
My problem is that none of the JavaScript files provided by plugins are being loaded. I checked this in Chrome’s dev tools – the only scripts showing up in the Resources tab are those called by FoundationPress.
The same issue occurs when using FoundationPress (instead of the child theme), but not with TwentyFourteen, so the issue looks to be the theme. I have also tried deactivating all plugins and reactivating one at a time, but none work even if they are the only one.
wp_head() is in place in header.php, just before the closing </head> tag.
Any suggestions greatly appreciated!
The topic ‘[Theme: FoundationPress] Plugin JS not loading’ is closed to new replies.