juliedc
Forum Replies Created
-
Just to be clear, I’m trying to get rid of what are known as “nag” messages in the admin of Gravity Forms. Thanks.
Forum: Fixing WordPress
In reply to: WP 3.2.1 Admin issuesI added the user as a new user then deleted the old one. This worked for the user issue. Still need help on the admin footer showing up on top of the editor though!
Forum: Fixing WordPress
In reply to: WP 3.2.1 Admin issuesokay, just did the manual overwrite on all but wp-content but no change – still see the footer in the middle of posts admin – basically sits right in the middle of the editor and still can’t give a user a new password. Same error: Catchable fatal error: Object of class __PHP_Incomplete_Class could not be converted to string in /home/me/public_html/testing/wp-includes/functions.php on line 1526
This file probably was there all along – I’m just really tired. Here’s what that code looks like, lines 1521 to 1530: `function add_magic_quotes( $array ) {
foreach ( (array) $array as $k => $v ) {
if ( is_array( $v ) ) {
$array[$k] = add_magic_quotes( $v );
} else {
$array[$k] = addslashes( $v );
}
}
return $array;
}`Forum: Fixing WordPress
In reply to: WP 3.2.1 Admin issuesie, functions file is part of theme but is not an include..
Forum: Fixing WordPress
In reply to: WP 3.2.1 Admin issuesOne thing about doing this is that the file called out in the error message doesn’t actually exist.
Forum: Fixing WordPress
In reply to: WP 3.2.1 Admin issuesThanks esmi, would this be different from reinstalling the whole thing? Just want to understand before I do this since it seems the same.
Forum: Plugins
In reply to: [MP3-jPlayer] [Plugin: MP3-jPlayer] Script errors on More Options and HelpForum: Plugins
In reply to: [MP3-jPlayer] [Plugin: MP3-jPlayer] Script errors on More Options and HelpHi MT. I abandoned this plugin a while a go. Am using MP3 Player (based on PremiumBeat) but this will only be temporary since it is flash-based and won’t work with iphones or ipads. If you get anything HTML5 working, let me know. Have researched this to death including many posts on WP forums and had to keep moving even though it’s not a complete solution… for now!
Me too. Need an audio player that has standard controls (start, stop, volume) and that looks like a player that is not based on flash so that it will be compatible with mobile. PremiumBeat is the best but it’s Flash based. Even better, it would handle playlists but that’s just a wish list item. Also support!
Have run through these options so far:
– mp3 jplayer has volume control horizontally instead of the web-standard audio button with vertical slider) but at least it works
-HTMLAV5 – couldn’t get this to work
-MediaElement.js – couldn’t get to work
-WPAudio – too many people say it’s broken and it appears there is no support.Hopefully this exists or will soon! Any help appreciated.
Hi Lightrail, Are you still using Wapple and the MP3 jplayer? I can get most of the links to play on your site- may just not be waiting long enough on the others. I would love to find a combination of audio player and mobile that works! Also, your contact form on the website isn’t working – just an fyi. love the fun you’re having with sound. Thanks!
I am having the same issue.
Hello,
I am getting the same error on Android.Forum: Plugins
In reply to: [Calendar Posts] javascript errorsI’m having this problem as well. Can you describe how to update the jquery to 1.6.1 as mentioned above?
Forum: Plugins
In reply to: [MP3-jPlayer] [Plugin: MP3-jPlayer] Script errors on More Options and HelpAlso error on the Show Files link. This is happening in Firefox and IE. WordPress 3.2.1
Forum: Fixing WordPress
In reply to: editor-style.css does not seam to be working?After spending days trying all sorts of things (including those on this page), I downloaded the CKEditor plugin. Done with Tiny MCE forever (with any luck)!!!!