@jengreen115 – What is the specific shortcode you are using? Do you have a template set under Gallery > Gallery Settings > NextGEN Basic Compact Album? Does this template still exist on your site?
The above are good places to start with but a link to the page/post where this is happening may also be very useful.
Thanks!
– Cais.
I am using the following:
[ngg_images album_ids=0 gallery_display_type=photocrati-nextgen_basic_thumbnails display_type=photocrati-nextgen_basic_compact_album galleries_per_page=50 pagination=0]
but I’ve also tried:
[ngg_images gallery_ids=”1″ display_type=”photocrati-nextgen_basic_thumbnails”]
Nothing has changed in terms of my gallery settings or file settings. Yes I have a template set in the Gallery settings.
I unfortunately can’t provide a link as the site is still under development.
The site is hosted on Pantheon, which sometimes has weird file permission settings. However, I’m receiving this error on my local setup as well which does not have permission issues.
I guess I should note that [ngg_images gallery_ids=”1″ display_type=”photocrati-nextgen_basic_thumbnails”] DOES work. I’m mistaken there.
It’s the shortcode that I am using to display all individual available galleries that previously worked is no longer working. Perhaps this is due to an update in the plugin?
I need a shortcode that will automatically display all available galleries and doesn’t require me to alter the shortcode every time a new gallery is created.
@jengreen115 – You can use a NextGEN Legacy shortcode to display all galleries, and in most cases it will update as you add new galleries.
Give the following a try:
[album ids=0 template=compact]
Unless you are using a different default gallery display type under Gallery > Gallery Settings > NextGEN Basic Compact Album the NextGEN Basic Thumbnails will be used as the default gallery display type.
Thanks!
– Cais.
PS: If you have a template set, it must exist or you will see similar errors to what you are experiencing … if it does exist, make sure the template is being referenced correctly (sometimes it can appear as URL, this is generally not going to work).
Thank you! This is working now, however each gallery is showing on a separate page. I’d ideally like them to show as thumbnails to link to their individual galleries like they were before.
The weird thing is my code was previously working and then suddenly it wasn’t. Nothing changed on my end.
Should the templates be at “wp-content > ngg > modules” or “plugins > nextgen-gallery > products > photocrati_nextgen > modules” ?
I was able to fix this by adding galleries_per_page=50 back into the shortcode.
@jengreen115 – Thanks for the update!
– Cais.