Category Web

Adding a Pause Button to jCarousel (slight fix)

I was recently asked by a client to add a pause button to the jCarousel-powered carousel on their site. To do this, I used this post by Jeremy Mikola (thanks Jeremy). Here’s his code: $(document).ready(function(){    $(‘#jcarousel’).jcarousel({      vertical:…

WP Maintenance Mode and Contact Form 7

Just a really quick post to say that I’ve wasted about a day trying to get these two plugins to work together and just can’t do it. An epiphany last night: just create a separate WP install with a very…

Easy Thematic Favicons

Continuing with my modest efforts to post some useful Thematic/WordPress snippets, here’s some code to provide favicons for WordPress sites using Thematic child themes. Simply add this code to your child theme’s functions.php page: // Add favicons to the child…