• Resolved fleka.giuseppe

    (@flekagiuseppe)


    I hope this will help someone else with the same problem (tested on versions 1.9.12 and 1.9.13):

    when uploading new images to galleries, the thumbnails were not created automatically.

    I found out that the problem was in the admin/functions.php page where the jQuery(document).ready() method didn’t have time to fire, because the page was redirecting to itself too fast.

    To solve this I edited the action value of the forms from the admin/addgallery.php page, removing <?php echo $this->filepath; ?> and leaving only #actionname (for example action=”#uploadimage”, action=”#zipupload”, action=”#importfolder”).

    http://ww.wp.xz.cn/extend/plugins/nextgen-gallery/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor photocrati

    (@photocrati)

    Thanks for taking the time to post this.

    Thread Starter fleka.giuseppe

    (@flekagiuseppe)

    Do you think you can include this in your next update?

    fneurieser

    (@fneurieser)

    Hello,

    can you please tell me on which line number you did the change?

    Thread Starter fleka.giuseppe

    (@flekagiuseppe)

    Hello.
    In the “/admin/addgallery.php” page, I had to change all the action=”” values of the 3 forms (uploadimage, zipupload and importfolder). They should be on lines 421, 463 and 487.

    fneurieser

    (@fneurieser)

    Ok,
    thanks a lot for your assist.

    kind regards
    Franz

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Problem solved: "automatic" generation of thumbnails’ is closed to new replies.