• 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

charriott4

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 - 21 through 40 (of 56 total)
← 1 2 3 →
  • Author
    Posts
  • February 19, 2013 at 7:30 pm in reply to: Agency Header Too Wide For Premise Landing Page #21542
    charriott4
    Member

    It looks like the header fits fine there too?


    Web Designs By Chrissy | Twitter @designbychrissy

    Follow Me On Facebook

    February 19, 2013 at 7:25 pm in reply to: Another Expose Theme Help Needed #21541
    charriott4
    Member

    Its in the home.php code


    Web Designs By Chrissy | Twitter @designbychrissy

    Follow Me On Facebook

    February 19, 2013 at 7:24 pm in reply to: How to Position Background Image on Landing Page #21540
    charriott4
    Member

    Kevin, did you try setting the background position to center?


    Web Designs By Chrissy | Twitter @designbychrissy

    Follow Me On Facebook

    February 19, 2013 at 7:22 pm in reply to: [Agency] – change font color in Middle Widget Areas on Home Page only #21539
    charriott4
    Member

    Your Welcome!


    Web Designs By Chrissy | Twitter @designbychrissy

    Follow Me On Facebook

    February 18, 2013 at 11:53 pm in reply to: Custom Header – Advice & Ideas #21215
    charriott4
    Member

    Hi Kimberly,

    I recently did a slider in the header of one of my clients site http://pottersvineyard.com/

    I believe it was mostly the z index'es and positioning i modified to get it right.

    Christine


    Web Designs By Chrissy | Twitter @designbychrissy

    Follow Me On Facebook

    February 18, 2013 at 11:48 pm in reply to: How to Position Background Image on Landing Page #21211
    charriott4
    Member

    Use the backgorund-position: center; in the CSS


    Web Designs By Chrissy | Twitter @designbychrissy

    Follow Me On Facebook

    February 18, 2013 at 11:45 pm in reply to: Centering primary menu (Agency theme) #21210
    charriott4
    Member

    Can you post a link to your site?


    Web Designs By Chrissy | Twitter @designbychrissy

    Follow Me On Facebook

    February 18, 2013 at 11:44 pm in reply to: [Agency] – change font color in Middle Widget Areas on Home Page only #21208
    charriott4
    Member

    Hi Susan,

    Use this selector:

    #home p {

    color: #FFF;

    }


    Web Designs By Chrissy | Twitter @designbychrissy

    Follow Me On Facebook

    February 17, 2013 at 4:12 pm in reply to: Another Expose Theme Help Needed #20893
    charriott4
    Member

    “Footer #1 - make sure you add the ending " in the code on the first line for all 3


    Web Designs By Chrissy | Twitter @designbychrissy

    Follow Me On Facebook

    February 17, 2013 at 4:10 pm in reply to: Expose Footer Code Not Working #20892
    charriott4
    Member

    looks like the code is wrong. you added “Footer #1? “Footer #2? “Footer #3?              <---- remove the ? and add the ending "


    Web Designs By Chrissy | Twitter @designbychrissy

    Follow Me On Facebook

    February 16, 2013 at 11:24 pm in reply to: Why is my primary menu under the site title #20779
    charriott4
    Member

    Add a custom menu to the header right area and in the menu settings, dont set a primary or secondary menu option


    Web Designs By Chrissy | Twitter @designbychrissy

    Follow Me On Facebook

    February 16, 2013 at 11:22 pm in reply to: Another Expose Theme Help Needed #20778
    charriott4
    Member

    Try adding this and set the posts per page to the number you want.

     

    //Force 20 posts per page
    remove_action('genesis_loop', 'genesis_do_loop');
    add_action('genesis_loop', 'child_do_loop');
    function child_do_loop() {
    $paged = get_query_var('paged') ? get_query_var('paged') : 1;
    do_action( 'genesis_post_title' );
    genesis_custom_loop(array(
    'posts_per_page' => '20',
    'paged' => $paged,
    ));
    }


    Web Designs By Chrissy | Twitter @designbychrissy

    Follow Me On Facebook

    February 16, 2013 at 8:10 pm in reply to: How to change color of menu bar in Agency 2? #20764
    charriott4
    Member

    LOL, so true! I just bought premise myself this morning!


    Web Designs By Chrissy | Twitter @designbychrissy

    Follow Me On Facebook

    February 16, 2013 at 7:52 pm in reply to: Another Expose Theme Help Needed #20760
    charriott4
    Member

    In the home.php code its pulling 10 posts, change it there but BE CAREFUL. Make a copy of the home.php file FIRST in case you make a mistake, believe me 🙂


    Web Designs By Chrissy | Twitter @designbychrissy

    Follow Me On Facebook

    February 16, 2013 at 7:50 pm in reply to: Genesis tabs #20759
    charriott4
    Member

    No Problem, Anytime 🙂


    Web Designs By Chrissy | Twitter @designbychrissy

    Follow Me On Facebook

    February 16, 2013 at 7:49 pm in reply to: How to change color of menu bar in Agency 2? #20758
    charriott4
    Member

    Heres the code for that:

    .menu-primary li a, .menu-secondary li a, #header .menu li a {

        color: #000000;
        display: block;
        font-size: 14px;
        padding: 6px 15px 4px;
        position: relative;
        text-decoration: none;

    }

    ADD THIS
    font-weight: bold;


    Web Designs By Chrissy | Twitter @designbychrissy

    Follow Me On Facebook

    February 16, 2013 at 7:25 pm in reply to: Genesis tabs #20752
    charriott4
    Member

    Check out this tutorial by Nick

    http://designsbynickthegeek.com/tutorials/creating-page-templates-in-genesis


    Web Designs By Chrissy | Twitter @designbychrissy

    Follow Me On Facebook

    February 16, 2013 at 7:23 pm in reply to: How to change color of menu bar in Agency 2? #20751
    charriott4
    Member

    Hi Adam,

    To change the background of the menubar find this code in your themes stylesheet.

    .menu-primary, .menu-secondary, #header .menu {

        background: #FFF;
        margin: 0;
        overflow: hidden;
        padding: 0;
        width: 100%;

    }

    add a background property and set the color code to what you want.

    For the background color: REMOVE background property in body tag

    body {

        background: url("images/bg.png") repeat-x scroll 0 0 #F1F1F1;

    }


    Web Designs By Chrissy | Twitter @designbychrissy

    Follow Me On Facebook

    February 16, 2013 at 7:17 pm in reply to: New Recipe Website – would love feedback #20747
    charriott4
    Member

    Hi Suzannah,

    Good job on the site. I noticed a few image sizing issues in the sidebar, but other than that, it looks good. What is your issue with the secondary nav bar?


    Web Designs By Chrissy | Twitter @designbychrissy

    Follow Me On Facebook

    February 16, 2013 at 7:14 pm in reply to: Genesis tabs #20745
    charriott4
    Member

    I dont think there is a way to add the tabs to the content area of a page without some major customization. The simplest way would be to add a page template. Its really not as difficult as you would think.


    Web Designs By Chrissy | Twitter @designbychrissy

    Follow Me On Facebook

  • Author
    Posts
Viewing 20 posts - 21 through 40 (of 56 total)
← 1 2 3 →
« Previous Page

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