• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Essence Pro

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Essence Pro

This topic is: not resolved

Tagged: Essence Pro

  • This topic has 4 replies, 3 voices, and was last updated 4 years, 4 months ago by powred.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • June 19, 2018 at 7:01 pm #220995
    renwil
    Participant

    I have some questions on Essence Pro:

    1. How can I have the hero image without having text? I'm using a graphic that has my logo and title. I don't want any other text covering it up.

    2. In Front Page widget section 1, is there a way to add a title section that displays above the featured images?

    3. How can I remove the page titles on inner pages?

    http://www.wearewomenofworth.org
    June 19, 2018 at 8:47 pm #220998
    Brad Dalton
    Participant

    1. Add a empty text widget to front page 1

    2. You can add a custom HTML widget with the HTML for the title

    3. You can use code to conditionally remove titles from inner pages.


    Get Help – Book Consultation.

    June 20, 2018 at 12:12 pm #221013
    renwil
    Participant

    I tried both suggestions before posing the questions and neither worked. I have other widgets in front page 1. If I don't put any text in the hero section under customize, it reduces the size of the graphic. If I put text, it makes the graphic the larger size.

    The font size in custom html doesn't change when I put in a title. I've tried text and custom html. The output is always the same.

    June 22, 2018 at 9:50 pm #221086
    Brad Dalton
    Participant

    1. Are you referring to the front page? Based on my testing the hero image still displays without text.

    2. You can use code in front-page.php to hook in a title like this :

    add_action( 'genesis_loop', 'essence_front_page_title', 5 );
    function essence_front_page_title() {
    echo '<h1 class="before-widgets">Title</h1>';
    }
    

    You will need to add CSS to position and style the title.


    Get Help – Book Consultation.

    September 27, 2018 at 10:33 am #223423
    powred
    Member

    Hi, I found myself here as I want to add a title in to one of the widget blocks of the Essence Pro theme. Adding a Custom HTML or text widget just creates another column and I want this title to sit above the three widget columns.

    The widget area I want to add the title to is the "Front Page Featured" block.

    function essence_front_quote_widget() {
    
    	if ( is_active_sidebar( 'front-page-featured' ) ) {
    		essence_do_widget( 'front-page-featured' );
    	}

    I tried to adapt the code posted above:

    add_action( 'genesis_loop', 'essence_front_page_title', 5 );
    function essence_front_page_title() {
    echo '<h1 class="before-widgets">Title</h1>';
    }

    But have not had any success.

    Any help would be greatly appreciated. The inserted title is to go above the three 'Popular Treatments' on this page, as currently I am using the widget area above and have just taken out the bottom margin - not a great idea I know, but I am struggling with this.
    https://www.theglobalmesh.com/

  • Author
    Posts
Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2023 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble