Category: Uncategorized
-
Remove ‘Menu’ from Genesis Sample Theme Mobile Nav
How does one remove the “Menu” text from the responsive menu in the Genesis Sample Theme? The following block of code starts at line 35 in the Genesis Sample Theme’s functions.php file. Look at…
-
Gallery Pro Full-width Home Slider
Edit front-page.php and remove the wrap from the code that creates front-page-1. It is at line 69. When you open the file in an editor, the code to change looks like this: https://gist.github.com/vfontjr/c715891ddff9f91ab15014287533e0db#file-before_change-php Change…
-
Understanding the Genesis Framework Site Header Layout
A frequently asked question about the Genesis Framework and Studio Press themes is: How do I center a logo after I’ve added content to the header right widget area? To answer this question, it’s…
-
Add Class to WordPress Menu ul element
A common support question is: How do I add a custom class to the ul element in the WordPress navigation menu. This code snippet will do it for you when added to functions.php. https://gist.github.com/vfontjr/3c73cd090031f7e902edcc39683e76b7#file-add_class_to_wp_menu_ul-php
-
Remove URL from WordPress Comment Form
The problem: I’m getting a lot of spammers who clearly want their comment approved so they get a link to their website/url. How do I remove the website field when folks submit comments? The…
-
Add Images to Front Page Widget Areas for Infinity Pro Theme
The Studio Press Infinity Pro theme includes a filter for customizing which front page images can have background images configured through the WordPress customizer. This snippet, when added to the theme’s /lib/helper-functions.php file, will…