ijohnw, I have not heard or read of a fix as of yet. From the link to the video demonstration, I can see that is where the links should be. I have found that the code does exist in the page:
<div id="media-buttons" class="hide-if-no-js">
Add media:
<a href="media-upload.php?post_id=52&type=image&TB_iframe=true&height=500&width=640" class="thickbox" title='Add an Image'><img src='images/media-button-image.gif' alt='Add an Image' /></a>
<a href="media-upload.php?post_id=52&type=video&TB_iframe=true&height=500&width=640" class="thickbox" title='Add Video'><img src='images/media-button-video.gif' alt='Add Video' /></a>
<a href="media-upload.php?post_id=52&type=audio&TB_iframe=true&height=500&width=640" class="thickbox" title='Add Audio'><img src='images/media-button-music.gif' alt='Add Audio' /></a>
<a href="media-upload.php?post_id=52&TB_iframe=true&height=500&width=640" class="thickbox" title='Add Media'><img src='images/media-button-other.gif' alt='Add Media' /></a>
I don’t believe I have a problem with javascript, as it is not showing up on any browsers I have access to:
- Mac: Firefox or Safari
- Windows: Explorer 7
(Just from the class title, it is pointing for me to look in the “javascript” direction…)
Ooo, I do see hack potential until this is fixed. I will look at the code from the particular edit post/page (to get the correct post/page number) and then paste this after my “www.myaddress.com/wp-admin/”
media-upload.php?post_id=52&type=image&TB_iframe=true&height=500&width=640
It appears to work… as a bandaid! (This all wouldn’t hurt so much if my AwsomPixGalleries didn’t break on this upgrade too!)
Let me know if you hear of anything. I’ll certainly do the same!