adamholz
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Nextgen gallery thumbnail images not being createdImageMagick produced a number of new errors for me.
I removed everything from my functions.php file and still got the same issue. It seems that as long as the functions.php file exists, the “edit thumb” screen does not show the image and allow cropping. More info here:
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Nextgen gallery thumbnail images not being createdHi dotherightthing… Can you give some info on the functions.php custom nav function that you found to be related to this problem? Thanks!
<?php echo do_shortcode(‘[normal nextgen gallery shortcode goes here]’); ?>
I use this a lot with the album shortcode and it works fine.
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] PHP to use Nextgen in ThemesYou can look in nggfunctions.php to identify all the NextGen functions, see the parameters used, and try calling them in your php files. you can also use <?php echo do_shortcode(‘[album=1 template=compact]’); ?>
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Can’t generate thumbnailsSimilar issue using WP 2.8 and NextGen
Using my custom theme, I get the following error message when uploading images:
ID 1: A failure occurred
[more]
1The images are uploaded but the “Edit thumb” link does not display the image and does not work. Occasionally, the image is uploaded to the “gallery” dir but the thumb is not created and the image is not listed in the gallery.
If I switch to the default theme, everything works perfectly.
I have tried uninstall/reinstall, increasing PHP memory limit, deleting all plugins, etc. and the above two situations stay the same.
Does anyone know why the theme would affect the uploading process and thumbnail editing?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Nextgen gallery thumbnail images not being createdExploring the same issue now but have not identified the problem yet. Try switching to the default theme to get thumbnails created and edit thumbs temporarily. I’m not sure why the theme would affect this functionality but hoping to track it down soon or maybe someone out there can shed some light.