In the members-only forum, a user asked: I set up the Showcase Pro theme with team member photos on the frontpage. However, I can’t figure out how to change the banner on the individual team member pages to the default header image instead of the huge headshot. Individual team member pages in Showcase Pro are […]
Search Results for: genesis
Off-canvas side menu in Foodie Pro using Slideout.js
In the past, I wrote about using Slideout.js for sliding in the primary navigation menu when the hamburger menu icon is tapped on smaller screens in Genesis, Altitude Pro and Brunch Pro. In this tutorial, we shall apply the same in Foodie Pro. Screenshot: Screencast: https://sridharkatakam.com/wp-content/uploads/2018/01/ScreenRecording_01-27-2018-12-31-32.mp4 Tested in Foodie Pro 3.1.1 Step 1 Upload slideout.min.js […]
Off-canvas side menu using Slideout.js in Brunch Pro
In the past, I wrote about using Slideout.js for sliding in the primary navigation menu when the hamburger menu icon is tapped on smaller screens in Genesis and Altitude Pro. In this tutorial, we shall apply the same in Brunch Pro. Screenshot: Screencast: https://sridharkatakam.com/wp-content/uploads/2018/01/ScreenRecording_01-26-2018-12-42-38.mp4 Tested in Brunch Pro 2.2.1 Step 1 Upload slideout.min.js to child […]
Best way to create/manage sitewide variables
A couple years ago I built out this site, http://greeleyirishfestival.com/. It looks pretty good and function pretty well. But it was built prior to my introduction to Genesis Framework. It is construction from 2-3 dozen plugins that each provide one small needed feature. I’m going to be recreating the site correctly, Genesis Framework, tools and […]
How to arrange widgets in columns in Infinity Pro using CSS
In the Genesis Facebook group a user asked: Does anyone know of any links to tutorials on how to make a widgeted area on the Front-Page in Infinity Pro to be 1/3rd width and 2/3rd width columns side by side? I have been going round in circles with it all day and my brain is […]
How to replace Front Page 1 backstretch image with an inline image at smaller widths in Digital Pro
In one of my earlier articles, I showed How to replace Front Page 1 background image with an inline image at smaller widths in Altitude Pro. This tutorial covers the same in Digital Pro. We shall output the Front Page 1 image (changeable in the Customizer) above the widget in the HTML output, hide it […]
Reply To: Customize the 404 page
Hello Priscilla, Can you give this a try? https://sridharkatakam.com/exclude-pages-genesis-archive-page-template/ It is for Pages that use the Archive page template. wp_list_pages() function is used by the template for 404 pages as well. So you just need to add the first block of code.
How to add an expandable search icon to the navigation in Infinity Pro
Updated on May 16, 2018 In Genesis Facebook group a user asked: How do you add a search form to your Genesis theme (in your nav bar)? (I googled the same question and a whole lot of different answers came up). I read that this used to be included and now you can add some […]
Portfolio items on homepage in Maker Pro
This tutorial provides the steps to have Portfolio Custom Post Type’s entries appear on the front page in Maker Pro in the same grid styling as it does on the CPT’s archive page. We are going to set a static Page as the front page. use `pre_get_posts` action hook to alter the front page query […]
How to style the header search in Business Pro
A search widget placed in the Header Right widget area of Business Pro will appear like this: Want to make it sleeker like this? Step 1 Add the following in child theme’s functions.php: add_filter( ‘genesis_search_text’, ‘custom_search_text’ ); /** * Customize the text of the search input. * * @param string $text current text * @return string […]
Recent Comments