marcopolo
Member
Posted 2 weeks ago #
Hi,
NextGen performed well on my local server, but is dropping its stylesheet on my production server. For some reason the link to http://sitename.com/wp-content/plugins/nextgen-gallery/css/nggallery.css?ver=1.0.0 is NOT being added to the page header.
Otherwise, the unstyled plugin (in Thickbox mode) performs fine.
So far I've spent three days on this problem without finding an answer. Any help would be appreciated.
-- Marco
Look for wp_head() in your theme files (compare the default theme)
jennsweb
Member
Posted 1 week ago #
I think I am experiencing a related issue. I am trying to use Nextgen for a custom template theme and when I set the template for the pages using NGG to any other template than the one for the site's blog section (which needs to have a different header) the gallery appears but the images don't "work" as links to a viewer. How does Nextgen know which header template to load the JavaScript in? Is there a way to change it?
Thanks for a great plugin! This issue is actually giving me a good lesson on how NGG actually works.