A user in my Facebook group wanted to know how a wide middle section can be added between posts similar to http://thefoxandshe.com/. Genesis hooks and built-in WordPress loop counter can be used with Genesis function (for displaying widget area) to add the necessary markup to split the Posts into top, middle and bottom sections in […]
Genesis
How to enclose Headline and Intro Text in a wrap on archive pages in Genesis
If you are trying to relocate genesis_do_taxonomy_title_description() from its default location, genesis_before_loop on Category, Tag and Taxonomy archives in Genesis to after the header, genesis_after_header so that it becomes full width you might have noticed that the contents (headline and intro text) aren’t wrapped in a .wrap. That is with We can wrap genesis_do_taxonomy_title_description() with […]
Fixed Primary Navigation on Scroll in Foodie Pro using Sticky-Kit
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 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 […]
Recent Comments