I have encountered the empty box problem with Wordpress 2.8 too.
I think I have found a solution. You just have to replace in the scripts/jd.gallery.js.php file each occurence of this value call :
- Code: Select all
<?=$fcg_fade_duration ?>
by
- Code: Select all
<?php echo $fcg_fade_duration; ?>
Now it works great !









