Having a persistent, sticky header area or navigation can be a useful design element in some websites. In this article I provide the code on how we can make Header or Primary Navigation or Secondary Navigation in Genesis sticky/fixed. While I’ve used Genesis Sample child theme for the demo site, the process (with few tweaks […]
Search Results for: genesis
Site Redesign – iThemes Builder to Genesis
Update on Thursday, March 06, 2014: I am now quite comfortable with Genesis and slowly phasing out Builder from my toolset. Today one of my clients mailed me: I see you switched your site over to Genesis. I am quite surprised to see you did that. I’m glad you will now know your way around […]
Move Post Info above Post Title in Genesis
To view the full content, please sign up for the membership. Already a member? Log in below or here.
How to add Google Translator in Primary Navigation of Genesis
To view the full content, please sign up for the membership. Already a member? Log in below or here.
How to add circular date for posts in Genesis
To view the full content, please sign up for the membership. Already a member? Log in below or here.
How to add a widgeted area in Navigation bar in Genesis
Update on Sunday, December 29, 2013: See http://www.sridharkatakam.com/adding-simple-social-icons-navigation-bar-genesis/ In this article I want to document the code to add a right floating widgeted area in Primary Navigation in Genesis. One of the most common uses for this sidebar would be displaying social media icons using a plugin’s widget. Step 1 Install and activate Genesis Simple […]
Dynamik Website Builder for Genesis
Came to know that Catalyst framework is being scrapped and the developers are concentrating their efforts just on Dynamik Website Builder for Genesis (Genesis child theme) and the Genesis Extender (plugin). I am pleasantly surprised by the fact that Dynamik Website Builder for Genesis is being offered free for existing Catalyst (used to be called […]
How to override add_theme_support from a functionality plugin
Certain Genesis child themes like the Genesis Sample defines some features like the number of footer widget areas in config/theme-supports.php like this: Full code: Generally speaking, child themes are meant to be customized. So if you are looking to change the number of footer widget areas to say 4, it is okay to change the […]
How to change the After Content Featured flexible widget area into a normal widget area in Essence Pro
Widgets placed in After Content Featured widget area when using Essence Pro (tested in v1.5.1) appear in columns or other layouts depending on the number of widgets. The line of code responsible for this is: in Essence Pro’s functions.php (around L538). If you are looking to have the widgets behave “normally” so they stack one […]
Reply To: Extension/modification to header coded with in-line logo on Genesis child theme
You can add this code in the child theme’s functions.php to register another custom widget area: genesis_register_widget_area( array( 'id' => "header-right-2", 'name' => __( "Header Right 2", 'my-theme-text-domain' ), 'description' => __( "This is the header right 2 section.", 'my-theme-text-domain' ), ) ); Then add the following to wrap div.title-area and div.header-widget-area in a div.header-left […]
Recent Comments