Hi Cathi, Have you tried moving the corresponding code blocks around in the file whose screenshot you shared above? Like this: … genesis_widget_area( 'front-page-6', array( 'before' => '<div id="front-page-6" class="front-page-6"><div class="solid-section flexible-widgets widget-area fadeup-effect' . infinity_widget_area_class( 'front-page-6' ) . '"><div class="wrap">', 'after' => '</div></div></div>', ) ); genesis_widget_area( 'front-page-5', array( 'before' => '<div id="front-page-5" class="front-page-5"><div class="image-section […]
Search Results for: genesis
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 display 2nd and 3rd level menu items together?
Hi Sridhar, this feels like it should have a simple answer, yet all my google searches are coming up empty. I’d like to combine any 2nd and 3rd level menu items in a dropdown to avoid nested fly outs. How would I go about doing that in a Genesis theme without having to resort to […]
Set First Image as Featured Image
I imported over 400 posts into a WordPress installation but it did not download attachments. Now, those 400 posts do not have featured images. And while the images are in the post, they are not attached to the post. Is there a simple solution for setting the first image of the post as the featured […]
Infinity Pro – home page widget swap
Hello – I am using Infinity Pro 1.0.0 – I’d like help swapping front-page widget order… specifically I’d like flip the order of genesis_widget_area( ‘front-page-4’,. for genesis_widget_area( ‘front-page-6’, I don’t want to remove any widget areas, just re-order those two. I am using them here https://docswithapps.com/ Screenshot visual Thanks for any tutorial with this procedure. […]
Reply To: Replace css class title-area with an ID of the same?
Here you go. add_filter( 'genesis_attr_title-area', 'custom_title_area_markup' ); /** * Replace <code>title-area</code> class with a ID for div.title-area * * @param array $attributes attributes of HTML element which are assembled into the output. * @return attributes of HTML element which are assembled into the output. */ function custom_title_area_markup( $attributes ) { $attributes['class'] = ''; $attributes['id'] = […]
Reply To: Site footer like monochrome pro
I travelled in a time machine to future, read your above question and wrote a tutorial on exactly this here in the past: https://sridharkatakam.com/fixed-background-footer-in-genesis/
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 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 […]
Reply To: How to Hide Specific Tags from Post Metadata
Follow https://sridharkatakam.com/how-to-exclude-specific-tags-from-entry-meta-in-genesis/
Recent Comments