figaro
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Change header image?There are quite a few people here who help out, but we need a link to the site to help 😉 I’m not familiar with that theme, so post a link and someone can tell you how to replace the header.
Forum: Fixing WordPress
In reply to: Footer Links Hack?They could be getting in lots of different ways, but to start, check your file and directory permissions…generally, your files should be 644 and directories 755 — depending on your server.
Forum: Themes and Templates
In reply to: Completely depopulate side columnUsually, when you add one from the widgets area, then the default ones do not show. If they do, then you will need to remove them from your sidebar.php file in the theme.
Forum: Themes and Templates
In reply to: Inove and WordPress 2.7If you are using WP 2.8+ you can install directly from within WP admin. If not, see the following video for details.
[link moderated]
Forum: Installing WordPress
In reply to: How to add a Forum in a WordPress BlogTry this:
Forum: Themes and Templates
In reply to: Another Kubrick header-footer problemThis is wordpress support. Again, since you made the outside edges of the header and footer transparent…that’s about as close as you can get…you could adjust the footer a bit more though.
If you want it to look real clean with a repeating background, then you should edit the images to remove the rounded corners and the drop shadows around the images. Then your repeating background will cleanly run behind your blog area…see below for an example.
[link moderated]Forum: Plugins
In reply to: How close are “Comments” to FORUM functionality?Basically, I want all the power of BBpress in the comments but not the hassle of setting it up.
Not going to happen with comments…I would suggest looking at the following plugin.
Forum: Your WordPress
In reply to: A really colourful new blog!Cool…I like it. You should submit it to the themes directory here on wp.org.
Forum: Themes and Templates
In reply to: Sidebox SpacingA link to your site?
Forum: Themes and Templates
In reply to: Inove Theme problemsTo remove the gray bars, look for the following in style.css:
#wrap { background:transparent url(img/light.gif) no-repeat scroll center top; padding:20px 0; }Remove the background line so it looks like this:
#wrap { padding:20px 0; }The blogroll should be in the West sidebar…if it’s there remove it. It it’s not there, then you may need to remove it from the sidebar.php file in the theme.
Forum: Themes and Templates
In reply to: Another Kubrick header-footer problemYou have that because you made the outside edges of your header and footer transparent, so the repeating ltr image is showing through. You can compensate by opening style.css and changing the header height from 200px to about 194px and changing the footer padding from 20px to about 18px. This won’t be perfect due to the rounded corners, but it will be close.
Forum: Themes and Templates
In reply to: Line Spacing ISSUEThe point is, if your site is up, then we can look at it, and test it, in Firebug. I’m not good enough to just look at a bunch of css and spot this kind of problem…maybe others here can help though.
Forum: Everything else WordPress
In reply to: Is it my Host or Does WP sometimes not work??If you host is up and running, then maybe it’s your connection.
Forum: Fixing WordPress
In reply to: Change header image?If you want to use one that is the same dimensions as the default image, then just replace your default header image with your custom image…it’s here:
http://chickfires.host22.com/wp-content/themes/vector-flower/images/top_frame.jpg
Forum: Requests and Feedback
In reply to: SimonFairbairnPlease consider a means to allow a poster to edit a post after it has been posted. It would solve a lot of frustration! :
If you are talking about editing a post here, you can within a certain time frame…not sure the exact limit, but seems to be 10-15 minutes.