by timhampton | Mar 20, 2016 | Web Development, Wordpress
Divi’s default contact form lacks the ability to add phone numbers etc. This code, from here, allows you to match the same layout as the original contact form, when using CF7. .wpcf7-text, .wpcf7-textarea, .wpcf7-captchar { background-color: #eee !important;...
by timhampton | Mar 14, 2016 | Technology, Web Development, Wordpress
So, pick your poison! I had been using Upfront for over 6 months with much frustration on a number of sites. I could never really get things to go the way they should, whether it be trying to run Upfront on a Bitnami WordPress Stack, or move things to certain...
by timhampton | Aug 12, 2015 | Technology, Web Development, Wordpress
Thought it would save time didn’t you? Purchasing that WordPress Theme from a Generic WordPress company, rather than designing a nice theme from a good solid starting point. Most likely, a year later, using horrible visual drag and drop editors will have meant...
by timhampton | Jul 22, 2015 | Reviews and Experiences, Technology, Web Development, Wordpress
CSSIgniter make great WordPress Themes. They offer a subscription for about $50 / year, which allows you to get access to all their themes. Most of their themes are well maintained, and score great page speed scores. I have used them on a few client...
by timhampton | Jun 22, 2015 | Technology, Web Development, Wordpress
Simply add the code below into your functions.php : add_filter(‘woocommerce_variable_price_html’, ‘custom_variation_price’, 10, 2); function custom_variation_price( $price, $product ) { $price = ”; if ( !$product->min_variation_price ||...
by timhampton | Mar 29, 2015 | Web Development, Wordpress
Made a couple of big changes today:I have implemented SSL on the site – should be nice and secure now. Spent a while making sure that speeds were still good as well. So far so good!I’ve finally got around to installing the iOS WordPress App ~...