A recent version of Google Chrome update (61.0.3163.100 to be specific) has affected in-page anchor links on certain sites. Clicking on a hash link will not do anything when the expected behaviour is to take the user to the linked section with smooth scrolling. These are sites that rely on older versions of jquery.localScroll and […]
How to set up a button to load more posts on the same page using Infinite Scroll in Genesis
This tutorial provides the steps to use Metafizzy/Desandro’s Infinite Scroll Javascript in Genesis to replace the standard pagination on the Posts page and archives with a “Load more posts” button which when clicked loads the next set of posts below the existing ones and so on. We are going to create a `content-archive.php` template part […]
Video Background for Front Page 1 section of Showcase Pro
In the comments section of Video Background in Infinity Pro, a user asked: Please can You tell me how to do same on showcase pro theme? This tutorial provides the steps to display a background video in the hero (front page 1) widget area of Showcase Pro. Live Demo Tested in Showcase Pro 2.0.2. Step […]
How to add links to Previous Post and Next Post on single Posts in Genesis
Genesis has a handy function called genesis_prev_next_post_nav() which displays links to previous and next posts. To display the prev and next post i.e., adjacent entry pagination on single posts, add this in child theme’s functions.php: // Add single post navigation. add_action( ‘genesis_entry_footer’, ‘genesis_prev_next_post_nav’ ); To give some breathing room below, in child theme’s style.css add […]
Custom slider showing featured posts and featured events in Genesis
In Genesis Facebook group, a user asked: Genesis Responsive Slider: I currently have a “featured” category that populates the slider. We use Modern Tribe Events on the website. I would like to create an event category called “Featured Events” and have those also included in the slider. Any insight on how to marry both of […]
Responsive menu inside an off-canvas side menu using Slideout.js in Genesis
Updated on June 12, 2018 In one of my earlier tutorials, I wrote about Slideout in Genesis where the off-canvas side menu was set to show the widgets placed in a custom widget area. In this article, we shall move the mobile responsive menu which appears after clicking/tapping the hamburger menu icon (from 959px and […]
How to unlink featured image from Genesis – Featured Page widgets
In Genesis WordPress Facebook group, a user asked: Hi everyone. On Genesis Featured Page, how can I disable link to page from featured image? I’m using Atmosphere Pro. Custom Genesis – Featured Page Widget plugin can be used for this. Here’s how. Step 1 Install and activate Custom Genesis Featured Page Widget plugin. Step 2 […]
Custom Genesis – Featured Page Widget plugin
Looking to make changes in the output of Genesis – Featured Page widget(s)? Get Custom Genesis – Featured Page Widget plugin from Github This is similar to Custom Genesis Featured Posts Widget plugin, but for the Genesis Featured Page widget(s) instead of Genesis Featured Posts widget(s). Sample usage: How to unlink featured image from Genesis […]
Header with white background + Image & text in Front Page 1 section of Showcase Pro
In the comments section of How to set up a Welcome section with Image at left and a Text widget on right in Genesis, a user asked: Iād much prefer this setup in Showcase than the default background image with one widget. Have you provided a tutorial for this kind of thing in Showcase? Now […]
if conditional in WordPress for checking if a post has been published between two dates
In the members-only forum, a user asked: I need to know if is possible a conditional from date, for example is_date (1 april 2017 to 1 septiembre 2017){ } This tutorial provides the code to display a Promo Bar above header on single posts published between the specified start and end dates in Genesis. Approach […]
Recent Comments