shadow
Forum Replies Created
-
Forum: Themes and Templates
In reply to: CSS and Getting Text To WrapYou can simply use the align left or right on your image from within the in the WRITE panel itself. To add a bit of padding, use something like the following in your CSS file [style.css] within your theme directory
.post img {margin: 4px;}Forum: Installing WordPress
In reply to: Uploading filesGenerally, using an FTP client such as Filezilla [ http://filezilla-project.org/ ] will help you upload with ease.
Forum: Fixing WordPress
In reply to: BlogrollAre you referring to this site at http://organicgardengardening.com/ ?
If so, I can see your Blogroll list in the left sidebar.
Forum: Fixing WordPress
In reply to: Problem with index only showing the same five postsTotally off-topic, but just wanted to say how excellent it is to see you back in the forums Kafkaesqui.
Welcome back!
Forum: Installing WordPress
In reply to: WordPress can’t connect to my MySQL ServerIn 99.99% of cases this is related to incorrect information in the wp-config file.
4 pieces of info you must check.
DB name
DB username
password
host
And I know you will read this and think, ‘yeah right – thanks that helps’ – thinking you have checked it already, but as I say, in nearly all instances – it is a simple matter of one of the above pieces of information being wrong that causes the problem.
Forum: Fixing WordPress
In reply to: Blog Entry BlankIt could have been the result of a connection problem at your end, a server glitch, your own machine struggling – Endless possibilities. We have all been there and done that at times.
As you say in your own post on your site now..
That’s a lesson learned. Copy what you write before you trust the Publish button to do the job.
Forum: Everything else WordPress
In reply to: wp.com to Bluehost with existing domainA simplistic approach.
1. Set up a new WordPress installation on your new domain.
2. Export the content from wordpress.com to an export file.
3. Import the content from that same file, into your new domain.
Sit back and relax…
http://install4free.wordpress.net can help with your new installation if you need any assistance.
Forum: Themes and Templates
In reply to: How to edit the css for img. but not mess up the header??Not sure which theme you are using but usually you can make the image css post specific. Have a look what the div class is called for your posts and then add that to your css above.
For instance, if your class for posts is ‘post’, just do the following:
.post img { margin: 5px; padding: 10px; border: solid black 1px }Forum: Installing WordPress
In reply to: First install 404- webpage cannot be foundThe fact that you are not even receiving the database not found error message would suggest that you need to contact your host to see if there are any other problems.
You could also try uploading a simple index.html file to check you are uploading to the correct location.
Forum: Installing WordPress
In reply to: Garbage help meThis is how you do it…
Forum: Installing WordPress
In reply to: Garbage help meForum: Installing WordPress
In reply to: Garbage help meHave you set up a database and configured your wp-config.php file?
Forum: Plugins
In reply to: No FTP Directory for WordPress!Various hosts create directories that have no semblance to the files within, for instance one I was working on recently was nothing more than a string of letters and numbers – /wsb65tfr456
Further investigation revealed that this was created by the host and housed the files.So, try looking for something like that first. There are further options if that is unsuccessful.
Forum: Fixing WordPress
In reply to: Where is the Tag ID?I couldn’t find a specific reference to it in the Codex either doodlebee. Thanks for letting us know.
Forum: Fixing WordPress
In reply to: link issueWithout seeing your site and having some understanding f what it is doing, it is difficult to help. We could take a lot of guesses, but that makes it pointless too.