Forums

NextGEN Gallery
[resolved] thumbnail editing failure (10 posts)

  1. studioindygo
    Member
    Posted 9 months ago #

    Hi there,
    first of all I love nextgen gallery, many thanks to Alex for sharing.

    when I was uploading new gallery I've noticed a problem with thumbnails edit section. I can't get to the customize thumbs function.
    it does not let me get in, not showing any message, just upload wheel icon going round and round...

    however gallery creates thumbnails as you can see it when posted but the size is random and photos display in random places, no line order, just all over the page.

    old galleries display properly, accordingly to previous settings but can't access thumbs edit either.

    deactivated all plugins, I'm using slidedeck for home page banner but it did not change a thing.

    memory limit is not a problem I think, checked that already, besides thumbnails generate but randomly.
    did not change any settings in WP, nextgen or theme panels.

    i'm wondering what the issue is?
    anybody seen that before? any clue?

    cheers

    mag

    http://wordpress.org/extend/plugins/nextgen-gallery/

  2. justpurple
    Member
    Posted 9 months ago #

    I have this same problem, Any ideas?

  3. magicalmadge
    Member
    Posted 9 months ago #

    I love the nextgen-gallery.

    I cannot edit my thumbnails... the area on the left of the dialogue box that open when I select "Edit Thumbnail" is grayed out. This is only a problem for Portrait photographs.

    Please advise.

    Here is a link to a page with two galleries on it.
    http://www.deltabohemian.com/scenes-clarksdale-sunflower-river-blues-festival/

    Madge

  4. kriskringle
    Member
    Posted 8 months ago #

    Same problem since the last update. I guess the old rule still applies: If it ain't broke...
    Just have to figure out how to go back a version...

  5. rasta74
    Member
    Posted 8 months ago #

    Hi, I resolve that problems by simply replace comma with dot.

    file: edit-thumbnail.php

    line: 112
    -data:  {x: xT, y: yT, w: wT, h: hT, action: 'createNewThumb', id: <?php echo $id; ?>, rr: <?php echo $rr; ?>},
    +data:  {x: xT, y: yT, w: wT, h: hT, action: 'createNewThumb', id: <?php echo $id; ?>, rr: <?php echo str_replace (',','.',$rr) ; ?>},
    
    line: 167
    -aspectRatio: <?php echo round($WidthHtmlPrev/$HeightHtmlPrev, 3) ; ?>
    +aspectRatio: <?php echo str_replace (',','.',round($WidthHtmlPrev/$HeightHtmlPrev, 3)) ; ?>
  6. Alex Rabe
    Member
    Posted 8 months ago #

    in which PHP version does round() return a comma instead a dot ?
    Is this controlled via a php setting ?

  7. prince.khaled
    Member
    Posted 8 months ago #

    This problem only appear in IE not firefox

  8. Alex Rabe
    Member
    Posted 8 months ago #

  9. rasta74
    Member
    Posted 7 months ago #

    Alex it's a problem with locale settings other than English, look here: http://www.php.net/manual/en/function.round.php#80375

  10. Alex Rabe
    Member
    Posted 7 months ago #

    Thanks good point, will fix that !

Reply

You must log in to post.

About this Plugin

About this Topic

Tags

No tags yet.