rw79
Forum Replies Created
-
SOLVED: resetting Gallery’s settings to the default solved problem.
Forum: Plugins
In reply to: [Plugin: WordPress.com Stats] TranslationsOk, 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.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] center thumbnails?> 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
Forum: Plugins
In reply to: NEXGEN GALLERY ISSUE : Error : Create Image failed. Check safe mode settiHi 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)
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] center thumbnails?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.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] center thumbnails?elizabethmorrison – you can freely add to your “style-ie.css” file, content which I mentioned for ie.css ??
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] center thumbnails?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.
Forum: Plugins
In reply to: [Plugin: Fast and Secure Contact Form] Great plugin!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!