In this tutorial I will show you how to add a full width search form on top of the header using the Genesis Framework. I will be using a modified version of the Genesis Sample theme. The theme can be found here. This tutorial is designed for the modified version of the Genesis Sample Theme. To get this code to work on other themes, some modifications will be required. With … [Read more...]
How to add a Utility Bar to the Altitude Pro Theme
Hello folks, in this tutorial we will learn How to add a Utility Bar to the Altitude Pro Theme. There are a number of tutorials out there that will show you how to add a Utility Bar to a StudioPress theme. Carrie Dills has a tutorial on how to add a widget area above the header; her tutorial can be found at this website … [Read more...]
Equal Height Columns No Plugin
In this tutorial, I will show you how to create equal height columns, in the Infinity Pro theme by StudioPress, without using a plugin. This means that we will be getting our hands dirty and doing a little bit of coding. Not to worry though, I will go step by step so that even a novice should be able to implement this tutorial. Not convinced? Would prefer to use a plugin? … [Read more...]
How to add jQuery UI Tabs to WordPress
Adding jQuery UI tabs to WordPress with the enqueue function In this tutorial I will teach you how to add jQuery UI tabs to WordPress. There are a number of ways to do it. But when adding jQuery to WordPress it is best to follow the method outlined in the WordPress Codex under Function Reference/wp enqueue script . This is the method I will teach you today. Step 1: Add … [Read more...]
How to add a jQuery UI Accordion to WordPress
How to add jQuery UI Accordion to WordPress In this tutorial I will teach you how to add a jQuery UI accordion to WordPress. There are a number of ways to do it. But when adding jQuery to WordPress it is best to follow the method outlined in the WordPress Codex under Function Reference/wp enqueue script . This is the method I will teach you today. Step 1: Add the HTML … [Read more...]