• 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

ModernMuse

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 45 total)
1 2 3 →
  • Author
    Posts
  • July 21, 2013 at 2:13 pm in reply to: Modern Portfolio "About" widget #51734
    ModernMuse
    Member

    Ah...see, I learned something too. I was wondering why the original code didn't work since everything looked fine.

    When I tested Rob's code, I got a bunch of syntax errors. Now I know why.

    Hope you got it all fixed, Rob! Brad, you're a rock star. πŸ™‚


    @ModernMuseNV | Portfolio | Personal Blog

    July 21, 2013 at 2:06 pm in reply to: Modern Portfolio "About" widget #51731
    ModernMuse
    Member

    Not sure why your code doesn't work.

    The code below (with your page name of /about-me/) should add a custom widget directly below the header / above the nav bar:

    Link: https://gist.github.com/ModernMuse/f4a3c3ac4d5494a85518


    @ModernMuseNV | Portfolio | Personal Blog

    July 21, 2013 at 1:49 pm in reply to: Modern Portfolio "About" widget #51726
    ModernMuse
    Member

    Sorry, Brad's example is actually /about-page/. Hopefully you understand what I meant... πŸ˜‰


    @ModernMuseNV | Portfolio | Personal Blog

    July 21, 2013 at 1:46 pm in reply to: Modern Portfolio "About" widget #51724
    ModernMuse
    Member

    Rob,

    What is the page name? That could be the problem. In Brad's example, it's /about-me/.

    Double-check this line in the functions file and edit with your own page name:

    if ( is_page('about-page') && is_active_sidebar( 'page-widget' ) ) {

    @ModernMuseNV | Portfolio | Personal Blog

    June 9, 2013 at 7:21 pm in reply to: Sidebar on blog page for Modern Portfolio #44945
    ModernMuse
    Member

    I'm glad you found some closure on this one.Β Too bad about the incompatible plugin. πŸ™

    Good luck & best wishes. xo


    @ModernMuseNV | Portfolio | Personal Blog

    June 9, 2013 at 4:23 pm in reply to: Sidebar on blog page for Modern Portfolio #44929
    ModernMuse
    Member

    Hi Kathie,

    Most people looking to answer forum questions start out by looking for posts with no reply. Your odds of getting another designer to help are better if you have a new post with zero replies.

    That being said, I'm glad Ryan was able to chime in. πŸ™‚


    @ModernMuseNV | Portfolio | Personal Blog

    June 8, 2013 at 12:19 pm in reply to: Make genesis responsive slider full width in Minimum theme #44792
    ModernMuse
    Member

    Awesome! Best wishes. πŸ™‚


    @ModernMuseNV | Portfolio | Personal Blog

    June 8, 2013 at 12:17 pm in reply to: Sidebar on blog page for Modern Portfolio #44791
    ModernMuse
    Member

    Sorry, I don't know what to tell you. It might have something to do with the page templates created by the theme author. I'm not familiar with the theme, so I'd have to see your theme's files to be sure.

    Since I've replied to this post, you may want to submit a new post asking your question to see if another designer can pick it up and give you further guidance.


    @ModernMuseNV | Portfolio | Personal Blog

    June 7, 2013 at 9:31 pm in reply to: Adorable – CSS Help #44704
    ModernMuse
    Member

    Try this for line 522...

    
    .content-sidebar #content-sidebar-wrap,
    .full-width-content #content-sidebar-wrap,
    .sidebar-content #content-sidebar-wrap {
     width: 100%;
     background: white;
    }
    
    

    *whispers a little prayer* πŸ˜‰

     


    @ModernMuseNV | Portfolio | Personal Blog

    June 7, 2013 at 9:21 pm in reply to: Adorable – CSS Help #44703
    ModernMuse
    Member

    I understand your frustration. Just trying to help. πŸ™‚

    The theme designer should have her own support system in place for you to open a support ticket. She's really the best qualified to help you resolve this issue.


    @ModernMuseNV | Portfolio | Personal Blog

    June 7, 2013 at 9:17 pm in reply to: Sidebar on blog page for Modern Portfolio #44702
    ModernMuse
    Member

    You can set the universal default via Genesis theme settings. Then, on a per page basis, you can override this setting. Hope that clears things up a bit.


    @ModernMuseNV | Portfolio | Personal Blog

    June 7, 2013 at 9:15 pm in reply to: Make genesis responsive slider full width in Minimum theme #44701
    ModernMuse
    Member

    I've got to sign off now, but wanted to mention that the slider is within the .wrap div, so that's why it's not going the width of the screen; it's limited by the width of the wrap, which is 1140px.

    Perhaps there's a better way and another designer can chime in, but I would move the slider outside of the wrap so it's not affected.


    @ModernMuseNV | Portfolio | Personal Blog

    June 7, 2013 at 9:09 pm in reply to: Make genesis responsive slider full width in Minimum theme #44700
    ModernMuse
    Member

    I see now...

    The first .wrap div should be the original 1140px in width, sorry.

    I do see where the #header is 1140px on line 185. Tinker with it to see if that fixes your issue.


    @ModernMuseNV | Portfolio | Personal Blog

    June 7, 2013 at 8:52 pm in reply to: My navigation bar has moved #44698
    ModernMuse
    Member

    A clue to your dilemma is that the wrap for all of your content is set to 960px wide, while the nav bar's width is wider at 1066px. You'll need to adjust the container widths accordingly.

    To center the nav bar, set the the margin to...margin: 0 auto.


    @ModernMuseNV | Portfolio | Personal Blog

    June 7, 2013 at 8:41 pm in reply to: Adorable – CSS Help #44694
    ModernMuse
    Member

    Now the footer seems a bit pressed against the post content. You can fix this by adding a top margin, or try adding back the padding.

     


    @ModernMuseNV | Portfolio | Personal Blog

    June 7, 2013 at 8:37 pm in reply to: Adorable – CSS Help #44693
    ModernMuse
    Member

    Oh, I'm so sorry. I see the issue now. Lol It's kinda been a long day. πŸ˜‰

    Modify your style sheet, starting with line 543 to this...

    .content-sidebar #content,
    .sidebar-content #content {
     width: 700px;
     background: white;
     padding: 20px;
    }

    @ModernMuseNV | Portfolio | Personal Blog

    June 7, 2013 at 8:32 pm in reply to: Sidebar on blog page for Modern Portfolio #44692
    ModernMuse
    Member

    The page is using the full-width setting. You might wanna check the default layout in Genesis theme settings or the page layout setting on the page itself.


    @ModernMuseNV | Portfolio | Personal Blog

    June 7, 2013 at 8:27 pm in reply to: Adorable – CSS Help #44690
    ModernMuse
    Member

    Hi,

    Looks like you figured out the custom background after all. πŸ™‚

    As for the footer gap, remove the padding (change it to 0). This can be found in the style sheet on line 1437.


    @ModernMuseNV | Portfolio | Personal Blog

    June 7, 2013 at 8:22 pm in reply to: Blog Page Settings #44688
    ModernMuse
    Member

    1) Change featured image size via the Genesis theme settings in your dashboard. If the dimensions you want are not there, you'll need to add them to your functions file as covered in this tutorial:Β https://my.studiopress.com/snippets/images/

    2) Instructions can be found in one of the pages below...

    http://www.wpsquare.com/remove-change-post-info-genesis-theme/

    http://gregrickaby.com/genesis-code-snippets/

    3) You can change this in your style sheet. Starting on Line 761

    Hope this helps.


    @ModernMuseNV | Portfolio | Personal Blog

    June 7, 2013 at 8:11 pm in reply to: Make genesis responsive slider full width in Minimum theme #44687
    ModernMuse
    Member

    Hiya,
    Change the width from 1140px to 100% in your style sheet. Starts on line 172.Β 
    πŸ™‚


    @ModernMuseNV | Portfolio | Personal Blog

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

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