This tutorial provides the steps to show different Soliloquy slider below the header on different static Pages in Showcase Pro. The difference between this and the earlier tutorial is that we are going to set the header to have a solid background color here and set a padding equal to the height of the fixed […]
Genesis
How to exclude Posts having a specific tag from Genesis Featured Posts
In GenesisWP Slack channel, a user asked: Using the inbuilt Genesis Featured Posts, is there a way to exclude a specific tag from the results? Wondering if there’s a way using pre_get_posts… So posts with a specific tag don’t show in genesis featured post widgets. This can be done using Custom Genesis Featured Posts Widget […]
Site Title – Image Logo in Genesis
In my tutorials requests Trello board, a user asked: Hi Sridhar, could you make a tut regarding how to have BOTH site site title AND logo side by side on header ? In this tutorial, I share a modification of the code from Theme Logo in Genesis article to display the site title and image […]
WooCommerce Shop Archive Image in Genesis using ACF Pro
In the comments section of How to overlay entry title on featured image in single Posts tutorial, a user asked: …Now I have the opposite problem on the main shop page of woocommerce: the effect doesn’t work, the image doesn’t appear and the title remains in standard place… This tutorial provides the steps to relocate […]
Soliloquy slider on single Posts and static Pages in Showcase Pro
In the comments section of Full width Soliloquy slider in Showcase Pro tutorial, a user asked: How can I add Soliloquy to individual pages? In this tutorial, we shall add a checkbox in the WordPress editor which when ticked, will display a number field in which Soliloquy slider’s ID can be entered and then the […]
How to remove Scripts section from Pages of a specific Page Template in Genesis
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 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 […]
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 […]
Recent Comments