wp_sam
Forum Replies Created
-
Deactivate the plugin and follow below steps.
Download the file INDEX.PHP from FTP i.e – my_web_root/wordpress/wp-content/plugins/html_5_jquery_audio_player/
Open the index file using Dreamweaver or any php editor you use and press Ctrl + F find my_admin_scripts() and edit it for example my_music_admin_scripts() save the file and upload it back in the plugin folder.
Activate the plugin and it will work good then.
Forum: Plugins
In reply to: [Booking Calendar] [Plugin: Booking Calendar] Don't want to display the fomThanks that works
Forum: Fixing WordPress
In reply to: add_custom_background() deprecated after 3.xxSame Problem here @bperry 921 you can use Filezilla FTP and then you need to look for a file in theme folder go to wp-content -> themes -> your active theme -> function.php (it may be somewhere else but will be in theme folder only) you need to search for add_custom_background(); and replace it with add_theme_support(‘custom-background’);. Most important is to keep backup of function.php file so if anything goes wrong you have the back file.
Forum: Fixing WordPress
In reply to: How to Fix WordPress deprecatedI replace the deprecated and edit the code to —> if ( function_exists(‘add_custom_background’)) {add_theme_support(‘custom-background’);}
I don’t see any error now but still I see the admin backend page blank. Help will be appreciated.
Yes I have post a new one here – http://wordpress.org/support/topic/how-to-fix-wordpress-deprecated?replies=3
Forum: Fixing WordPress
In reply to: How to Fix WordPress deprecatedThanks Esmi for you quick attention – Yes I can Login now and I guess the problem with is with theme. But how can I Fix as most of the work is completed and only one error is creating problem with my theme. – Notice: add_custom_background is deprecated since version 3.4! Use add_theme_support( ‘custom-background’, $args ) instead. in /home2/speakwi4/public_html/wp-includes/functions.php. Is there any easy fix??
I am getting only one error when I run it in debug mode – Notice: add_custom_background is deprecated since version 3.4! Use add_theme_support( ‘custom-background’, $args ) instead. in /home2/speakwi4/public_html/wp-includes/functions.php any fix available??