gietl
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Announcing “BloxPress”: a Ajax Web2.0 ThemeWow, great demo, we have been using ajax on our production site here at work and I started to think about how I could use it for my blog and another portal based site I run (nuke). This is really great.
Forum: Plugins
In reply to: Plugin Manager ProblemI also wanted to mention that the most current version of the plugin manager seems to create directories and set them as owner apache (if you are running an apache server), then when you try installing the plugin is tries to do it as your user id and then you get the permission errors.
I can’t believe that this script would do that, but it does/
Forum: Plugins
In reply to: Problem with one click install – New WP installWell yes and no, it says it is disabled, and offers a download that shows as version 1.7, but it is downloading 1.8.0 b, which seems to have the problems listed above.
Forum: Themes and Templates
In reply to: Incorporating the “Gallery” program into a siteOh, I also recommend upgrading your Gallery isntallation to the newest secure version, I think pl6.
Forum: Themes and Templates
In reply to: Incorporating the “Gallery” program into a siteYou need to adjust the properties of this:
.widecolumnga {
padding: 10px 0 20px 0;
margin: 5px 0 0 150px;
width: 450px;
}You have it set the same as widecolumn.
Here is mine:
.widecolumnga {
padding: 10px 0 20px 0;
margin: 5px 0 0 20px;
width: 720px;
}So when you view:
http://www.jaygietl.com/gallery/carsYou can see how it lines up.
You can play with the values until you reach your desired “look.” I would recommend reading up a little on CSS to better understand all teh cool stuff you can do with it.
Forum: Themes and Templates
In reply to: Incorporating the “Gallery” program into a siteI just did this the other night, it is really easy. I used this site as a referece:
http://scatteredthoughts.us/wordpress/index.php?p=2
While this is not going to be what everyone would want, it gives you the idea.
A couple hints, I had been using the “Page” feature in 1.5, so if you havent created a “Page” do that, then go to it, view the source and compare your source to what he is describing in his article.
You will need to play with the CSS file. The directions in his article don’t show the proper width to change to and so forth.
I am using the default theme at http://www.jaygietl.com and I have a link on the right sidebar for my photots. So you can see that I was successful in integrating the style to the Gallery.