No matter what I do, I can't seem to get the NextGen plugin check to work. The plugin used to work but now won't load at all. I get this error on the plugin check:
Check theme compatibility Missing the call to in your theme
I have looked on the net and came up with this thread:
And added the:
Add
<?php wp_head(); ?>to your "header.php" right before</head>Add
<?php wp_footer(); ?>to your "footer.php" right before</body>
as it stated in the thread. However, the plugin check still gives the error above (and consequently will not work -- it won't work anywhere on the site).
Does anyone have any suggestions on what to try next? The site I am supporting is http://cdnsba.org/ and you can see a big white space on the front left where the slideshow used to work perfectly.
I have a hunch that something is clashing with jQuery since it looks like the "Featured" section on the right doesn't scroll anymore either...
Thanks!
-Adam