This tutorial provides the steps to add icons above navigation menu’s labels and to set up any menu of your choice to appear (fade into view) fixed/sticky at the top of the screen when scrolling down in Genesis. When scrolled all the way to the top, the sticky menu will fade out. The sticky menu […]
Search Results for: genesis
How to overlay Title, Post Info and Excerpt on Featured Image in a Genesis Featured Posts Grid
Updated on July 27, 2020 This tutorial provides the steps to customize the output of Genesis Featured Posts using the Custom Genesis Featured Posts Widget plugin and add the CSS to display entries in a 3-column grid. The title, post info and excerpt (content limit, to be specific) are set to be overlayed on top […]
Checkered story header in Genesis
In GenesisWP Slack a user asked how a full-screen story header similar to the one in nytimes can be set up in Genesis. The idea is to show date, title, subtitle and byline in the story meta section on the left and featured image on the right. This tutorial provides the steps to checkered story […]
[Functionality Theme] Masonry in Genesis
Masonry in Genesis tutorial is now available as a functionality theme. Get it here.
Masonry in Genesis
A customized Genesis Sample (v 2.6.0) with posts in the Posts page and archives (like category and tag pages) appearing in a Masonry grid.
How to add Excerpts below Author Byline when using Genesis Author Pro
A user asked: I am using the Genesis Author Pro plugin. I need the Excerpt from the Excerpt meta box to display under the title on the book archive page and also on the single book pages. The templates for single book and books archive pages in the Genesis Author Pro plugin remove all the […]
How to unlink logo on the homepage in Genesis
Today I worked on a few customizations in https://crew212.com/ and one of the tasks was to remove the hyperlink for the logo in the site header on the front page but keep it intact (linking to the homepage) on all other inner pages. The site was using the default custom header feature of WordPress for […]
Primary Nav and Header Right below Logo in Genesis
In the members-only forum, a user asked: I’ve used your tutorial on replacing the default genesis logo with the one from WP customizer, I’m curious what the best way to move it above the nav and header-right widget area. We can use genesis_markup_title-area_close filter hook to add a custom div’s opening tag plus primary navigation […]
How to insert HTML between Title Area and Header Widget Area in Genesis
If you are looking to inject custom HTML markup, say a div in between .title-area and .header-widget-area in Genesis it can be done using the genesis_markup_<context-name>_<open/close> dynamic filter hook. In a function hooked to genesis_markup_title-area_close filter, we can check for a closing tag of .title-area, append our custom HTML markup to it and return the […]
How to remove Dates from Posts in Genesis
Looking to get rid of dates from appearing in the post info text in your Genesis site? Add the following in child theme’s functions.php: add_filter( ‘genesis_post_info’, ‘sp_post_info_filter’ ); /** * Customize entry meta in the entry header. * * @param string $post_info Existing post info * @return Modified post info */ function sp_post_info_filter( $post_info ) […]
Recent Comments