In the comments section of Responsive menu inside an off-canvas side menu using Slideout.js in Genesis, a user asked: Looks great Sridhar! Would love to use this on a new project. Iām using Altitude Pro as my base theme and I canāt get it to work. Any tips? In this article, I share the steps […]
Genesis
How to exclude specific taxonomy terms from entry meta on CPT pages in Genesis
In the comments section of How to exclude specific tags from Entry Meta in Genesis, a user asked: In this tutorial, we shall: create a function for `get_the_terms` filter to exclude specific term(s) by its/their name(s). use the `genesis_post_terms_shortcode` filter hook and filter the terms to exclude the earlier specified term(s). We do this by […]
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 add a banner image below the header in Outfitter Pro
In my Trello board, a user requested for a tutorial on adding a header image above the front-page store in the recently released Outfitter Pro. We can add an additional setting in the WordPress Customizer under the “Theme Options” section so the site admin can upload/select an image and have this appear below the site […]
Parallax featured image below header in Genesis
In the comments section of Featured Parallax Section on Singular pages in Genesis, a user asked: Hi Sridhar I sit possible for this to function without the ACF plugin? I donāt need the text area. You have other full width header image tutorials where ACF is not needed. Many thanks This tutorial provides the steps […]
Auto rotating Genesis – Featured Posts
A user wrote to me, I’ve had numerous instances over the last couple of years where I’ve had to accommodate a client request to have a “testimonial rotator” – not an actual slider or carousel or anything, but just a tool that will display a “testimonial” in a spot (sidebar, or page), fade it out, […]
WooCommerce Shop page banner image using Customizer in Genesis
In the past, I wrote an article titled WooCommerce Shop Archive Image in Genesis using ACF Pro where Advanced Custom Fields Pro was used to create a Settings page having an image upload/selection meta box. In this tutorial, we are going to add an image type Media Control in the Customizer so that a banner […]
Ken Burns effect for Front Page 1 image in Infinity Pro
In my tutorial requests Trello board, a user asks: How would you add the Ken Burns Effect to the front-page1 background image in infinity pro and keep it responsive? The Ken Burns effect is a type of panning and zooming effect used in video production from still imagery. We can create a custom animation using […]
Featured image below header on static Pages in Infinity Pro
This tutorial provides the steps to display featured image (if present) below the site header on static Pages in Infinity Pro. Step 1 Add the following in Infinity Pro’s functions.php: To view the full content, please sign up for the membership. Already a member? Log in below or here.
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 […]
Recent Comments