• 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

Walter Lopez

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
  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • February 10, 2021 at 2:58 am in reply to: Developer says I need a new theme #502978
    Walter Lopez
    Participant

    Hi @wanderer,
    I want to add a couple of notes to complement what Anita said.

    1. I don't think you need to change theme because it's not being "updated" or it's not Gutenberg-ready. Primarily because Gutenberg only introduces a "new way" to edit your site. I believe the developer suggested a new theme more on the aesthetic side than functionality.
    2. Changing theme will not improve your PageSpeed scores. The scores you are getting are "normal" when you display ads. From my experience optimizing sites running Mediavine ads, you can configure the script to load Async (more: https://help.mediavine.com/en/articles/425160-updating-to-the-async-script-wrapper)
    3. I highly recommend ensuring your site loads on HTTPS as it's a ranking factor from some time ago

    Hope this helps!


    Website: wpallied.com | Twitter: @lopwalj

    January 16, 2021 at 10:48 am in reply to: Display Advanced Custom Fields for Custom Post Type #502667
    Walter Lopez
    Participant

    Hello Jadie,
    Assuming you want to display the fields inside the content, I would load the function on the genesis_entry_content hook, something like:

    add_action('genesis_entry_content', 'wpa_do_family_tree');
    function wpa_do_family_tree() {
    	// Check if we are on the "member" CPT, if not bail early.
    	if ( ! is_singular('member') ) {
    		return;
    	}
    
    	$biography  = get_field('biography');
    	$birth_date = get_field('approximate_birth_date');
    	$death_date = get_field('approximate_death_date');
    
    	// Do stuff with the data.
    }

    Website: wpallied.com | Twitter: @lopwalj

    November 11, 2019 at 11:52 am in reply to: Translating Hero Section in Essence Pro #494617
    Walter Lopez
    Participant

    Hello danielleB,
    You can translate the Customizer options by following the Translating Customizer and Theme Options guide from WPML.


    Website: wpallied.com | Twitter: @lopwalj

    November 7, 2019 at 10:23 pm in reply to: Changing Quote Style on EssensePro Theme #494558
    Walter Lopez
    Participant

    Not necessarily. StudioPress don't update the child themes often. The last ones I have seen are converting them to the Gutenberg editor. Most of the updates are done to the Genesis framework so I would say you are good.

    Just remember that if you ever need to update the child theme, then yes, you will need to port over the changes you made.


    Website: wpallied.com | Twitter: @lopwalj

    November 7, 2019 at 9:30 pm in reply to: Changing Quote Style on EssensePro Theme #494556
    Walter Lopez
    Participant

    In this case, you are using a child theme (what you call a child CSS file) so this is not an option.

    If the changes are small, I would suggest adding the css in the Custom CSS section in the customizer.

    If you need to make a considerable amount of changes, then Design Palette Pro is a good option.


    Website: wpallied.com | Twitter: @lopwalj

    November 7, 2019 at 7:24 pm in reply to: Changing Quote Style on EssensePro Theme #494553
    Walter Lopez
    Participant

    Well, in theory yes.
    If you update the theme (manually) then you will lose the modifications. Just keep in mind that StudioPress child themes don't update automatically.


    Website: wpallied.com | Twitter: @lopwalj

    November 7, 2019 at 3:24 pm in reply to: Changing Quote Style on EssensePro Theme #494546
    Walter Lopez
    Participant

    Hello leoleoso,
    You may need to update the css located in /essence-pro/lib/gutenberg/front-end.css. The class is wp-block-quote.


    Website: wpallied.com | Twitter: @lopwalj

    July 6, 2018 at 4:40 pm in reply to: Mixed Content in Header/Background Image Beautiful Pro Theme #221398
    Walter Lopez
    Participant

    Hello Stephanie,
    You need to remove the image, delete from the gallery and upload it again.


    Website: wpallied.com | Twitter: @lopwalj

  • Author
    Posts
Viewing 8 posts - 1 through 8 (of 8 total)

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 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