Create a PreHeader Full Width Wrap Bar in Genesis Theme
If you have a layout that requires a pre-header full content wrap that needs to have elements such as an optin form and member or social media menu, you can add a widget area in a Genesis child theme just above the main header area that contains any content you need with the ability to…
Read MoreAdd a Facebook Like Box HTML5 style to Genesis Child Theme (Responsively)
How to add a HTML5 version Facebook Like Box to a Genesis Child Theme and make it responsive… Facebook Code Get you facebook code and choose the HTML5 version. The bottom HTML code goes in your sidebar widget or where ever you want the Facebook like box to go, the top javascript code needs to go…
Read MoreAdd a Favicon Icon to Genesis Child Theme in WordPress
There are a couple of ways to add in a Favicon Icon into a Genesis Child Theme, either filed in a folder or declared as a function. You can also set different favicons for certain pages. File in Images Folder You can add it the favicon in your WordPress themes folder inside your child theme images…
Read MoreCreate Another Header-Right Widget Area in Genesis Theme to Display on Certain Posts and Categories
I had to create a separate Genesis Header-Right Widget Area for a client that needed to display different elements in the widget for posts in a certain category. This can be achieved with conditional widget logic plugins but can also be done in the code.
Read MoreChanging the Thumbnail Size for Genesis Featured Posts Widget
Genesis has a great Featured Posts widget with a lot of options to configure including whether or not to include a thumbnail image, the thumbnail will be the Featured Image if set, and if not set is the last image used inside the post. The thumbnail image size will list available sizes that you can…
Read MoreRemoving the Authors Name from the Post Info in Genesis Child Theme
By default in a Genesis child theme the post-info info on a blog single post contains the article date, authors name and comment link. To change these details such as remove the authors name from the blog post, you can adjust what is output by adding a filter and function to the functions.php file of the child theme.…
Read MoreCreating Full Width Fluid Divs in Genesis Theme for Sales/Landing Page
Getting full width pages in Genesis – Its colorful and long and goes on and on and on – sales landing pages. To create these types of full width pages in a Genesis child theme you need to edit the CSS for the inner part of the page and then create some new CSS…
Read More