• 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

Zach Russell

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 20 posts - 1 through 20 (of 34 total)
1 2 →
  • Author
    Posts
  • May 7, 2015 at 9:02 pm in reply to: Preferred way of adding a retina logo to Altitude Pro #150842
    Zach Russell
    Member

    Hi Susan,

    I've never figured this one out. I am actually building another site on the altitude pro theme as well, so it'd be a huge help.


    ———-
    Zach Russell
    President, ProTech Internet Group

    November 25, 2014 at 2:37 pm in reply to: Can't customize breadcrumbs separator #132796
    Zach Russell
    Member

    Oh wow, figures it was that easy - thanks for the tip!


    ———-
    Zach Russell
    President, ProTech Internet Group

    November 24, 2014 at 10:13 pm in reply to: Can't customize breadcrumbs separator #132713
    Zach Russell
    Member

    I was able to get it working, but it feels sloppy. Is this the best way to do it?

    //* Add Yoast Breadcrumbs
    add_action( 'genesis_before_entry', 'sbf_do_breadcrumbs' );
    
    function sbf_do_breadcrumbs() {
        if( ! is_front_page() and is_page() ) {
            if( function_exists( 'yoast_breadcrumb') ) {
                yoast_breadcrumb( '<p id="breadcrumbs">', '</p>');
            }
        }
    }

    ———-
    Zach Russell
    President, ProTech Internet Group

    November 24, 2014 at 10:08 pm in reply to: Can't customize breadcrumbs separator #132711
    Zach Russell
    Member

    So if I hook the yoast function into genesis_before_entry it works - except it shows on all posts and pages. I don't want that, If I try to wrap the hook into a !is_post() or is_page() it doesn't work. For example:

    <?php
    //* Add Yoast Breadcrumbs
    if( is_page() ) {
       add_action( 'genesis_before_entry', 'sbf_do_breadcrumbs' );
    }
    
    function sbf_do_breadcrumbs() {
        if( function_exists( 'yoast_breadcrumb') ) {
            yoast_breadcrumb( '<p id="breadcrumbs">', '</p>');
        }
    }

    ———-
    Zach Russell
    President, ProTech Internet Group

    November 24, 2014 at 9:27 pm in reply to: Host says Javascripts files are in wrong place #132708
    Zach Russell
    Member

    Moving all JavaScript to the footer isn't necessarily the solution to problem you're having. I just rank a Pingdon Test and I would assume that the high CPU load is related to the 289 requests that need to be made in order for your site to load completely. The first thing I would do is try to remove any unnecessary plugins and scripts. Second I would look into is implementing a caching plugin, like W3 Total Cache - this will significantly reduce server load. Lastly, I would consider using a plugin like autoptimize, which will combine CSS and JavaScript into a single file (instead of many, many separate files) and you have the option of moving the JavaScript to the footer. In my experience, your site will likely break if you move it to the footer, so you will need to go into autoptimize's advanced settings and select Force JavaScript in <head>.

    If you need any help setting anything up, please follow up and i'll do what I can to help speed up your site and reduce server load.


    ———-
    Zach Russell
    President, ProTech Internet Group

    May 20, 2014 at 12:38 pm in reply to: Centric pro image logo not working on mobile? #106056
    Zach Russell
    Member

    Yea, I have no idea what was happening, but it wasn't serving the correct logo to mobile user-agents. It's resolved now.


    ———-
    Zach Russell
    President, ProTech Internet Group

    May 20, 2014 at 6:51 am in reply to: Smooth Scrolling To Widget Section In Centric Pro #105992
    Zach Russell
    Member

    Worked,

    Thank you very much, Tom!


    ———-
    Zach Russell
    President, ProTech Internet Group

    May 15, 2014 at 8:43 am in reply to: Move Genesis Nav to above the header in sample theme #105303
    Zach Russell
    Member

    Thanks David,

    Looks like a priority of 5 did the trick!

    Cheers!


    ———-
    Zach Russell
    President, ProTech Internet Group

    May 15, 2014 at 7:50 am in reply to: Move Genesis Nav to above the header in sample theme #105286
    Zach Russell
    Member

    Hello David,

    Thank you for the quick response! That executes genesis_do_nav() in the <header> element, but does it at the bottom. I need this to execute before anything else in the header. Meaning before the site title/header image and header right, but still within the n<head> element.

    Does that make sense?

    Thanks


    ———-
    Zach Russell
    President, ProTech Internet Group

    May 13, 2014 at 11:36 am in reply to: Add & Style Genericons in Nav #104940
    Zach Russell
    Member

    Andrea, that worked! Wow that's hackey though 🙂

    Thanks a ton for your help!


    ———-
    Zach Russell
    President, ProTech Internet Group

    May 13, 2014 at 11:09 am in reply to: Add & Style Genericons in Nav #104933
    Zach Russell
    Member

    Thanks for your swift response. I added the home text and text-indent and the result wasn't what you predicted 🙂

    Check out the site and see for yourself, please.


    ———-
    Zach Russell
    President, ProTech Internet Group

    May 13, 2014 at 10:53 am in reply to: Add & Style Genericons in Nav #104930
    Zach Russell
    Member

    Thank you Andrea, that fixed part of it, but, there is still an issue with it not being clickable. Somehow the clickable space of the link is being pushed down to below the button. Try to click the home button on my site and you'll see what I mean.

    Thanks again for your help!


    ———-
    Zach Russell
    President, ProTech Internet Group

    May 13, 2014 at 10:02 am in reply to: New Pro theme font rendering problems in Chrome #104921
    Zach Russell
    Member

    Can you give use a little more background information? What Operating System are you using? What version of Chrome (click the gear > "About Google Chrome" item) are you using? Can you send a screenshot? Can you try it in another "Webkit" browser (Safari)?

    Thanks
    Zach


    ———-
    Zach Russell
    President, ProTech Internet Group

    January 20, 2014 at 8:41 am in reply to: Move Post Title on pages: Genesis Sandbox (HTML5 Markup) #86093
    Zach Russell
    Member

    Someone private replied to me and linked to a post that showed me exactly what needed to be done. I'm pulling what I need to from the theme's functions.php file:

    remove_action( 'genesis_entry_header', 'genesis_do_post_title' );
    remove_action( 'genesis_entry_header', 'genesis_entry_header_markup_open', 5 );
    remove_action( 'genesis_entry_header', 'genesis_entry_header_markup_close', 15 );

    Add this to genesis_before_content_sidebar_wrap in the Genesis Simple Hooks Plugin:

    <?php
    if( is_singular() ) {
    genesis_entry_header_markup_open();
    genesis_do_post_title();
    genesis_entry_header_markup_close();
    }
    ?>

    Make sure you check "execute php".

    Let me know if this works, if not I can help you with some other tricks I know.


    ———-
    Zach Russell
    President, ProTech Internet Group

    January 2, 2014 at 3:33 pm in reply to: Customize the Footer Text in Metro Pro Theme #82760
    Zach Russell
    Member

    Works like a charm! Only problem was I tried to concatenate strings using Python syntax :/ Thanks for your help!


    ———-
    Zach Russell
    President, ProTech Internet Group

    January 2, 2014 at 3:20 pm in reply to: Customize the Footer Text in Metro Pro Theme #82755
    Zach Russell
    Member

    Haha well now I know. As I get into more complex genesis development projects I know this will help! Thanks man.


    ———-
    Zach Russell
    President, ProTech Internet Group

    January 2, 2014 at 1:38 pm in reply to: Customize the Footer Text in Metro Pro Theme #82727
    Zach Russell
    Member

    Genius!

    I was a little confused adding priorities (thats what the numbers are right?) to the hooks.

    I'll let you know how it works!

    Thank you


    ———-
    Zach Russell
    President, ProTech Internet Group

    June 11, 2013 at 4:42 pm in reply to: How do I make header background full width? #45359
    Zach Russell
    Member

    It's quite a bit of CSS work but you're going to have to have to make some major style changes to the site -- essentially making the wrap full width then styling child elements to be a fixed (or percentage width). I recently did this with my site -- but it's not very responsive yet. Look at how http://youneedfat.com/ does it (using firebug or chrome developer tools, I prefer chrome).

    For the background pattern, you should then take the image as a pattern (only a few pixels wide) and do a repeat-x attribute to it when the image is called in the CSS for it to stretch the full width of the header. I would then make the logo a transparent PNG file and place it on top of the header. There is a lot of styling that will need to be redone as it styles down as well.

     

    Hope this helps!


    ———-
    Zach Russell
    President, ProTech Internet Group

    June 10, 2013 at 10:32 am in reply to: Alt text in SERPs #45061
    Zach Russell
    Member

    Nazz,

     

    I understand your question and it is a mixture between basic SEO and technical SEO. There isn't really any other way to fix your probother their than writing a meta description.  technical SEP and WordPress development is what I do for a living, and if I saw Amy white hat way for you to get around it I would tell you. There is no reason why you shouldn't write a meta description for every indexable page on your site, even if you have to update it when you update the page, it's only 155 characters. You should also note that Google makes about 500 algorithm changes a year so that Is probably why it worked before and doesn't now.


    ———-
    Zach Russell
    President, ProTech Internet Group

    June 9, 2013 at 9:35 pm in reply to: Alt text in SERPs #44960
    Zach Russell
    Member

    Nazz,

    Your prolem isn't with you needing to hide text, it's that you aren't using what is called a Meta Description tag. Please Read Moz's Post on Meta Desciptions for more info on the matter. That whole guide is integral for anyone who isn't completely familiar with SEO. In the post/page editor you will be able to make a meta description in the Genesis SEO settings. Wait a few days to a week and you should be golden. When you don't use a meta description Google Can use the text from the page to make one.

    Hope this helps


    ———-
    Zach Russell
    President, ProTech Internet Group

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 34 total)
1 2 →

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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