Monday, December 12th, 2011
If you are using Contact Form 7 and Nivo Slider then you might need to add the following code to your functions.php file, so that your slideshows work.
add_action( 'wp_print_scripts', 'my_deregister_javascript', 100 );
function my_deregister_javascript() {
wp_deregister_script( 'contact-form-7' );
}
This will remove the contact form 7 version of the jQuery easing script, which removes ...
Posted in Toubleshooting WordPress | 3 Comments »
Friday, July 23rd, 2010
Plugin Home Page: http://mattwalters.net/projects/WordPress-file-monitor/
WordPress Plugin Page: http://WordPress.org/extend/plugins/WordPress-file-monitor/
What is it?
This plugin allows you to monitor the changes made to scripts on your site, which can help you identify potentially hacked files on your site. It will send you an email if there are any changes that you ...
Posted in Plugins, Suggested Plugins | No Comments »
Monday, June 14th, 2010
If you are not changing the domain of your WordPress site, please check out our article called "Moving Your WordPress Site to a New Server".
We will cover both scenarios of what to do if you need to change your WordPress domain name, the first being the "right" way to do ...
Posted in Advanced Use, Configuration | 1 Comment »