I like the new child theme but miss the versatility of having a right widget area. The demo shows a nice button that can be used for a CTA, but it folds into the menu when the site is mobile. What would be the best way to add that widget back? I like the narrow […]
Search Results for: genesis
Utility Bar in Genesis Sample
Updated on April 14, 2020 In my members-only forum, a user asked: Hi Sridhar Considering all the tutorials you have written for utility bars it won’t surprise you that somebody wants one for the new sample child theme! If one of the existing tutorials will work instead please let me know. However, although I can […]
Font Awesome 5 SVG icons above menu items in Genesis
Updated on April 11, 2018 In the past, I wrote a tutorial on How to set up Font Awesome icons above menu items in WordPress. That method involves loading Font Awesome’s CSS and showing the icons using pseudo selectors. This tutorial provides the steps to use the new Font Awesome 5’s SVG icons instead. We […]
Improvements in Genesis Sample 2.6.0
Updated on April 25, 2018 The recently released Genesis Sample 2.6.0 is close to perfection as my ideal starter Genesis child theme. That said, there are still a few things that could be improved in my opinion and I list the theme changes and fixes below. Most of these will hopefully be fixed by StudioPress […]
How to remove Entry Header on specific Pages in Genesis
Looking to remove Entry Header i.e., entry title along wrapped in header markup on specific static Pages in Genesis? Add the following in child theme’s functions.php: To view the full content, please sign up for the membership. Already a member? Log in below or here.
Genesis Community Wiki
I have been working for the last couple of days on putting together code snippets that anyone in the Genesis community can add to and edit. Pleased to announce the launch of collaborative code snippets where anyone in the #GenesisWP community can contribute.https://t.co/W7EdIm4cNh Register an account, log in and start adding your code collection. — […]
How to display previous two posts in Genesis
This tutorial provides the steps to display last two posts below the comment form on single post pages in Genesis. There will be no output for the oldest post and the post published after the oldest post. Step 1 Create a file named single-post.php in the child theme directory having the following code: To view […]
Full Width Widgetized Homepage in Genesis Sample 2.6.0
This article provides the steps to set up a full-width widgetized front page (with fixed-width content) in Genesis running on Genesis Sample 2.6.0 and above based on this article from Bill Erickson. Step 1 Let’s register 4 front page widget areas. Add the following in child theme’s functions.php: // Registers front-page widget areas. for ( […]
Custom Navigation Theme Location in Genesis
Updated on October 14, 2020 In the Genesis Facebook group, a user asked: This is a question for the Genesis devs here: I’ve noticed that when I create a custom menu location and a custom menu using the wp_nav_menu() function, submenu support isn’t available for those menus. How can I create a custom menu in […]
Header Search in Genesis
This tutorial provides the steps to add a magnifying glass search icon at the right of Primary nav menu in Genesis, which when clicked, will show a search box covering the entire site header based on the code from Monochrome Pro. Screenshots: While the tutorial has been written for Genesis Sample 2.6.0, it should work […]
Recent Comments