Default page header image in Showcase Pro

Posted on

In Genesis Facebook group a user asks: SHOWCASE-PRO, does anyone know how to load a default “Featured image” on Posts & Pages if none has been attributed to that post or page? This article presents the customizations in Showcase Pro 2.0.2 to display a default/fallback image for page header for Posts and Pages that do not have a […]

Floating Header on Soliloquy slider in Parallax Pro

Posted on

In the comments section of Full width Soliloquy slider below header in Parallax Pro, a user asked: Sridhar, is it possible to extend the top of the slider so that the top nav is transparent over top of it? This tutorial provides the steps to add a slider using the free Soliloquy plugin, display it below […]

Genesis 2.6

Posted on

Genesis 2.6 is actively under development by the StudioPress team with contributions from volunteers like Gary Jones, Lee Anthony and several others. Today they announced the availability of 2.6 beta here: https://studiopress.blog/genesis-2-6-beta/ The ‘Added’ section of the change log reads: Add contextual filter for `content` passed through the Markup API. Add filter for 404 page title. I installed the beta to […]

How to add a heading above flexible widgets in Front Page 4 section of Wellness Pro

Posted on

In StudioPress forums a user asked: -On my homepage, on the 4th widget area, I have my 6 latest blog posts posted. I want a title at the top to say “LATEST POSTS”. I thought that I would need 7 widget areas, but when I add the 7th widget, it is placed at the bottom of […]

How to remove site footer from homepage in Genesis

Posted on

In Genesis Facebook group a user asks: Good morning, I could use some assistance. We have AgentPress Pro theme and would like to know is there a way to not display the footer from front page, and still have it be visible on every other page? Thank you in advance. The relevant code that outputs the […]

Moving secondary sidebar inside Content Sidebar wrap and replacing floats with Flexbox in Genesis

Posted on

In Genesis Slack chat a user asks: I would like to move the secondary sidebar into the content sidebar wrap, so I have sidebar/content/sidebar within the wrap. Nothing I’ve tried so far seems to work. Any help would be most appreciated. By default, the secondary sidebar is present outside div.content-sidebar-wrap in Genesis 2.5.3. By adding remove_action( ‘genesis_after_content_sidebar_wrap’, ‘genesis_get_sidebar_alt’ ); […]