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 MoreLoad 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 MoreWP Orbit Slider as Background Slideshow on Home Page
In header file: if(is_front_page()){ ?>
Read MoreWP E-Commerce Sales Log Date Wrong Time Zone
Set the server timezone by adding this to top of your functions.php file of your theme: Time zones are detailed here: http://www.php.net/manual/en/timezones.php
Read MoreJigoshop Sidebar
Register a custom sidebar called sidebar-shop.php Add widgets Shop pages will load this sidebar in place of default
Read MoreDefault radio button in Contact Form 7
[radio volunteer default:2 “yes” “no”] Default is “no” selected
Read MoreNextGen 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 MoreWP-Ecommerce: Show list of product categories and sub categories
Use this code in either the loop.php file or the page template
Read MoreVideo 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