flydef
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Online Key GeneratorUh, the online key generator for wp-config.php.
If you look closely, the URL for the link is within wp-config.php
It’s:
On your theme have you tried adjusting the margin for img and content in your css?
Got an email from the designer of this theme.
Here is a place to start:
Open dark.css in the editor or stylesheet.css if you are using the light version. Find:
.left img {
width: 500px;
width: expression(this.width > 500 ? 500: true);
height: auto;
}.left img effects how the style is applied to Nextgen Gallery thumnail images. So adjust this until it looks right. I just made the width: auto; and deleted the next width statement.
I’m having similar trouble using Nextgen Gallery with the “Linquist” theme:
http://redworks.sk/wp-themes/linquist/
Except that the single column of thumnails is a giant 500×375 (stretched low res 100×75) column of blurry looking images.
The images display properly though when i click one of the giant thumnails. (not on a blank white page)
No idea where to start.