Blog

HTML: Give Parent Div 100% Height Of Child Floated Elements

Many web designers and front end developers have been stumped by this dilemma before. When you have a parent div with only floated child elements inside, how do you give the parent element the height of the floated child elements? Before we look at the answer, let’s look at why this is a problem in […]

Continue Reading

Add an Options Page with ACF (Advanced Custom Fields)

Over the course of the last eight years, I’ve built over 150 sites, most using WordPress. This code snippet is something I’ve used with ACF PRO aka Advanced Custom Fields PRO in order to set up an Options Page. The data from this newly created Options Page would be saved in the wp_options database table. […]

Continue Reading

WooCommerce 2.5: Add SKU On New Order Email

Update: This bug has been fixed in WooCommerce 2.5.1 for Admin New Order notifications only. If you are running WooCommerce 2.5, test the 2.5.1 upgrade on a staging server. Once you’ve determined everything is functioning normally, upgrade to WooCommerce 2.5.1 on your production (live) server. The WooCommerce update to version 2.5 was a major update, […]

Continue Reading

What Is VAT Tax? How Does It Affect Your Online Store?

If you own a regional e-commerce store based in the United States, you may or may not be aware of something called VAT. VAT stands for Value Added Tax, and it’s most common use is in the European Union, though other countries have similar systems. VAT is similar to sales tax, except that while sales […]

Continue Reading