• In ‘Write Post’ the blue tinted box containing the commands for me to browse my desktop to find a picture and then upload it has gone.. in its place is a load of script (below).
    I can’t now add a picture to my posts.. can anyone help. It’s wierd.. Has worked fine for over a year, and it’s still visible on the ‘Write Page’ page!?

    <!– edCanvas = document.getElementById(‘content’); // This code is meant to allow tabbing from Title to Post (TinyMCE). if ( tinyMCE.isMSIE ) document.getElementById(‘title’).onkeydown = function (e) { e = e ? e : window.event; if (e.keyCode == 9 && !e.shiftKey && !e.controlKey && !e.altKey) { var i = tinyMCE.selectedInstance; if(typeof i == ‘undefined’) return true; tinyMCE.execCommand(“mceStartTyping”); this.blur(); i.contentWindow.focus(); e.returnValue = false; return false; } } else document.getElementById(‘title’).onkeypress = function (e) { e = e ? e : window.event; if (e.keyCode == 9 && !e.shiftKey && !e.controlKey && !e.altKey) { var i = tinyMCE.selectedInstance; if(typeof i == ‘undefined’) return true;

Viewing 9 replies - 1 through 9 (of 9 total)
  • I need even more help! I can’t upload images by using the upload built within the write post/page.

    I browse to upload an image – but then when I try to insert the image in my post just an empty window opens on the screen. What do I do?

    Kathi

    I think I just answered my own question. I did not see this written in any How To WordPress documents. But I created a folder named “images” in the wp-content folder. It appears it may work now.

    Nope – I got the image to appear in the “browse” panel – but how do you insert it into your post? I click on the insert image icon in the “write” area and an empty window opens that I can not close. What am I doing wrong??

    Anyone?

    Kathi

    To clean up my incorrect information….

    created a folder named “images” in the wp-content folder did NOT fix the problem. WP did makes it’s own “upload” folder when I used the built in uploader. Still need help on inserting an image in a post though!

    Kathi again

    Okay – everyone sick of me! I don’t know why “SEND TO EDITOR” did not work before. Now it is.

    Thanks to me being just a bit more patient hu?
    K

    If you resolved the problem, you should mark this thread “resolved” — drop-down box in the area at the top of the thread. Only the original poster or a mod can do that, and it helps cut down on active threads.

    Thread Starter emmawood

    (@emmawood)

    My problem isn’t resolved.
    I just have code, no way of uploading pics.

    Are you using the visual editor, or the code view?

    Thread Starter emmawood

    (@emmawood)

    Hi, I’m not aware of any options, but I assume the visual editor.. I don’t have to write any code!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Can’t upload pictures when I write a post’ is closed to new replies.