@nvg – How many images do you have in your gallery ID 1?
Thanks!
– Cais.
Thread Starter
nvg
(@nvg)
13 images
All the rest are about the same, no big quantities.
Thanks….
Thread Starter
nvg
(@nvg)
Also just when I was in there noticing that no images are actually showing up on the admin, just the front end. Not just talking about the thumbnails but the entire rows are missing. It shows how many is all in the admin. No errors on the front end…
@nvg – Where are you attaching to this action hook: do_action('gallery_page_nggallery-manage-gallery') as we do not actually have a hook with that specific handle.
Thanks!
– Cais.
Thread Starter
nvg
(@nvg)
Hmmm… interesting. Well we’re not doing anything with it ourselves – no custom hooks or anything – in fact on this site there’s no functions.php file in the child theme so it’s basically just the Avada theme files.
I did a couple full text searches from within the web root dir:
/home/allfuel/www]# grep -R 'gallery_page_nggallery-manage-gallery' .
=> only turns up the results in the wp-admin error_log file
/home/allfuel/www]# grep -R 'gallery_page_nggallery' .
=> only turns up the results in the wp-admin error_log file as well
and:
/home/allfuel/www]# grep -R 'manage-gallery' .
=> brings back only results from the error_log plus files from the plugin dirs:
./wp-content/plugins/nextgen-gallery/
./wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/
./wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/
./wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post
./wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/
?
@nvg – Do you see the same issues if you temporarily switch to a default WordPress Twenty series theme? Unfortunately the Avada theme has caused problems in the past for NextGEN Gallery and may be doing so again …
– Cais.
Thread Starter
nvg
(@nvg)
Hi – yes it does (see my original post above). But it is an older version of Avada. I’m paranoid to upgrade that theme because even with a child theme Avada tends to go senile when it gets upgraded. But I may have to resort to that. I just figured since I didn’t see that hook anywhere in any of the Avada files that it was the plugin itself – but I may have to back it all up and try upgrading Avada to get this resolved it looks like.
@nvg – We strongly recommend always staying up-to-date with all of your active plugins, your current theme (and as needed its parent) as well as WordPress core itself. We look to the site being current before we can really offer any assistance in most cases as well.
Thanks!
– Cais.