Blog

HTML5 Validation

I typically use http://validator.w3.org/ to check my sites for valid HTML. With so many new features, it is sometimes difficult for the validation to keep up. For example, I am using picturefill.js for responsive images. As a result, I see a lot of this in my validation report: Element img is missing required attribute srcHTML5 Validation See the full project…

Major WordPress and WooCommerce update

I just completed updating http://bydfault.com/ from WordPress 3.5 and WooCommerce 1.6.6. Of course, with such a big update going to WordPress 4.0 and WooCommerce 2.2, I was not going to just run the automatic updates. The basic process I followed was Create a staging site (copy of the site) using https://wpstagecoach.com/ Update the non-WooCommerce pluginsMajor WordPress and WooCommerce update See the full project…

A Better Way to use CSS in WordPress Child Themes

When developing a child theme, we frequently follow this example from the WordPress Codex: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 /* Theme Name: Twenty Fourteen Child Theme URI: http://example.com/twenty-fourteen-child/ Description: Twenty Fourteen Child Theme Author: John Doe Author URI: http://example.com Template: twentyfourteen Version:A Better Way to use CSS in WordPress Child Themes See the full project…

How to Customize Your Custom Theme

As with many WordPress designers and developers, I often work on custom themes for clients. Many sites require custom content and settings so I wanted to come up with a workable strategy for implementation. I break my settings and customization into three (3) sections: Theme Settings Sidebar and Footer Main Content Fortunately, WordPress provides usHow to Customize Your Custom Theme See the full project…

Rotary WordPress Theme Adds Committees

As an enhancement to the on-going project of building a WordPress theme for Rotary Clubs, a committee feature has been added. The committees and members are pulled from an external database and allows Rotary clubs to incorporate committee functionality on their local sites. Using a custom post type, the committee feature shows what the committeeRotary WordPress Theme Adds Committees See the full project…