Is your hard disk full? Where is all the disk space going ? Are you constantly running out of disk space in OSX 10.9 Mavericks ! If you are repeating the above statements about your disappearing hard disk space in OS X, you need a tool to show you what is going on, eventhough hard disks are …
Read More
Add a Favicon Icon to Genesis Child Theme in WordPress
There are a couple of ways to add in a Favicon Icon into a Genesis Child Theme, either filed in a folder or declared as a function. You can also set different favicons for certain pages. File in Images Folder You can add it the favicon in your WordPress themes folder inside your child theme images …
Read More
Create an FAQ Page with Show and Hide Questions and Answers using jQuery
This guide will take you through the steps needed to create an FAQ page with contract and expand Questions and Answers, just follow the Questions below… What jQuery do I need? Include the latest jQuery <script type=”text/javascript” src=”//code.jquery.com/jquery-1.11.0.min.js”></script> If you are using a modern CMS such as WordPress or Drupal you can skip this as …
Read More
How to Make Images Scale for Responsive Web Design
So you have got your web layout flexing and changing layout in a fluid or responsive web layout – but the images are not quite working they are being stubborn and not scaling and moving around like the text! The reason is because the images most probably have a fixed width which the web layout …
Read More
Create Another Header-Right Widget Area in Genesis Theme to Display on Certain Posts and Categories
I had to create a separate Genesis Header-Right Widget Area for a client that needed to display different elements on posts in a certain category.
Creating a Social Media Menu from Icon Fonts with FontAwesome
How to make social media menus from icon fonts using the awesome FontAwesome. Fontawesome is supported in all modern browsers and IE support is version 8+ <link href=”//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css” rel=”stylesheet”> You can link to the Fontawesome CSS file via a CDN or just copy the download it to your site. If using WordPress you can register …
Read More
Create Custom Post Types in Genesis Child Theme in WordPress
Custom Post Types are a great way to structure your data and also to provide an interface for an end user to easily populate data as in any content management system. There are WP plugins available for download that can create and manage custom post types but you can also follow WordPress functions and do …
Read More
Creating Full Width Fluid Divs in Genesis Theme for Sales/Landing Page
Its colorful and long and goes on and on and on – sales landing pages. To create these types of pages in a Genesis child theme you need to edit the CSS for the inner part of the page and then create some new CSS which you can add in multiple sections that expand …
Read More