Plugins

Contact Form 7 Stop Email Being Sent

To prevent the form sending its email use this in themes functions.php within a function: (might no longer work with WP3.5) // stop email being sent $wpcf7->skip_mail = 1; or put this in the additional settings field of the form demo_mode: on

Read More

Load Contact Form 7 JS Scripts Only When Needed

Contact Form 7 loads its scripts on all pages which uses memory and increases load time. Add this to functions.php to only load scripts when required: // only load js scripts for wpcf7 on contact and join pages // Add the Contact Form 7 scripts on selected pages add_action( ‘wp_print_scripts’, ‘my_deregister_javascript’, 100 ); function my_deregister_javascript()…

Read More

Jigoshop Sidebar

Register a custom sidebar called sidebar-shop.php Add widgets Shop pages will load this sidebar in place of default

Read More

NextGen Gallery Admin Styles

For example, to style table column widths in the gallery admin page edit wp-content/plugins/nextgen-gallery/admin/css/nggadmin.css Download copy to local in case of plugin upgrade

Read More

Video Plugins and iPad compatability

A quick survey of video plugins for WordPress 3 tested on an iPad based on my experiences:   Editor Button Thumbs Modal View iPad Flash Fallback Format required Cool Video Gallery  Y Y Y –     MediaElement.js HTML5 audio and video player  –      Y     Degradable HTML5 audio and Video (WP…

Read More