• 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

TeeSchneider

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 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • July 22, 2020 at 5:18 pm in reply to: Infinity Pro Double Footer Nav #500264
    TeeSchneider
    Participant

    Nevermind! I had added a nav via widget not understanding that those were for inner pages.

    December 5, 2016 at 9:47 pm in reply to: Intro Class Digital Pro Blog Post #197102
    TeeSchneider
    Participant

    Thanks Victor!

    December 5, 2016 at 3:15 pm in reply to: Intro Class Digital Pro Blog Post #197091
    TeeSchneider
    Participant

    Oh. Thanks victor. Any idea if there's any reason why I could change it to appear that way on the blog page?

    December 5, 2016 at 11:52 am in reply to: Intro Class Digital Pro Blog Post #197071
    TeeSchneider
    Participant

    I should say that the class is applied to the first paragraph.

    December 5, 2016 at 10:13 am in reply to: Digital Pro featured image size/dimensions for posts #197059
    TeeSchneider
    Participant

    Never mind. Size options are in the theme settings.

    October 22, 2016 at 5:46 pm in reply to: Remove Hover Underlines From Images with Links #195206
    TeeSchneider
    Participant

    Ok, this did work. However it changed all of my links, not just those containing images. I got this from tech support that totally addressed the issue for me. Thought I'd share it for future reference. Many thanks for the suggestions.

    Add this to the bottom of style.css.

    .front-page-2 a, .front-page-3 a {
    border-bottom: none;
    }

    October 21, 2016 at 5:19 pm in reply to: Remove Hover Underlines From Images with Links #195176
    TeeSchneider
    Participant

    I've tried adding that to style.css and style-front.css and neither does anything

    October 21, 2016 at 11:51 am in reply to: Add a backstretch image to front_page_3 in digital pro #195169
    TeeSchneider
    Participant

    Awesome. Thank-you so much. I had a workaround but this looks much better!

    July 17, 2016 at 5:12 pm in reply to: Adding front page areas to Digital Pro theme… #189720
    TeeSchneider
    Participant

    Thanks Victor, much appreciated!

    November 18, 2015 at 9:00 am in reply to: Anybody Successfully Implemented Google Tag Manager on Agency Pro or similar? #171411
    TeeSchneider
    Participant

    Thanks so much for all your help! I was going crazy.

    November 17, 2015 at 10:50 pm in reply to: Anybody Successfully Implemented Google Tag Manager on Agency Pro or similar? #171384
    TeeSchneider
    Participant

    Great! The only think I'm now getting is for GA which says:

    Non-standard implementation

    GTM is green.

    I'm assuming the non-standard implementation isn't the worst so long as the codes fire?

    November 17, 2015 at 10:17 pm in reply to: Anybody Successfully Implemented Google Tag Manager on Agency Pro or similar? #171379
    TeeSchneider
    Participant

    Ok, did that. Google analytics implements fine but I get the same error with GTM which is:

    <script> tag must not be included in a <div>

    November 17, 2015 at 9:52 pm in reply to: Anybody Successfully Implemented Google Tag Manager on Agency Pro or similar? #171376
    TeeSchneider
    Participant

    Unfortunately the Google Tag Manager code has to be implemented right after the opening body tag. The theme setting allows for something right before the closing head or body tag but not the opening.

    I can get a non-standard implementation on another genesis child them working relatively well using a plugin and simple hooks but Agency Pro somehow place the code within a div tag which GTM doesn't like at all.

    October 24, 2015 at 8:44 pm in reply to: Link from an internal page to the Home Middle section of Agency Pro #168946
    TeeSchneider
    Participant

    I can now get it to work well on desktop by linking to the #home-middle id but it doesn't work on mobile...just brings me back to the top section of front page.

    September 1, 2015 at 5:56 pm in reply to: Centric Pro Page title showing at the bottom of home page 1 #164253
    TeeSchneider
    Participant

    I ended up getting rid of it by commenting out:

    add_action( 'genesis_before', 'centric_post_title' );
    function centric_post_title() {
    
    	if ( is_page() and !is_page_template() ) {
    		remove_action( 'genesis_entry_header', 'genesis_do_post_title' );
    		add_action( 'genesis_after_header', 'centric_open_post_title', 1 );
    		add_action( 'genesis_after_header', 'genesis_do_post_title', 2 );
    		add_action( 'genesis_after_header', 'centric_close_post_title', 3 );
    	} elseif ( is_category() ) {
    		remove_action( 'genesis_before_loop', 'genesis_do_taxonomy_title_description', 15 );
    		add_action( 'genesis_after_header', 'centric_open_post_title', 1 ) ;
    		add_action( 'genesis_after_header', 'genesis_do_taxonomy_title_description', 2 );
    		add_action( 'genesis_after_header', 'centric_close_post_title', 3 );
    	} elseif ( is_search() ) {
            remove_action( 'genesis_before_loop', 'genesis_do_search_title' );
            add_action( 'genesis_after_header', 'centric_open_post_title', 1 ) ;
            add_action( 'genesis_after_header', 'genesis_do_search_title', 2 );
            add_action( 'genesis_after_header', 'centric_close_post_title', 3 );
        }
    
    }

    Not sure what kind of effect that will have on the bigger picture though.

    August 31, 2015 at 9:00 pm in reply to: Centric Pro Change text color? #164187
    TeeSchneider
    Participant

    I can't! My question was too stupid. I figured it out. :/

    August 9, 2015 at 9:21 am in reply to: Removing the Gradient Filter on Altitude Pro front page images? #161841
    TeeSchneider
    Participant

    nm, found the answer here:

    Altitude Theme – Remove Filter on Featured Section Images

  • Author
    Posts
Viewing 17 posts - 1 through 17 (of 17 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