• 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

Charlie

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 76 total)
1 2 3 4 →
  • Author
    Posts
  • July 5, 2014 at 10:30 am in reply to: Stylesheet changes not showing up #113054
    Charlie
    Member

    Where are you adding the CSS?

    April 21, 2013 at 11:03 am in reply to: Lifestyle Theme – Bug in AddOn Widget Button Color? #36723
    Charlie
    Member

    Try making these alterations to your stylesheet:

    #bbp_reply_submit, #bbp_topic_submit, input[type="button"], input[type="submit"] {
        background-color: #000000;    // Make the background black
        border: 1px solid #000;   // Make the border black as well 
        color: #FFFFFF !important;
        cursor: pointer;
        font-family: 'Oswald',arial,serif;
        font-size: 12px;
        font-weight: normal;
        padding: 4px 7px;
        text-decoration: none;
    }
    #bbp_reply_submit:hover, #bbp_topic_submit:hover, input[type="button"]:hover, input[type="submit"]:hover {
        background-color: #000;  //   Change this color code to black 
        border: 1px solid #000;        // Make the border black as well
        color: #FFFFFF;
        text-decoration: none;
    }

    The only lines you need to change are the ones with comments (4 in total). Simply change them as above.

    April 21, 2013 at 10:23 am in reply to: Lifestyle Theme – Bug in AddOn Widget Button Color? #36715
    Charlie
    Member

    Can you please post a link to your site?

    Thanks.

    April 3, 2013 at 5:31 pm in reply to: Removing author info from posts #32948
    Charlie
    Member

    Wow, that was simple! Thanks Dave!

    March 25, 2013 at 5:41 pm in reply to: Witty Title Here relaunch with Metro theme #31205
    Charlie
    Member

    I'm using Chrome and I see bold (<strong>) in your posts. Can you link me a specific example?

    March 24, 2013 at 6:48 am in reply to: need to start from scratch #30854
    Charlie
    Member

    Go to Appearance > Themes and delete all the child themes, then re-install the one you intend to use.

    March 23, 2013 at 11:12 am in reply to: Making Prose Theme Unresponsive to Mobile #30721
    Charlie
    Member

    Try going to Prose/lib/init via FTP or cPanel and commenting out the following:

    add_action( 'genesis_meta', 'prose_add_viewport_meta_tag' );
    /**
     * Viewport meta tag.
     *
     * Output the viewport meta tag to enable responsive features.
     *
     * @since 1.5.0
     */
    function prose_add_viewport_meta_tag() {
        echo '<meta name="viewport" content="width=device-width, initial-scale=1.0"/>';
    }

    Make sure to download a backup first!

    And also: my 100th post!

    March 23, 2013 at 11:07 am in reply to: Honkin' Logo in Header #30719
    Charlie
    Member

    Can you please post a link to your site so we can see what you mean? Thanks!

    March 23, 2013 at 10:45 am in reply to: Making Prose Theme Unresponsive to Mobile #30712
    Charlie
    Member

    Not a good idea to post your user and pass for all to see!

    March 22, 2013 at 7:59 pm in reply to: Education Theme – Change CTA Subbox Position #30603
    Charlie
    Member

    Can you please post a link to your site and I'm sure someone will be able to help you. I'm off now but I'll have a look tomorrow if no one else has by then.

    March 22, 2013 at 12:12 pm in reply to: Exec Portfolio #30496
    Charlie
    Member

    In your functions.php you'll find this code:

    /** Change the number of portfolio items to be displayed (props Bill Erickson) */
    add_action( 'pre_get_posts', 'executive_portfolio_items' );
    function executive_portfolio_items( $query ) {
    
    	if( $query->is_main_query() && !is_admin() && is_post_type_archive( 'portfolio' ) ) {
    		$query->set( 'posts_per_page', '12' );
    	}
    
    }

    Try changing 12 to 40. NB: I haven't attempted this myself, but it's where I'd start.

    March 22, 2013 at 11:32 am in reply to: Header Alignment #30478
    Charlie
    Member

    OK I think I've got this. There's a few changes to make to your stylesheet.

    We're going to move the logo background image down by 27px using absolute positioning:

    #header {
        background: url("http://daybluedesigns.com/newsite/wp-content/uploads/2013/03/header1.png") no-repeat scroll center 27px transparent;
    }

    Then we're going to increase the min-height of the header to accommodate the size of the image:

    #header {
        margin: 0 auto;
        min-height: 167px;
        width: 1140px;
    }

    That's it!

    March 22, 2013 at 11:14 am in reply to: Quattro Header Size #30471
    Charlie
    Member

    The default size is 1100 x 120 pixels.

    Can you post a link to your site so we can better help you? Thanks.

     

    March 21, 2013 at 6:53 pm in reply to: Everythingf1 Website Feedback #30345
    Charlie
    Member

    I would move the Adsense strip from the top: it's obtrusive. Maybe move it after the nav bar? Or get rid of it and the rest of the units and forget about monetising your site with ads until you've built up a solid readership.

    March 21, 2013 at 6:39 pm in reply to: Adsense does not fit in sidebar #30339
    Charlie
    Member

    Your sidebar is only 250 px wide. You could put a 250 x 250 square unit in, or increase the width of the sidebar.

    March 21, 2013 at 6:35 pm in reply to: new here, did not get e mail with zip file? #30337
    Charlie
    Member

    If you log in to My StudioPress, you should be able to download the theme you bought from there.

    Here are the instructions I got when I bought the Pro Plus package (all the themes):

    1. Go to https://my.studiopress.com/

    2. Log in with the username and password you chose at purchase

    3. Click the "Downloads" tab to download your theme(s)

    4. Explore the rest of my.studiopress.com for any questions you might have

    I wasn't emailed the zips. The process may be different when you buy an individual theme.

     

    March 21, 2013 at 6:22 pm in reply to: My New Site using Outreach #30332
    Charlie
    Member

    I like it. Not entirely convinced about having social media icons at the top AND bottom of pages, but heh, you can't have everything.

    March 21, 2013 at 6:17 pm in reply to: Witty Title Here relaunch with Metro theme #30330
    Charlie
    Member

    Looks great!

    March 21, 2013 at 5:02 pm in reply to: Want a full background slider #30317
    Charlie
    Member

    Full screen responsive sliders are cool. I don't think any StudioPress themes utilise them out of the box, but it wouldn't be too difficult to add one...

    Thinking about it a bit more, the Minimum theme is probably the closest to what you want stock. Just replace the image with a slider.

    March 21, 2013 at 2:40 pm in reply to: How to add Primary Sidebar Widget to Homepage #30252
    Charlie
    Member

    Which theme are you using? And can you post a link to your website? Thanks.

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 76 total)
1 2 3 4 →

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