emmawood
Member
Posted 4 years ago #
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;
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
StrangeAttractor
Member
Posted 4 years ago #
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.
emmawood
Member
Posted 4 years ago #
My problem isn't resolved.
I just have code, no way of uploading pics.
StrangeAttractor
Member
Posted 4 years ago #
Are you using the visual editor, or the code view?
emmawood
Member
Posted 4 years ago #
Hi, I'm not aware of any options, but I assume the visual editor.. I don't have to write any code!