In the members-only forum a user asked, Full width primary nav menu wrap in Foodie pro I’d like to keep it in its current location. In fact, if it’s possible, I’d like it to be full width when scrolling. I’m sorry I can’t provide de URL, but I have it in a local host. Thank […]
How to remove post info in Genesis for all post types other than ‘post’
Looking to remove the post info (comprised of date, author, link to comments) on entries of all post types except the standard Posts in Genesis? Just add this in your child theme’s functions.php: Thanks to: Robin Cornett. Source: genesis/lib/init.php
How to enable Content Sidebar layout in Remobile Pro
In the members-only forum, a user asks: Hi Sridhar, Can you do a tutorial on how to enable Content/Sidebar layout in Remobile Pro? So Blog archive, and single Posts would have Content/Sidebar layout and Content/Sidebar layout would be an option for Pages? – or if you’ve created a similar tutorial can you point me to […]
Altitude Pro’s Flexible Widgets in Centric Pro
In the members-only forum a user asked: Hi Sridhar, can you please write a tutorial how to replace one or more of the home page widgets on centric pro with a flexible widget such as in Altitude pro? In the past I shared a video on how flexible widgets in Altitude Pro work. In this […]
CPT archive in Genesis with custom fields in a lightbox gallery using Magnific Popup
In this tutorial we shall work on setting up archive of a wedding Custom Post Type with a 2-column grid of thumbnails (if present, otherwise a placeholder image) each linking to the respective single CPT entry. Below each image is a row of icons which when clicked displays the value of corresponding custom field in […]
Full screen Soliloquy slider with widget overlay in Dynamik
In the comments section of Full Screen Soliloquy Slider with Transparent Floating Header in Centric Pro a user asked: I’ve tried this with Dynamik and my menu is sitting below the slider and can’t seem to position it correctly. Any chance you could do a version of this for Dynamik? In this article I detail […]
How to add Page slug as a body class for static Pages in WordPress
A common method to target elements of a particular static Page is by its ID like this: .page-id-2 Wouldn’t it be handy if you could instead use the slug of the Page like this? .page-about Adding the following in child theme’s functions.php will automatically add a page-slug class to the body element for all static […]
How to add taxonomy slugs to entry terms span in Genesis
genesis_post_info filter hook can be used to customize post info which appears in entry header by default in Genesis. For example, This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional […]
How to get rid of header-image body class when an image logo is not being used in Genesis
Tested in: Genesis 2.2.7 Genesis Sample 2.2.2 Scenario: Fresh install showing site title text in header: 1) You add the code for adding support for custom header in child theme’s functions.php: add_theme_support( ‘custom-header’ ); 2) Go to Appearance > Header and upload an image. 3) Let’s say you had a change of mind and decided […]
How to add an inline mobile responsive menu in Genesis Sample
Updated on May 23, 2017 In this article, I share the steps to remove header right widget area reposition the primary navigation menu from below the header to inside header so that the site title is at left and nav menu is on the right set the hamburger menu icon to appear inline floated to […]
Recent Comments