• 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

jengabbard

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
  • March 1, 2016 at 1:35 am in reply to: How to Center Align Feature Images in Digital Pro #180312
    jengabbard
    Member

    I switched from full width content to having a sidebar and the problem is fixed.


    Puppy Leaks I love the Metro theme

    April 28, 2015 at 12:24 pm in reply to: Metro Pro Responsive Header AND widget #149430
    jengabbard
    Member

    Glad you figured it out, and sorry for being somewhat misleading I was messing around in firebug and thought that was all that it needed.


    Puppy Leaks I love the Metro theme

    April 27, 2015 at 5:48 pm in reply to: Metro Pro and E-News Extended Formatting Problem #149343
    jengabbard
    Member

    Currently it looks like the css is:

    .after-entry .widget-title, .enews-widget .widget-title {
    background: none repeat scroll 0% 0% transparent;
    }

    If you remove that none you'd get the same line underneath as your other widgets.

    As far as removing the bold text you can try changing the font weight to 400 but it looks like you have a setting for strong declared elsewhere for that font.

    body.gppro-custom .sidebar .widget {
    font-weight: 400;
    }


    Puppy Leaks I love the Metro theme

    April 27, 2015 at 5:39 pm in reply to: Metro Pro Responsive Header AND widget #149340
    jengabbard
    Member

    It looks like your header image size is currently set to 1068 wide.

    I don't know how wide you want to keep the header image but tweaking the width should help;

    .header-image .site-title, .header-image .title-area {
    width: 500px;
    }


    Puppy Leaks I love the Metro theme

    April 27, 2015 at 5:32 pm in reply to: This theme is broken. Template is missing. #149339
    jengabbard
    Member

    When you go to browse your themes does it show you both have metro pro & genesis installed?


    Puppy Leaks I love the Metro theme

    April 27, 2015 at 5:29 pm in reply to: How to Embed Videos? Metro Pro theme. #149338
    jengabbard
    Member

    Where do you want to embed a video?

    If you just want to embed a video in a post you'd paste the url in and wordpress should automatically embed it.


    Puppy Leaks I love the Metro theme

    February 15, 2015 at 3:43 pm in reply to: Need Help with some simple? edits to Metro Pro #140964
    jengabbard
    Member

    I used the solid line by creating an image and replacing the default in these lines of code:

    .comment-respond h3,
    .entry-comments h3,
    .widget-title {
    background: url(yourimageurl) bottom repeat-x;
    background-size: 2px 2px;
    }

    .entry,
    .page.page-template-page_blog-php .entry {
    background: url(yourimageurl) bottom repeat-x;
    background-size: 2px 2px;
    margin-bottom: 48px;
    padding-bottom: 32px;
    }


    Puppy Leaks I love the Metro theme

    February 14, 2015 at 11:01 am in reply to: Need Help with some simple? edits to Metro Pro #140851
    jengabbard
    Member

    I'm using the blue theme and added this css:

    .metro-pro-blue .content .entry-meta .entry-comments-link a {
    background-color: #FFF;
    color: #64947F;
    font-weight: 400;
    }

    That way it looks like all my other links.

    As far as the read more goes I changed mine under customization - widgets - more text (if applicable)
    Not sure exactly sure if that's the setting you're looking for or not


    Puppy Leaks I love the Metro theme

    February 14, 2015 at 10:52 am in reply to: Adding "Read More" button on excerpts on Metro Pro #140849
    jengabbard
    Member

    I don't know how much you've already tried but I know I'm able to control the read more text inside the individual widgets under customize. Are you talking about adding the read more to your homepage, archives, or both?


    Puppy Leaks I love the Metro theme

    January 16, 2015 at 10:20 pm in reply to: metro pro – right widget area pushes logo away #137738
    jengabbard
    Member

    I was trying to figure that out - if I added padding to the right widget it was only moving the social part, the search was staying in place. I wish I knew how to help further.

    I know you could add padding to both widgets individually but I'd assume there would be a way to move the whole widget area over.


    Puppy Leaks I love the Metro theme

    January 16, 2015 at 8:23 pm in reply to: Best Share Plugin #137728
    jengabbard
    Member

    I second that - simple share is really quick, easy, and looks sharp.


    Puppy Leaks I love the Metro theme

    January 16, 2015 at 8:18 pm in reply to: metro pro – right widget area pushes logo away #137726
    jengabbard
    Member

    Did you try changing the css to:

    .title-area {
    float: left;
    padding: 0px;
    width: 550px;
    }

    and then messing around with the padding on your right widget until it's in a place you like.


    Puppy Leaks I love the Metro theme

    January 10, 2015 at 7:03 pm in reply to: I need help removing gap between logo and navbar (Metro Pro) #136948
    jengabbard
    Member

    Unfortunately that issue is beyond anything I know about. What I do find interesting is if I change it back to the regular background rather than your header image there's no gap. I'm wondering if theres a sizing function somewhere that needs to be changed.

    DId you add support for a custom header in php? Is the width of the image 1080?

    Both of these have worked for that theme -
    http://sridharkatakam.com/add-responsive-header-image-metro-pro/
    http://wpsites.net/web-design/customize-header-logo-banner-images-in-metro-theme/


    Puppy Leaks I love the Metro theme

    January 10, 2015 at 4:35 pm in reply to: How to Display Magazine Pro Featured Image #136937
    jengabbard
    Member

    I don't know if the image sizes are different between those two themes - if they are did you try regenerating thumbnails?


    Puppy Leaks I love the Metro theme

    January 10, 2015 at 4:21 pm in reply to: I need help removing gap between logo and navbar (Metro Pro) #136932
    jengabbard
    Member

    Where is the gap you want to remove? I was trying to recreate it but it looks the same in a few different browsers to me. Is there a gap between the logo and navbar? Or is it the gap under the navbar?


    Puppy Leaks I love the Metro theme

    January 5, 2015 at 4:09 pm in reply to: METRO PRO THEME Feedback – Tip to fix Category Page layout #136133
    jengabbard
    Member

    Wow you've done a great job with that theme, it looks awesome. It's bright and fun - it matches your content extremely well. Looks like you've got the categories straightened out ( I assume because they look good from my end ). You did such an amazing job with that logo and typography. I love it. That's pretty sweet how you put in the navigation arrows for previous/next posts as well.


    Puppy Leaks I love the Metro theme

    January 5, 2015 at 4:05 pm in reply to: Metro Pro Theme: AskATaxAccountant Blog #136132
    jengabbard
    Member

    I love the Metro theme, and I really love what you've done with it. Love the typography and colors. Your logo is awesome as well, as mentioned above. Looks great so far.


    Puppy Leaks I love the Metro theme

    December 31, 2014 at 10:02 pm in reply to: Outreach pro header #135778
    jengabbard
    Member

    I haven't tried this fix personally but the last comment says "You just stopped my headache! I was doing outreach pro with an annoying header the client wanted and it all works now."

    http://thepixelista.com/responsive-genesis-child-theme-logo/


    Puppy Leaks I love the Metro theme

    December 31, 2014 at 6:22 pm in reply to: Outreach pro header #135775
    jengabbard
    Member

    I think this will definitely help you:

    http://wpsites.net/wordpress-themes/how-to-fix-outreach-theme-header-problem-add-different-sized-images/


    Puppy Leaks I love the Metro theme

    December 27, 2014 at 1:50 pm in reply to: Need to remove horzizontal seperation line #135415
    jengabbard
    Member

    I think you're talking about this section:

    .home-bottom .featured-content .entry {
    border-bottom: 5px solid #4EFEFEF;
    }

    I'd try switching it to border-bottom img if you're looking to use the same line. Or the color can easily be changed to the blue you want by editing the above code.


    Puppy Leaks I love the Metro theme

  • 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

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