zeaks
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Increase the width of the sidebar in lightword themePS: those numbers were made up, I dunno what the size of your site is without looking.
Forum: Themes and Templates
In reply to: Increase the width of the sidebar in lightword themeYou probably need to adjust the rest of the theme. think of it this way.
Main site area is 1200 px wide. You’re sidebar is 300 px wide, that leaves 900px left for your post area. when you increase the width of the sidebar, there snot enough room to hold it within that 1200px, so it gets pushed to the bottom.
adjust the width of the entire site to compensate for it.
Forum: Themes and Templates
In reply to: Increase the width of the sidebar in lightword themeThink you need to edit content-sidebar in your css, make it wider, see if that changes anything. Using firebug will let you know what exactly you need to change
Forum: Themes and Templates
In reply to: Adding A Border.well, you’ll have to play around with this a bit, adjust the width to fit the post area, might also need to adjust the image as it’s much wider than needed.
.entry {
margin:0 0;
padding: 0px 0px ;
background:url(images/casing.png) repeat-y;
float:left;
width:650px;
}This is just the background css put into the .entry.
Forum: Themes and Templates
In reply to: Adding A Border.I think you would need to edit the css where it says .entry or .entry p (think it’s the first) then add the same sort of of code thats used for the border that is there now. It’s easy to add a css border, adding an image as a border takes a bit more work.
is that a free theme or one you made or paid?
Forum: Themes and Templates
In reply to: Adding A Border.You mean the small burned blue border around the site, you want that around each news article?
Forum: Themes and Templates
In reply to: Why i can't to see in dashboard a new theme child ?Wait, I see what you did wrong. Don’t put your new theme in the twenty ten folder, it should look like
wp-content/themes/twentyten-child
Forum: Themes and Templates
In reply to: Why i can't to see in dashboard a new theme child ?I copied the code you used and did exactly what you said you did and it appears for me.
Not much help, but at least you know you did everything right, so the problem isn’t in the code, or the names you used.Browser cache maybe, doubt it would be a plugin, wouldn’t hurt to try turning them off and checking though.
Sorry I couldn’t be more help, good luck
Forum: Fixing WordPress
In reply to: blank white screen after loging in?? please helpTry the suggestions in this post, I remember I had this issue before and I think the last reply solved it for me.
http://wordpress.org/support/topic/blank-page-after-login-5?replies=15
Forum: Themes and Templates
In reply to: post date border on left and rightStill looking for help with this 🙁
Forum: Themes and Templates
In reply to: New WP3 Twenty Ten child themeNice, I’ve been searching the net for more child themes for twenty ten. I’ve been working on my own, not nearly as complete as yours though.
Forum: Plugins
In reply to: How to upload my plugin to repositoryTry this page http://www.binarymoon.co.uk/2008/01/wordpress-plugin-subversion-guide/
Also, if I remember correctly, if your login isn’t accepted, try using capital for the first letter of your login.
Forum: Plugins
In reply to: Flickr Gallery – Why doesn’t Lightbox work?I had this same problem, I disabled my plugins and lightbox began to work again. Turned out to be the viddler comment plugin I had installed earlier that day. Not sure if there’s a way to work around it.
Forum: Plugins
In reply to: List folder contentsStill looking, I can’t believe there isn’t a plugin for this, even a simple download manager would work, as long as it would list the contents of a folder.
Forum: Plugins
In reply to: [Plugin: WP List Files] Fantastic PluginThis is just what I needed as well. But I haven’t been able to get it to list the directory I need, and the author doesn’t offer support.
It will read anything in my main www directory. But I host my site locally, and need it to ready g:/files/ when my site is at c:/www I have the proper alias in config for the server so mysite.com/files works.
Any help would be appreciated.