Xam 1.0
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Keeping the footer at the bottom of the pageYou mean you want to get rid of that big black piece of extra fat at the bottom? Then you have to edit your css and change body-height to +/- 500 like so:
body { margin:0; padding:0; font-family:Times New Roman, sans-serif; color:#fff; background:#000; font-size:13pt; line-height:20pt; overflow:auto; height:500px }
Forum: Fixing WordPress
In reply to: Can't access wp-adminThat shouldn’t be a problem, if you have a proper backup of your site you can upload it to your old site, or FTP the wordpress install and then import the database.
Forum: Fixing WordPress
In reply to: Can't access wp-adminYou can move the entire site via FTP except the database. Even if you are locked out the dashboard you can always access your site through FTP. But i assume you also have a backup of the site?
Forum: Themes and Templates
In reply to: Making "Next/Prev" buttons stay within child categoryI think the problem is that you are linking to single.php, where if you would link a image to the image-atachment template or image.php you stay in the same category when clicking prev and next.
Forum: Themes and Templates
In reply to: Making "Next/Prev" buttons stay within child categoryCan you provide the url of your site?
Forum: Themes and Templates
In reply to: Remove Blog posts from Home?Lines 10 to 38 contains the recent project widget. Cut that part and the widget will be gone. So your footer.php should look like this:
Forum: Fixing WordPress
In reply to: Can't access wp-adminI suggest you install a older version of wordpress, one the server does support. An other way is to check why the server doesn’t run 3.2.1, you probably need to upgrade php IF you are not on shared-hosting that is.
Forum: Themes and Templates
In reply to: Adding a background pictureOn wordpress.com u have to pay to change your lay-out. There are a couple of themes that do allow you to change the background for free. One is called “Clean Home”. Maybe that helps.
Forum: Themes and Templates
In reply to: Adding a background pictureI take it that you are using a wordpress.com blog?
Forum: Themes and Templates
In reply to: Remove Blog posts from Home?Then the widget is probably called in the footer. Check your footer.php and see what it says.
Forum: Fixing WordPress
In reply to: Error establishing a database connectionOk brand new, so the site hasn’t worked once since you installed it? That prob means a error in the config.php. You need to check the file and see what it says. Open up ftp and navigate to your wp-directory. There you will find a file called wp-config.php. Open it and check your username, datbase etc.
Forum: Fixing WordPress
In reply to: Error establishing a database connectionCould mean a number of things, did you get the error after a new install or was your site up and running? Could be the database crashed or could be a mistake in the wp-config.php.
Forum: Themes and Templates
In reply to: Boxes/lines bottom of screen – how to delete?The ‘boxes’ are actualy called Suckerfish navigation. It’s a navigation which lists your pages. You should be able to delete it in the footer.php.
Forum: Fixing WordPress
In reply to: Blue Streak Down Middle Of BlogThe networkblog-widget in the footer could be the cause of your problem, try deleting the widget. The blue line comes from the facebook-widget (top right) that is used in the networkblog-widget.
Forum: Themes and Templates
In reply to: Boxes/lines bottom of screen – how to delete?A screenshot doesn’t give much info, can you post the actual url of the site?