NextGen CSS Not Working

712 Views Asked by At

I added the NextGen Gallery plugin to my wordpress installation, but for some reason the CSS is not working. You can see this here: http://cbchaverhill.onedirectionconnection.com/?page_id=678

I checked to see if CSSfor Next was being included in the header and there doesn't seem to be any additional CSS being added to my header. So I went searching for the CSS in the plugin folders to add it manually to the header... but I couldn;t find any CSS.

If anyone could advise me on this issue, it would b greatly appreciated!

EDIT: I've added and some CSS is included in the header, but the CSS thar isrequired to style the gallery is not being called.

1

There are 1 best solutions below

3
On

These plugins almost work with wordpress functions in header and footer.

did you called them ?

<?php wp_head() ?>

+

<?php wp_footer() ?>

put theme in your theme and test again. the css file should be display.