Drkenny
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: flash-based media uploader stopped when upgraded WPYes i went to the theme developers site and they don’t seem to be good at responding to issues on their forum, this is why i am trying to find a fix here as I thought it might be an easy fix.
I went through disabling all plugins and the problem is still there.any other suggestions welcome
Forum: Fixing WordPress
In reply to: issue with the insert / upload icon in wordpress 3.1.2 upgradeI did this and still it does not work i followed all your suggested steps
This problem is the theme and i need to update the code in php
I think the change needs to be in this code: any suggestions. I contacted the theme creator but have not got a reply does anyone know how to manually fix this?<div id="media-buttons" class="hide-if-no-js"> Upload/Insert <a href='media-upload.php?post_id=156&type=image&TB_iframe=1' title='Add an Image'><img src='https://dovetail-music.co.uk/wp-admin/images/media-button-image.gif?ver=20100531' alt='Add an Image' onclick='return false;' /></a><a href='media-upload.php?post_id=156&type=video&TB_iframe=1' title='Add Video'><img src='https://dovetail-music.co.uk/wp-admin/images/media-button-video.gif?ver=20100531' alt='Add Video' onclick='return false;' /></a><a href='media-upload.php?post_id=156&type=audio&TB_iframe=1' title='Add Audio'><img src='https://dovetail-music.co.uk/wp-admin/images/media-button-music.gif?ver=20100531' alt='Add Audio' onclick='return false;' /></a><a href='media-upload.php?post_id=156&TB_iframe=1' title='Add Media'><img src='https://dovetail-music.co.uk/wp-admin/images/media-button-other.gif?ver=20100531' alt='Add Media' onclick='return false;' /></a> </div>
Forum: Fixing WordPress
In reply to: Unable to select buttons on tinymce editorHi Sean, i also discovered this is a problem with my Theme but it worked fine before i upgraded to 3.1.2
i contacted the theme creator but have not got a reply does anyone know how to manually fix this?
this problem i have fond on a few themes since i upgraded to 3.12
Everything else on the site is OK but 1 thing i see the quickpress on dashboard and a few other widgets on the dashboard show loading….
Forum: Fixing WordPress
In reply to: issue with the insert / upload icon in wordpress 3.1.2 upgradethanks for the advice i followed the steps you suggested but this did not fix the issue. I changed the theme back to Twentyten and the insert / upload icon work fine so it looks like the theme is not compatible with the 3.1.2 update.
I found a comment on a WP troubleshooting site which I think is a key to sorting the problem it states as follows:
”Today while setting up a wordpress site I ran into an issue with the insert / upload icon not opening in the light window and was having trouble uploading images. After a few hours of trawling the web for an answer getting lost in support docs I noticed in firebug that the wordpress console was having trouble with jQuery saying it was undefined. To fix the problem I downloaded the latest JQuery overrode the version bundled with wordpress, cleared the cache and refreshed and I was back in business. So the moral of the story is if you are having trouble with the wordpress console not behaving correctly update the jQuery file”.
QU. 1 Where do I get the latest jQuery file from and what would the file be called as I find many jQuiry files?
Qu. 2 how do I locate the version in the WP bundle so I can update it?
Qu. 3 any other suggestions if you have had a similar problem?
Forum: Fixing WordPress
In reply to: jQuery Library not loading?I also am having a jquery code problem issue is with the insert / upload icon in wordpress 3.1.2
I just upgraded a few of my WP sites and now cant add images this is on most of my WP blogs is anyone else having this problem?
in firebug it says that the wordpress console was having trouble with jQuery saying it was undefined this is on the dashboard page
any help is welcome as i am not an experienced coder