• 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

ryandonsullivan

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 20 total)
  • Author
    Posts
  • April 16, 2013 at 11:30 am in reply to: Pretty Theme Navigation Font #35783
    ryandonsullivan
    Member

    Hmmm... I'm just getting a landing page for ads. Is your site down?

    April 16, 2013 at 11:26 am in reply to: Enterprise Theme – Genesis Responsive Slider #35781
    ryandonsullivan
    Member

    Hey There,

    Do you have a slider in place there now? It doesn't look like there's anything in that widget area now.

    You also might want to take a look at the Genesis Responsive Slider plugin: http://wordpress.org/extend/plugins/genesis-responsive-slider/

    April 16, 2013 at 11:21 am in reply to: Pretty Theme Navigation Font #35775
    ryandonsullivan
    Member

    Can you send a link to the site? You may have conflicting CSS somewhere.

    April 16, 2013 at 11:14 am in reply to: Pretty Theme Navigation Font #35772
    ryandonsullivan
    Member

    Did you import the font as directed in the tutorial I linked to above? This tutorial

    Look specifically at the section that says "How to implement Google Web Fonts"

    April 10, 2013 at 3:35 pm in reply to: Pretty Theme Navigation Font #34632
    ryandonsullivan
    Member

    The nav doesn't use any header tags. You'll want take a look at line 425 in your style.css file.

    It looks like this

    <code>

    #nav li a {
    display: block;
    font-size: 14px;
    margin: 0 5px 0 0;
    padding: 7px 13px 7px;
    position: relative;
    text-decoration: none;
    }

    </code>

    But you'll want to declare your new font (after using @import at the top of the same file. See this tutorial for more info on that) with an extra line there. Like this:

    <code>

    #nav li a {
    font-family:  "Google Font Name", Arial, sans-serif;
    display: block;
    font-size: 14px;
     margin: 0 5px 0 0;
        padding: 7px 13px 7px;
        position: relative;
        text-decoration: none;
    }

    </code>

    Also see this great tutorial from @cdils about using firebug to troubleshoot these types of things: http://www.carriedils.com/firebug-demo-troubleshoot-css/

    December 28, 2012 at 4:52 pm in reply to: Change the breadcrumbs to spanish #8023
    ryandonsullivan
    Member

    Hi Guillermina,

    Pasting this into your functions.php file should do the trick:


    add_filter( 'genesis_breadcrumb_args', 'child_breadcrumb_args' );
    /**
    * Amend breadcrumb arguments.
    *
    * @author Gary Jones
    *
    * @param array $args Default breadcrumb arguments
    * @return array Amended breadcrumb arguments
    */
    function child_breadcrumb_args( $args ) {
    $args['home'] = 'Inicio';
    $args['labels']['prefix'] = 'Tu estas aquí: ';
    return $args;
    }

    December 27, 2012 at 11:10 am in reply to: Genesis/Copyblogger Issue With Site Width #7692
    ryandonsullivan
    Member

    I'm wondering if it's a browser zoom setting or something like that? I just double-checked the critical CSS and it's all fine, and in Firefox it looks good to me too. Maybe try clearing your firefox browser cache or installing a fresh copy of firefox? Or maybe you can look at it from another computer with Firefox? All looks good on this end! 🙂

    December 27, 2012 at 11:01 am in reply to: Changes to Footer with AgentPress Theme #7690
    ryandonsullivan
    Member

    Move Footer Titles To The Left

    Edit your style.css and replace


    #footer-widgets .widget-area h4 {
    color: #333;
    font-weight: bold;
    margin: 0 0 10px 12px;
    }

    With

    #footer-widgets .widget-area h4 {
    color: #333;
    font-weight: bold;
    margin: 0 0 10px 0px;
    }

    Add a border above the footer
    Replace this:


    #footer-widgets {
    -moz-box-shadow: 0 1px 3px #000;
    -webkit-box-shadow: 0 1px 3px #000;
    background-color: #FFFFFF;
    box-shadow: 0 1px 20px #006baf;
    margin: 0 auto;
    overflow: hidden;
    width: 960px;
    }

    With this:

    #footer-widgets {
    -moz-box-shadow: 0 1px 3px #000;
    -webkit-box-shadow: 0 1px 3px #000;
    background-color: #FFFFFF;
    box-shadow: 0 1px 20px #006baf;
    margin: 0 auto;
    overflow: hidden;
    width: 960px;
    border-top: 3px solid #DDD;
    }

    The only difference in the second example is that I added the last line. You can change the border color by changing #DDD to whatever color you'd like.

    Hope that helps!

    December 27, 2012 at 10:41 am in reply to: Genesis/Copyblogger Issue With Site Width #7685
    ryandonsullivan
    Member

    Hey John,

    It looks like it's 960px to me. Screenshot.

    Maybe you got it resolved?

    December 27, 2012 at 10:38 am in reply to: Balance theme menu – Cryptic instructions #7684
    ryandonsullivan
    Member

    There is a good amount of WordPress jargon there.

    Here are a few screenshots I put together to help clarify:

    To view both of these screens go to Appearance --> Menus

    Screen Options Tab and Custom CSS Class checkbox

    Last Menu item CSS Class Text Box

    Essentially, all that following the directions does is makes it so there's no line to the right of the last button on the navigation. Just gives it a more "balanced" look 🙂

    Hope that helps!

     

    December 27, 2012 at 10:23 am in reply to: Can't get images to show up in my image rotator #7682
    ryandonsullivan
    Member

    Just to gather some more info, are you adding the images to WP-Cycle by going to Media --> WP-Cycle in your WordPress dashboard and adding the images there?

    It also looks like you have WP Super Cache enabled. So maybe the changes are happening, but they're just not showing yet? Try deleting your cache (Settings --> WP Super Cache --> Delete Cache) and see if the changes to WP Cycle show up then.

    If that doesn't work we can dig deeper 🙂

    December 24, 2012 at 1:14 pm in reply to: Working Offline #7306
    ryandonsullivan
    Member

    I use WAMP for local development. Comes with phpMyAdmin, Apache, and mySQL all packaged together. Makes setting up a WP site quick and easy. It's for Windows.

    If you use a Mac, MAMP is the equivalent.

    This is a pretty good tutorial for getting started (some of the screenshots might be a little dated but it'll give you what you want). http://sixrevisions.com/web-development/install-wordpress-on-your-computer-using-wampserver/

    December 24, 2012 at 1:05 pm in reply to: site title editing #7304
    ryandonsullivan
    Member

    Looks like Riavon beat me to it 🙂

    December 24, 2012 at 1:04 pm in reply to: site title editing #7303
    ryandonsullivan
    Member

    Hi Tom,

    This should be a pretty simple fix.

    Just go to Appearance --> Editor in WordPress, then scroll down to where you see #title (around line 200).

    Then change this:


    #title {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    }

    To this:

    #title {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-transform: none;
    }

    Note: the only thing I changed was text-transform: uppercase to text-transform: none.

    Then just click save and you'll see your site title looking the way you want!

    December 24, 2012 at 1:00 pm in reply to: Taking up the challenge #7301
    ryandonsullivan
    Member

    I've been stagnant since the new forum launch. Here's my commitment to getting started again (just replied to 3 or 4) :).

    December 24, 2012 at 12:52 pm in reply to: News theme image alignment issue #7298
    ryandonsullivan
    Member

    Huh, not sure what happened with the code there. Let's try this again:



    December 24, 2012 at 12:46 pm in reply to: Featured Post Widget Padding Issue #7297
    ryandonsullivan
    Member

    If you're referring to the widget that says "Recents Posts", this should do the trick.

    Replace this in your style.css file

    .widget-area ul li {
    background: url(http://northernlightsgothic.com/wp-content/themes/prose/images/sidebar-list.png) no-repeat top left;
    border-bottom: 1px dotted #DDD;
    margin: 0 0 5px;
    padding: 0 0 5px 16px;
    word-wrap: break-word;
    }

    With this:

    .widget-area ul li {
    border-bottom: 1px dotted #DDD;
    margin: 0 0 5px;
    padding: 0 0 5px;
    word-wrap: break-word;
    }

    December 24, 2012 at 12:42 pm in reply to: Need Help Displaying Manual Excerpts for Custom Post Type #7295
    ryandonsullivan
    Member

    Is this a custom post type that you added manually?

    You may just need to add the 'excerpts' to the 'supports' section of your CPT array.

    For example from the WordPress codex:


    add_action( 'init', 'create_post_type' );
    function create_post_type() {
    register_post_type( 'acme_product',
    array(
    'labels' => array(
    'name' => __( 'Products' ),
    'singular_name' => __( 'Product' )
    ),
    'public' => true,
    'has_archive' => true,
    ''supports' => array( 'title', 'editor', 'author', 'thumbnail', 'excerpt', 'trackbacks', 'custom-fields', 'comments', 'revisions', 'page-attributes', 'genesis-seo' ),
    )
    );
    }

    If your code doesn't have the 'excerpt' explicitly defined then Genesis will fall back to the default auto-generated ones.

    If you're adding your custom post type with a plugin or some other way, then pretty much everything above is useless 😉

    December 24, 2012 at 12:27 pm in reply to: 1-Click Retweet/Share/Like Plugin #7289
    ryandonsullivan
    Member

    I haven't used that specific plugin, but you could try a different plugin and see if you get the same results.

    I've used this plugin in the past and been really happy with it: Really simple Facebook Twitter share.

    Or you could try the JetPack plugin for WordPress. It has integrated sharing buttons. Something to try anyway...

    December 24, 2012 at 12:25 pm in reply to: News theme image alignment issue #7288
    ryandonsullivan
    Member

    It looks like there's an inline image style that's throwing things off a bit. If you look at that page in HTML view, you'll see this code for your image:



    Remove the style="margin-left: 15px; margin-right: 15px;" code and your image should be right on!

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 20 total)

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