In the comments section of The Comprehensive Guide to Genesis Theme Supports, a user asked: how can I remove the inpost scripts for a certain page template? Adding the following in child theme’s functions.php will make Scripts section to not appear for static Pages to which page_products.php template has been applied. add_action( ‘init’, ‘custom_remove_scripts’, 11 […]
How to set up URLs similar to StudioPress theme demos for third party Genesis theme demos
The problem I want to visit Showcase Pro theme’s demo site. In my browser (Chrome), I start typing demo and the browser history suggestion list shows me something like: I change the last part of the URL from infinity to showcase and hit return. The result is a page in Maintenance Mode (in this case) […]
How to replace class with an ID for Title Area in Genesis
In the members-only forum, a user asked: Hi All
> I’m a bit stuck on using attributes to alter markup. I’d like to replace the title-area css class with an ID of title-area and I’d rather not rewrite the do_header area. This can be done using genesis_attr_<context> filter hook. Add this in child theme’s functions.php: add_filter( […]
Responsive menu with inline Search in Foodie Pro
In GenesisWP Facebook group, a user asked: I’m looking to make the Foodie Pro navigation menu look like this on mobile–with search bar visible while collapsed (example site that client wants mobile menu to look like: http://deliciouslysprinkled.com/). Any suggestions? Thank you! We can remove the search form from being injected inside the primary navigation’s list […]
How to make secondary navigation menu mobile responsive in Genesis
In the comments section of How to add a responsive mobile menu before footer in Focus Pro, a user asked: I need to add a menu similar to the one in this tutorial and doesn’t seem to be working with the current sample theme – I think it’s because the responsive code is different in […]
Before and After Slider in WordPress using ZURB TwentyTwenty
TwentyTwenty is a jQuery plugin from ZURB that can be used to show multiple sets of before/after images with the images appearing superimposed on each other. Dragging a vertical bar horizontally left and right reveals the before and after image respectively. In this tutorial, we shall load the files needed for ZURB TwentyTwenty draggable before-after […]
How to add a Top News widget area below Home 1 section in Centric Pro
In the tutorial requests Trello board, a user asked: I was wondering if it would be possible for a tutorial to add a widget are to Centric like home-top-new in Kickstart? I would like to use this widget are to draw attention to a specific page This tutorial provides the steps to register a Home […]
Grid of CPT entries with title and excerpt sliding up on hover in Genesis
Updated on June 26, 2017 A user recently wrote me: Hi Sridhar, I find your tutorials very helpful. I was hesitant to signup and pay the $47/month, but it’s money well spent every month. Thank you! I have a request. Can you help me or put out a tutorial to accomplish what I’m seeing here?: […]
How to auto play videos as they come into view in Genesis
This tutorial provides the steps to: add custom fields to upload/select mp4, webm and ogv video files for Posts using Advanced Custom Fields. replace content archive images with muted looping videos (if set) for each post appearing on the archives on the front end using shortcode built in WordPress. use jQuery Visible to a) play […]
How to exclude specific tags from Entry Meta in Genesis
In the members-only forum a user asked: There are a number of guides for doing this with categories in Genesis with functions.php code, but I’ve yet to come across one that works with specific tags instead of categories. The usage scenario is this: I have some specific tags I use for administrative purposes (eg. featured) […]
Recent Comments