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 the highlighted lines. Replace the word 'Menu' with ''. That's all folks!
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:
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 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 allow you to add images to all of the front page widget areas.
If you don't want all widget areas to have background images, just remove the number from the array. The default is 1,3,5,7. One last step to finalize this, edit front-page.php and change the solid section class to image-section for any area to which you are adding an image.
How do I prevent fields with Admin Only visibility from displaying on the front end?
There are a few code snippets on the Formidable Forms site that help you get started with a solution. The code snippet below will retrieve and hide all fields dynamically where you have their visibility set to Administrator.
We only use analytical cookies on our website that allow us to recognize and count the number of visitors, but they do not identify you individually. They help us to improve the way our website works. By clicking Accept you, agree to cookies being used in accordance with our Cookie Policy.OkNoCookie policy