Looking to display a right sidebar, but only on single posts with rest of the site’s pages appearing in full content layout in your Genesis site? Just follow these steps. Step 1 Go to Genesis > Theme Settings in your WordPress dashboard, scroll to “Default Layout” section, select the full width content layout and save […]
Free Content
How to move Header Image into Primary Navigation in Magazine Pro
This tutorial provides the steps to: remove site header add custom header image in the primary navigation menu in Magazine Pro. Before: After: Step 1 If you have not already, upload/select your desired logo image in the Customizer in the “Header Image” section. Step 2 Add the following in Magazine Pro’s functions.php: // Remove Site […]
object-fit: cover for images
In a recent website that I developed, the requirement was to display an image (via an image widget – i.e., not a background) next to an opt-in form and have the image automatically take up as much height as the form. After setting the display of the parent container of the widgets to flex, both […]
Full Width Page Template in Genesis for Beaver Builder and Elementor
Updated on May 04, 2018 In the past, I shared a page template for Beaver Builder based on Bill Erickson’s full width landing pages here. Here I cover a similar but slightly better/generic approach that can be used for Beaver Builder, Elementor and theoretically, any other page builder (I have only tested those two) in […]
How to add a Read More button below content/excerpts in Genesis
A user asked in Genesis Slack: Can you give me a hint on how could I add a “Read More” button to the post excerpt? Adding a Read more button below excerpts/content/content limit for every post in archives (Posts page, category archives etc.) of Genesis is as simple as adding add_action( ‘genesis_entry_content’, ‘custom_add_read_more’ ); /** […]
How to counter Notice of DMCA removal from Google Search
If you are in the StudioPress community and write articles on Genesis, there is a good chance that Mr. Brad Dalton of wpsites.net may have gotten your blog posts removed from Google search index via DMCA copyright infringement removal notices (having no merit, whatsoever). One of the recent notices (of several) he has issued against […]
How to fix jump links in Agency Pro
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 […]
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 […]
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 […]
Recent Comments