rickibird
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Getting ‘Missing a temporary folder.’ message uploading imageThat error is thrown by PHP and likely you will need to contact your host to have them specify a temporary directory (e.g. upload_tmp_dir in php.ini)
I took Michael H’s advice on this and contacted my host, as on this particular site I couldn’t see the php.ini file (it’s not always visible). I explained the issue and the helpful techie changed the file in less than a minute and all is fixed.
Forum: Fixing WordPress
In reply to: How to remove “Private” from private pages?Thanks for this. Worked perfectly.
Forum: Fixing WordPress
In reply to: Fatal Error call to undefined function . . . Help!Anyone?
Forum: Fixing WordPress
In reply to: Sidebar falling below main area PLEASE HELP!!!!These are obvious but can be missed sometimes . . .
Have you had a look at padding? IE6 doesn’t conform to other browsers in the way it displays boxes.
Also try
clear: none;
in the sidebar CSS
Forum: Fixing WordPress
In reply to: Fatal Error call to undefined function . . . Help!I’ve looked further at this issue and it only effects the home page and no others. The error occurs on any theme which I install.
Forum: Fixing WordPress
In reply to: Odd Error Message when uploading imagesThanks popart, your fix is a little more elegant than mine.
Forum: Fixing WordPress
In reply to: Sidebar clears home pageI’ve fixed this. I found a junk <div> tag floating at the top of the text. hhmmmmm….
Forum: Installing WordPress
In reply to: installed and then a blank screen :o-The address of the blog is now at https://www.tranquilloft.com.au/blog
Forum: Fixing WordPress
In reply to: Images wont upload but will link :o- . . . hmmm . . . helpI fixed this. Here’s how . . .
I changed my upload path in Settings > Miscellaneous. It was just “wp-content”. I changed it to: “wp-content/uploads”.
I also added the folder “uploads” in the “wp-content” folder and gave it 777 permissions through the “Get Info” dialogue pop up. (well it pops up in Fetch but may appear in other ways in your FTP client)
Works like a charm.
Forum: Fixing WordPress
In reply to: Images wont upload but will link :o- . . . hmmm . . . helpOoops . . . should add that the name of the “wordpress.php” file is now “cronulla-massage.php”.
Forum: Themes and Templates
In reply to: Text clears left or right aligned images when captionedThanks chaoskaizer – you’re a winner!
That solved the alignment issue. There are some other minor issues with the captions themselves but I’ll work through them.
You’re help is much appreciated.
Forum: Fixing WordPress
In reply to: Odd Error Message when uploading imagesI managed to resolve this.
I created a folder in wp-content folder, called it “uploads” and gave it 777 permissions. Worked perfectly . . . for now at least :o\