getlouder
Member
Posted 1 year ago #
This has been going on for the past 2 months, out of the blue. I can't for the life of me figure out why an album page won't load the gallery images. This is what I mean:
http://www.cartrunk.net/photos/
That pulls album id 1. When you click to view a gallery, the page loads properly- but the thumbnails and images fail to appear. I have tried everything up to (and including) deleting and reinstalling the plugin.
Any help would be GREATLY appreciated.
http://wordpress.org/extend/plugins/nextgen-gallery/
damainman
Member
Posted 1 year ago #
gutierrezalex
Member
Posted 1 year ago #
Do you have <?php wp_head(); ?> inside the <head> tag?
SnapDiddly
Member
Posted 1 year ago #
@damainman
What needs to be adjusted in that code snippet? In these lines:
<?php if(isset($_GET['album']) && isset($_GET['gallery'])) { ?>
<?php echo do_shortcode('[nggallery id='.$_GET['gallery'].' ]'); ?>
Do you replace the album/gallery with the names of the gallery/album you want? Do you replace ', from the id='. ?
Marcus Thompson
Member
Posted 1 year ago #
I have the same problem. I only have one gallery on one page and it fails to load .
The gallery page has this shortcode:
[nggallery id=1]
However it still refused to load the gallery. This has worked in the past but has just recently stopped working.
damainman
Member
Posted 1 year ago #
@SnapDiddly
None of that code needs to be adjusted from the snippet. If you are having the issue based on albums showing but then having a blank page show when clicking on galleries in the album. The snippet I pasted is exactly what I am using to make mine work.
When clicking on a gallery in an album, it passes the proper gallery values to the url. The code I pasted, grabs the values from the url to properly show the correct gallery and gallery page.
SnapDiddly
Member
Posted 1 year ago #
@ damainman
Thanks for writing back, and also sorry, because I guess I wasn't reading closely enough. My problem is not with a blank page after selecting an album, but with a slideshow not showing up after the shortcode is added to the page. It appears to load, but then is blank. Do you know anything about that?