• 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

Chrissy Marquardt

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 25 total)
1 2 →
  • Author
    Posts
  • February 10, 2015 at 6:49 pm in reply to: Moving Primary Nav Menu Above Tagline #140419
    Chrissy Marquardt
    Member

    Hello,

    Thank you for your help. When I did that the primary nav menu disappeared completely instead of going above the tagline. Any thoughts?

    http://demo.webspyred.com


    WebSpyred Media: WordPress Websites & Genesis Themes| Follow Me on Twitter | Like Me on Facebook

    February 8, 2015 at 1:19 am in reply to: Change Two Column Layout To Content-Sidebar Layout on Minimum Pro Home Page #140077
    Chrissy Marquardt
    Member

    Ok I figured out how to have the content-sidebar layout show-up by changing the Reading Settings to show a static page with the Blog Template. I should clarify here and re-ask the question. How do I change it so that it is a content-sidebar layout style with the ability to have featured posts & pages - similar to homepage of LifeStyle Pro?


    WebSpyred Media: WordPress Websites & Genesis Themes| Follow Me on Twitter | Like Me on Facebook

    May 8, 2014 at 6:56 pm in reply to: Space above tagline in Minimum Pro #104222
    Chrissy Marquardt
    Member

    Hello Ryan,

    Thank you for you help. When I deleted the margin-top css it fixed the homepage and cut-off the tagline on the rest of the other pages. so I changed it back.

    I'm trying to find a specific home. .site-tagline class that applies only to the home page and I can't see to find it or I am unsure which one it is. Any other suggestions?


    WebSpyred Media: WordPress Websites & Genesis Themes| Follow Me on Twitter | Like Me on Facebook

    March 25, 2014 at 11:55 am in reply to: Tagline in Minimum Pro Cutoff on Home Page #96596
    Chrissy Marquardt
    Member

    Cheers!!!


    WebSpyred Media: WordPress Websites & Genesis Themes| Follow Me on Twitter | Like Me on Facebook

    March 25, 2014 at 11:03 am in reply to: Tagline in Minimum Pro Cutoff on Home Page #96582
    Chrissy Marquardt
    Member

    Brilliant! David it worked! Thank you so much :)!


    WebSpyred Media: WordPress Websites & Genesis Themes| Follow Me on Twitter | Like Me on Facebook

    February 17, 2014 at 5:34 pm in reply to: add sticky / fixed menu to ExecPro (like MinPro) #90867
    Chrissy Marquardt
    Member
    This reply has been marked as private.
    January 10, 2014 at 1:58 pm in reply to: Changing Header size for Magazine Pro #84485
    Chrissy Marquardt
    Member

    Hey everyone,

    Sorry for my late response on this. Here is a tutorial from Brad Dalton that was helpful in changing the size of the header. I ended up going with a different theme because I wasn't able to figure out how to get the header to span the full width of the site.

    Add Full Width Header Image To The Magazine Pro Theme

    Hope this is helpful!


    WebSpyred Media: WordPress Websites & Genesis Themes| Follow Me on Twitter | Like Me on Facebook

    January 7, 2014 at 9:01 am in reply to: Beautiful Pro- Hiding Site Title and Stretching Menu #83800
    Chrissy Marquardt
    Member

    Sorry Rob just seeing this. I will add that code to reduce the menu space. And thanks for the feedback its a work in progress :)!
    Happy New Year!


    WebSpyred Media: WordPress Websites & Genesis Themes| Follow Me on Twitter | Like Me on Facebook

    January 1, 2014 at 12:22 pm in reply to: Beautiful Pro- Hiding Site Title and Stretching Menu #82512
    Chrissy Marquardt
    Member

    Fantastic! That's exactly what I wanted! Thank you so much Rob you are awesome :)!


    WebSpyred Media: WordPress Websites & Genesis Themes| Follow Me on Twitter | Like Me on Facebook

    July 29, 2013 at 8:07 am in reply to: I want to add a "widget" in my No Sidebar post/page #53064
    Chrissy Marquardt
    Member

    It worked ! Thank you so much Brad you rock !!!! I really appreciate you taking the time to answer my questions!


    WebSpyred Media: WordPress Websites & Genesis Themes| Follow Me on Twitter | Like Me on Facebook

    July 25, 2013 at 10:56 pm in reply to: I want to add a "widget" in my No Sidebar post/page #52561
    Chrissy Marquardt
    Member

    Just to clarify ( I just want to make sure I dont screw up my php file so sorry for the questions

    
    add_action( 'genesis_after_post_content', 'custom_add_newsletter_box' );
    function custom_add_newsletter_box() {
    	if ( is_singular( 'post' ) || is_page( array( 'about-me', 'contact-me' ) ) )
    	genesis_widget_area( 'newsletter', array(
    		'before' => '<div id="newsletter">',
    	) );
    }
     
    genesis_register_sidebar( array(
    'id' => 'newsletter',
    'name' => __( 'Newsletter', 'wpsitesdotnet' ),
    'description' => __( 'Newsletter widget.', 'wpsitesdotnet' )
    ) );
    /**
    * @author Brad Dalton - WP Sites
    * @example add_action( 'genesis_after_post_content', 'custom_add_newsletter_box' );
    function custom_add_newsletter_box() {
    	if ( is_singular( 'post' ) || is_page( array( 'about-me', 'contact-me' ) ) )
    	genesis_widget_area( 'newsletter', array(
    		'before' => '<div id="newsletter">',
    	) );
    }
     
    
    

    instead of wpsitesdotnet - I replace this with my site cleaneatingsimplifieddotcom ?
    instead of @author Brad Dalton - @author Chrissy Marquardt - Clean Eating Simplified
    instead of @example http://wp.me/p1Tu0-9Jr - @link http://cleaneatingsimplified.com/about/

    @link
    http://cleaneatingsimplified.com/contact-me

    Here is where I am unclear. I am not sure what I am supposed to be putting here ? What do I replace this with - is it the link to my about page and my contact page ? Do I leave it as @example ? Do I put it twice ?

    Thanks !


    WebSpyred Media: WordPress Websites & Genesis Themes| Follow Me on Twitter | Like Me on Facebook

    July 24, 2013 at 9:00 pm in reply to: I want to add a "widget" in my No Sidebar post/page #52399
    Chrissy Marquardt
    Member

    Hey again

    Thanks for your help with this. I would like to keep my subscription box below my posts AND have it below the contact me and about page. So would it look like this:

    //* Add the newsletter widget after the post content
    add_action( 'genesis_after_post_content', 'custom_add_newsletter_box' );
    function custom_add_newsletter_box() {
    if ( is_singular( 'post' ) )
    if (is_page( array( 'about', 'contact-me' ) ) )
    genesis_widget_area( 'newsletter', array(
    'before' => '<div id="newsletter">',
    ) );
    }
    `
    Thanks again. Really appreciate your input


    WebSpyred Media: WordPress Websites & Genesis Themes| Follow Me on Twitter | Like Me on Facebook

    July 22, 2013 at 2:20 pm in reply to: I want to add a "widget" in my No Sidebar post/page #51905
    Chrissy Marquardt
    Member

    Hey Brad,

    I read the other post and I had some follow up questions. Here is the code I have at the bottom of my themes php file that I grabbed based on a tutorial Brian Gardener posted on the eNews extended plugin

    //* Add the newsletter widget after the post content
    add_action( 'genesis_after_post_content', 'custom_add_newsletter_box' );
    function custom_add_newsletter_box() {
    	if ( is_singular( 'post' ) )
    	genesis_widget_area( 'newsletter', array(
    		'before' => '<div id="newsletter">',
    	) );
    }

    So I want to add my newsletter sign up box after my about page and my contact me page ( possibly some other pages in the future but we'll start there for now). What code would I put in the php file ?

    Thanks again !


    WebSpyred Media: WordPress Websites & Genesis Themes| Follow Me on Twitter | Like Me on Facebook

    July 20, 2013 at 10:15 pm in reply to: I want to add a "widget" in my No Sidebar post/page #51670
    Chrissy Marquardt
    Member

    Hey Brad, you've helped me out before and Im working on a new project and had the same question. Using the Innov8tive theme for my blog and I was able to figure out how to get my newsletter box to appear below posts but I want it to appear below my About page. I know its some code I have to put in the php file but just not sure what it is

    http://www.cleaneatingsimplified.com/about/

    Thanks


    WebSpyred Media: WordPress Websites & Genesis Themes| Follow Me on Twitter | Like Me on Facebook

    April 16, 2013 at 10:20 pm in reply to: Changing the headline and content font #35886
    Chrissy Marquardt
    Member

    No takers on this topic 🙁 ?  Awwww man....anyone out there have any tips ? I would surely appreciate it ! Thanks again


    WebSpyred Media: WordPress Websites & Genesis Themes| Follow Me on Twitter | Like Me on Facebook

    April 2, 2013 at 10:00 pm in reply to: Changing the Blue Background color on Genesis Metric Child Theme #32780
    Chrissy Marquardt
    Member

    I am also interested in changing the blue background. Did this suggestions work for you sageHaus ? Did you use a background image or just change the color ? Any tips would be appreciated thanks


    WebSpyred Media: WordPress Websites & Genesis Themes| Follow Me on Twitter | Like Me on Facebook

    March 8, 2013 at 6:31 pm in reply to: Genesis Responsive Slider #25090
    Chrissy Marquardt
    Member

    Hey Brad

    I really appreciate your help with. It worked ! Thank you !!!

     


    WebSpyred Media: WordPress Websites & Genesis Themes| Follow Me on Twitter | Like Me on Facebook

    March 8, 2013 at 5:21 pm in reply to: Genesis Responsive Slider #25075
    Chrissy Marquardt
    Member

    Just like the have in the demo - if I need to take out the home or welcome page I can do that. I actually created a blank Home page because thats where I wanted the slider to be

    Thanks again for your help. I love this stuff but there is a HUGE learning curve 🙂

     


    WebSpyred Media: WordPress Websites & Genesis Themes| Follow Me on Twitter | Like Me on Facebook

    March 8, 2013 at 5:19 pm in reply to: Genesis Responsive Slider #25074
    Chrissy Marquardt
    Member

    Hey

    If possible I want the slider on the home page and I also want the Home page to be the static front page instead of the Welcome Page

     


    WebSpyred Media: WordPress Websites & Genesis Themes| Follow Me on Twitter | Like Me on Facebook

    March 8, 2013 at 5:08 pm in reply to: Genesis Responsive Slider #25069
    Chrissy Marquardt
    Member

    Hey Brad I appreciate the link I went to the tutorial but Im not that advanced of a user and it was very confusing to me. I know some code but still learning a lot . It took me an hour to figure out how to even get the slider going


    WebSpyred Media: WordPress Websites & Genesis Themes| Follow Me on Twitter | Like Me on Facebook

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

© 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