In the comments section of my past tutorial titled Title Area, Header Middle widget area and Header Right widget area in Genesis Site Header, a few users wrote: Hi Sridhar! Thanks for the tutorial. Just a question: How can I arrange it to show in the middle area a menu that loks the same way […]
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 […]
How to replace Front Page 1 background image with an inline image at smaller widths in Altitude Pro
Altitude Pro’s Front Page 1 section uses a full screen background image on which the widget appears. One problem with centered cover background images is that they will be cut off at left and right sides on smaller widths. We can get around this by adding the background image inline in the HTML, hiding it […]
Posts grid on archives with title and excerpt on hover in Genesis
In my tutorial requests Trello board, a user asked: Hi Sridhar, how would you approach having an archive page for each taxonomy of a CPT? I started with https://sridharkatakam.com/grid-portfolio-images-title-excerpt-hover-showcase-pro/ , but there wasn’t a clear way to setup a separate page for each taxonomy. Thanks!! Archive pages for taxonomies are usually enabled by default and […]
How to display the default header image on singular posts in Business Pro
A user asked: I am trying to edit Business Pro so the individual blog posts use the default header image instead of pulling the featured image into the header. Is this possible or something you’ve already covered? I’m stuck. On single post pages in Business Pro, featured image will appear as the page header below […]
particles.js in Business Pro
In the comments section of particles.js in Genesis, a user asked: Happy New Year Sridhar! I’m very interested in implementing this on the header hero image section of the Business Pro Theme. Which adjustments would I need to make on step 3, step 4 ? Thank you This tutorial provides the steps to implement particles.js […]
Full-width hero image on category / tag / taxonomy archive pages in Genesis
In the comments section of Full-width hero image on category archive pages in Genesis, the user commented, Hi Sridhar! Thank you SO MUCH for creating this tutorial less than 24 hours after I asked about it! You are incredible. So I have a new wrinkle for you, what would the code look like if I […]
How to display Portfolio Categories and Tags below Title for Portfolio items in Genesis
In Genesis Facebook group, a user asked: Working on a portfolio for a client who wants the category to show on the portfolio archive page under the title. She is using the Portfolio Post Type plugin. In archive-portfolio.php we removed the line to remove the post meta but the categories are still not showing. Any […]
Recent Comments