This article covers the code snippets to control the various aspects of a Genesis site by adding and removing support for features. Note: In the examples below you’d replace portfolio with your post-type name. Code goes in child theme’s functions.php. Add support for footer widgets // Add support for 4-column footer widgets add_theme_support( ‘genesis-footer-widgets’, 4 […]
Search Results for: image
Posts grid on single posts in Genesis
This tutorial provides the steps to display a grid of posts’ featured images below content on single posts in Genesis. We shall exclude the current post from appearing in the custom WordPress query. A fallback image will be set for posts that do not have a featured image. On hover: Screencast: As the viewport width […]
How to add a CTA section below Home Bottom in Enterprise Pro
Looking to add a Call to Action widget area on Enterprise Pro’s homepage similar to that in Executive Pro? This tutorial provides the steps to register a Home – CTA widget area below Home – Bottom section in Enterprise Pro. Step 1 Add the following at the end of functions.php: To view the full content, […]
Checkered Post Archives in Atmosphere Pro
Updated on April 03, 2018 In my tutorial requests board, a user asked: Hi Sridhar As an additional expansion to the checkerboard tutorial in your previous post: https://sridharkatakam.com/replace-featured-pages-atmosphere-pros-front-page-featured-posts/, I’m interested in carrying over the same checkerboard formatting to the taxononmy archive view for categories and tags. According to Chinmoy the following has to happen for […]
Relevanssi in Genesis
Relevanssi is a WordPress search plugin which provides a ton of configurable options like showing the search results sorted in the order of relevance, automatic bolding of the search term, ability to exclude and include categories, tags, posts and pages from search. In this tutorial, we shall create a search template file in Genesis in […]
Video Background in Infinity Pro
In Twitter a user asked: @srikat Client loves Infinity Pro-is it possible or is there a tutorial to add a video background on the home page? #GENESIS #WordPress — Sun Coast Web Studio 🇺🇦 (@SunCoast_Web) January 16, 2017 We can easily set up background video for any section in WordPress using the free Video Background […]
Fixed mini header on scroll with inline logo and nav menu in Genesis
In the comment section of How to display a Fixed Mini Header when Scrolling down in Genesis tutorial, a user asked: Thank you for all your excellent bits of code. I’m using the inline logo uploaded via the customizer (https://sridharkatakam.com/inline-logo-in-genesis/), is it possible to incorporate that logo into this code so that it doesn’t need […]
Off-Canvas content in Genesis using JS Offcanvas
Offcanvas is a jQuery script for setting up fully accessible sidebar or top/bottom sliding (or push) panels with keyboard interactions and ARIA attributes. In this tutorial, we shall register a custom Off-Canvas Content widget area and reveal the widget(s) placed in it from the browser edge when a button is clicked. Screenshots: Screencasts: With a […]
Featured Parallax Section on Singular pages in Genesis
In the past, I wrote a tutorial titled Featured Image Background Parallax section on Posts and Pages in Altitude Pro. This tutorial is different in the following ways: Parallax.js jQuery script (more robust) is used instead of JS from Parallax Pro theme Instead of post info/title, entry-specific content (if present) in a custom text area […]
Full width Soliloquy slider below header in Parallax Pro
This tutorial provides the steps to display a full-width slider using the free version of Soliloquy plugin, Soliloquy Lite below the header in Parallax Pro. Step 1 Install and activate Soliloquy Lite. Create a slider named say, Front page Slider and upload/select your desired slide images. In this example, I’ve used images sized 1600 x […]
Recent Comments