• 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

John

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 14 posts - 241 through 254 (of 254 total)
← 1 2 3 … 11 12 13
  • Author
    Posts
  • December 8, 2012 at 1:41 pm in reply to: Responsive page with video #3869
    John
    Participant

    Brian,

    I've had good success with the FitVids for WordPress plugin.

    John


    John Sundberg | blackhillswebworks.com
    A WordPress developer’s toolbox: Firebug | WordPress Codex | Google πŸ˜‰

    December 8, 2012 at 11:27 am in reply to: How to Change Maximum Width for Existing Posts #3858
    John
    Participant

    Genesis uses a different class for the content...try this instead:

    .entry-content img {
    max-width: 500px;
    }


    John Sundberg | blackhillswebworks.com
    A WordPress developer’s toolbox: Firebug | WordPress Codex | Google πŸ˜‰

    December 8, 2012 at 8:38 am in reply to: Numerical navigation Minimum #3836
    John
    Participant

    πŸ™‚

    Yeah, this is part of my "boilerplate CSS add-ons", but it'd be nice if StudioPress added it across the board, at least on their responsive themes.


    John Sundberg | blackhillswebworks.com
    A WordPress developer’s toolbox: Firebug | WordPress Codex | Google πŸ˜‰

    December 8, 2012 at 8:31 am in reply to: Author Box #3834
    John
    Participant

    The StudioPress author box code snippets may be helpful too:Β http://my.studiopress.com/snippets/author-box/


    John Sundberg | blackhillswebworks.com
    A WordPress developer’s toolbox: Firebug | WordPress Codex | Google πŸ˜‰

    December 8, 2012 at 8:28 am in reply to: Author Box #3833
    John
    Participant

    The author's photo is, or should be, generated from his/her Gravatar account:Β http://en.gravatar.com/

    The other stuff is more complicated. For example, do a Google search ofΒ customize genesis author boxΒ and look through the results.

    And if you're up to some coding, Bill Erickson posted a code snippet that you can use to customize the author box.


    John Sundberg | blackhillswebworks.com
    A WordPress developer’s toolbox: Firebug | WordPress Codex | Google πŸ˜‰

    December 8, 2012 at 7:31 am in reply to: Numerical navigation Minimum #3829
    John
    Participant

    Hey Len,

    I discovered something similar on Outreach as well as Minimum, and it also happens with single digits when you make your browser window smaller or view it in mobile. The solution I came up with is to increase the line-height for the list and add white-space: nowrap to the link (see the code below). The line-height may need to be adjusted per theme or personal preference.

    .navigation ul {line-height: 50px;}
    .navigation li a {white-space: nowrap;}

    John


    John Sundberg | blackhillswebworks.com
    A WordPress developer’s toolbox: Firebug | WordPress Codex | Google πŸ˜‰

    December 7, 2012 at 5:53 pm in reply to: How to customize the footer link #3800
    John
    Participant

    Sounds like you should read through this tutorial that explains how Genesis and your child theme work:Β http://my.studiopress.com/docs/child-themes/

    After reading that page, what are you wanting the copyright text to say specifically?

     


    John Sundberg | blackhillswebworks.com
    A WordPress developer’s toolbox: Firebug | WordPress Codex | Google πŸ˜‰

    December 7, 2012 at 1:22 pm in reply to: Full width text on Minimum Home Page #3755
    John
    Participant

    You're welcome!


    John Sundberg | blackhillswebworks.com
    A WordPress developer’s toolbox: Firebug | WordPress Codex | Google πŸ˜‰

    December 7, 2012 at 1:16 pm in reply to: How to customize the footer link #3751
    John
    Participant

    That code can be found on Brian Gardner's site atΒ http://www.briangardner.com/code/customize-footer/

    Add the code to your functions.php file and customize as needed.


    John Sundberg | blackhillswebworks.com
    A WordPress developer’s toolbox: Firebug | WordPress Codex | Google πŸ˜‰

    December 7, 2012 at 1:08 pm in reply to: Full width text on Minimum Home Page #3748
    John
    Participant

    Hi Isabelle,

    If you're just using that one widget area, try changing

    width: 25%;

    to

    width: 100%;

    in line 569.

    Or add this to the end of your style.css file:

    .home-featured-1, .home-featured-2, .home-featured-3, .home-featured-4 {width: 100%;}

    John


    John Sundberg | blackhillswebworks.com
    A WordPress developer’s toolbox: Firebug | WordPress Codex | Google πŸ˜‰

    December 7, 2012 at 1:02 pm in reply to: Portfolio Page: Minimum Theme #3747
    John
    Participant

    Create a page called "Portfolio" and assign the "Archive" template to that page. Add the page to your menu and you should be good to go, if I remember correctly.


    John Sundberg | blackhillswebworks.com
    A WordPress developer’s toolbox: Firebug | WordPress Codex | Google πŸ˜‰

    December 7, 2012 at 12:43 pm in reply to: Education Theme Slider Image-White Space Right Side #3742
    John
    Participant

    You're welcome!


    John Sundberg | blackhillswebworks.com
    A WordPress developer’s toolbox: Firebug | WordPress Codex | Google πŸ˜‰

    December 7, 2012 at 10:51 am in reply to: Footer Widgets Have content but not showing #3730
    John
    Participant

    CreativeKristi,

    You're getting some script errors on that site: one from the SiteMeter and another from the wibiya canvasbar. Try disabling those and see if your footer widgets make an appearance.

    John


    John Sundberg | blackhillswebworks.com
    A WordPress developer’s toolbox: Firebug | WordPress Codex | Google πŸ˜‰

    December 7, 2012 at 10:36 am in reply to: Education Theme Slider Image-White Space Right Side #3728
    John
    Participant

    Hey Michael,

    Adding this to your style.css file should do the trick:

    .flexslider {max-width: 100%;}
    .flexslider .slides img {width: 100%;}

    John


    John Sundberg | blackhillswebworks.com
    A WordPress developer’s toolbox: Firebug | WordPress Codex | Google πŸ˜‰

  • Author
    Posts
Viewing 14 posts - 241 through 254 (of 254 total)
← 1 2 3 … 11 12 13
« 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