What i found so far is that wppa searches and find the 12 photos that it should display.
Fragment of debug info when you try this url:
https://southeasttexaswater.com/home/our-family/?wppa-occur=1&wppa-cover=0&wppa-album=1&debug
[WPPA+ dbg msg: Get_thumbs entered, mocc = 1, Start_album=1, Cover=0]
[WPPA+ dbg msg: Startalbum = 1]
[WPPA+ dbg msg: SELECT * FROM <code>wp_wppa_photos</code> WHERE ( ( <code>status</code> <> 'pending' AND <code>status</code> <> 'scheduled' AND <code>status</code> <> 'private' ) OR <code>owner</code> = '77.167.183.239' ) AND <code>album</code> = 1 ORDER BY p_order]
[WPPA+ dbg msg: Get thumbs query took 0.0016748905181885 seconds. Found: 12 items. Mem used=47 Mb.]
For some reason that i do not know yet, the entire content of the page – probably including the thumbnail display – does not show up. You can see that because also the text ‘Staff Photos and Contact Information.’ is missing.
You can activate another type of debugging:
put in wp-config.php near the top:
define('WP_DEBUG', true);
This will cause any php ( server ) error to be displayed, except uncatcheable errors like memory exhausted.
An alternative is to install plugin Query Monitor
This will also report any php notices, but only to the admin, not to me.
I would like to find the cause of your problem, as it is serious and i have never seen this before.
Maybe it is just a failed installation. To test this, simply de-activate and delete the plugin, and install again, from the plugins admin page, as if it is a new plugin. You will loose no data or settings.
If still no luck, you have the following options to try:
– test it with another theme activated ( to see if it is a theme specific issue )
– test it with all other plugins de-activated ( to see if it is a conflict with an other plugin )
– Run Table VIII-A2: Backup settings, and mail me the file …/wp-content/wppa-depot/{username}/settings.bak so i can inspect all your wppa settings
You can mail me at opajaap at opajaap dot nl
So far, i really have no idea; all the options i give you are unlikely, but this must be found…