Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter rw79

    (@rw79)

    SOLVED: resetting Gallery’s settings to the default solved problem.

    Thread Starter rw79

    (@rw79)

    Ok, now I know ?? -> after getting API key for stats you must log in to your account on wordpress.com and in profile select desired language.

    > Pls remember to use my workaround regarding IE album & gallery vertical
    > alignment problem (8 posts up) as well.
    Update: problem is solved in NextGEN Gallery version 1.5.5, so no workaround is needed. Pls upgrade!

    Changelog:
    
    V1.5.5 - 14.06.2010
        * Bugfix : Compat issue for post thumbnails with WP2.9

    Hi yorgict,

    I have the same problem as you, don’t know problem source, but I found really easy workaround –
    just create thumbs by yourself on local pc (on linux you can use command: “convert -resize 200×150 *.jpg” for batch process) and then upload them to nextgen gallery thumbs directory. Don’t forget that thumbnails must have name “thumbs_ORYGINAL-PICTURE-NAME.jpg”.

    If that will not work try add to database (I suggests use phpmyadmin) following fix:
    wp_ngg_pictures -> find via “pid” picture (you can see this parameter at gallery control panel) for with thumb was loaded and click “edit” -> find “meta_data” options and replace last line to ths: {s:5:”width”;i:200;s:6:”height”;i:150;}

    Roll-back chmod settings for all pictures to 664 (or 644)

    For all who have problems with thumbnail center change, I uploaded my working css file which you can easily use. BUT it’s version with shadow effect (not default!), it means you must activate this style in nextgen gallery style options.

    https://www.sendspace.com/file/nnky4h

    Pls remember to use my workaround regarding IE album & gallery vertical alignment problem (8 posts up) as well.

    elizabethmorrison – you can freely add to your “style-ie.css” file, content which I mentioned for ie.css ??

    rw79

    (@rw79)

    Hi Guys,

    regarding IE album & gallery vertical alignment problem, here is my workaround:

    you must add to your template header.php in head section, this line:

    <!--[if IE]>
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/ie.css" type="text/css" media="screen" />
    <![endif]-->

    next, in template directory make ie.css file with content:

    .ngg-gallery-thumbnail-box{
     float: left;
    }
    .ngg-album-compact{
     float: left;
    }

    In IE all thumb will be aligned to left (there is problem with centered pic – dunno why), but this is better than one big vertical column. In FF & Opera there will be no changes.

    rw79

    (@rw79)

    Hi,

    first of all – great plug-in!!!

    Now my problem ??
    I want to make anonymous contact form for unregistered users, that why I must disable in form NAME and EMAIL ADDREESS fields – how can I do this?

    Thanks!

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