• 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

wp guy

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 169 total)
1 2 3 … 7 8 9 →
  • Author
    Posts
  • December 24, 2014 at 8:02 pm in reply to: How to Change Link Color in Sixteen Nine Pro Theme #135289
    wp guy
    Member

    Look for this and change the color code to anything you want:

    a {
    color: #520962;
    text-decoration: underline;

    October 2, 2014 at 2:20 pm in reply to: New Themes? #126576
    wp guy
    Member

    I've been configuring themes for clients now for 5 years. I only had to add one thing to my contract in those five years - that if they demand I use a theme from Themeforest, I am not in any way responsible if an update breaks the theme.

    September 16, 2014 at 1:53 pm in reply to: In Love with Parallax Pro #124698
    wp guy
    Member

    She's using this theme: http://my.studiopress.com/themes/swank/#demo-full

    September 11, 2014 at 11:10 am in reply to: Error when installing Daily Dish #123964
    wp guy
    Member

    Brad, I just added that code but don't see any change.

    September 5, 2014 at 10:29 am in reply to: WordPress 4 #122947
    wp guy
    Member

    I agree, and this goes right back to WordPress updates. So what happens to some random theme five years from now when it's no longer supported by the developer? I've already run into these issues.

    So it becomes easier to make the case for sticking solely with Genesis.

    September 5, 2014 at 10:04 am in reply to: WordPress 4 #122941
    wp guy
    Member

    SCOE - I'm getting close. I have clients "demanding" that I use other themes which always ends up costing me a lot in additional time. I like clean code.....not having to sift through 80 files. I have one studio that I will never use again - no need to "name names" here.

    But yes...getting very close to telling clients that I exclusively work with Genesis.

    September 5, 2014 at 9:51 am in reply to: WordPress 4 #122937
    wp guy
    Member

    Maybe it's just paranoia, but I always wait a bit to update unless it's some kind of security issue. I'm not seeing a lot in this update that I "need" to have and from time to time bugs are reported with updates. So I'll just sit back and wait a bit...

    That said, this is one of the reasons I wish all of my clients would choose Genesis. I have far less fear clicking the update button.

    August 29, 2014 at 8:42 am in reply to: Site gets corrupted when updating Genesis #121689
    wp guy
    Member

    Partially true. If it was a transaction from PayPal funds they might not receive a refund. However, if they used a credit card through PayPal's payment portal they can win the chargeback via their credit card company and PayPal is forced to reverse the transaction.

    Beyond that, file the complaint anyway. After "X" number of complaints PayPal will close their account.

    August 29, 2014 at 8:23 am in reply to: Site gets corrupted when updating Genesis #121684
    wp guy
    Member

    It's going to be tough to sue an oversees developer. Hopefully you used a service like PayPal where you can file a dispute.

    August 29, 2014 at 7:47 am in reply to: Site gets corrupted when updating Genesis #121680
    wp guy
    Member

    Genesis Developers

    August 27, 2014 at 8:13 am in reply to: Is Genesis Framework user friendly? #121318
    wp guy
    Member

    This forum alone make the investment in Genesis well worth it. If there's a required modification, someone has a code snippet ready to go. If you need style modifications, this forum's free support is beyond anything else you'll find. With many other themes, support is only offered by way of submitting a ticket and only for core theme issue. Styling help? Not offered.

    August 27, 2014 at 8:00 am in reply to: Why The Shift Toward Really Large Content Areas? #121307
    wp guy
    Member

    Personally, I think StudioPress completely nails it on their choice of large body fonts. These fonts are user friendly - easy to read. Compare that with many other themes that use 13px fonts that are very difficult for users to read or the dreaded "text shadow" effect which is form over function.

    August 15, 2014 at 7:24 am in reply to: Agency Pro Fade #118998
    wp guy
    Member

    That did the trick, thank you!

    August 14, 2014 at 8:36 am in reply to: Adding Secton to Parallax Pro #118781
    wp guy
    Member

    Worked perfectly! Thank you.

    July 21, 2014 at 8:57 am in reply to: Show Post Titles for Agency Pro #115184
    wp guy
    Member

    Thank you!

    May 16, 2014 at 8:58 am in reply to: Associate Theme Paragraphs in Home Middle #105483
    wp guy
    Member

    My fault for not closing this out. I figured it out.

    January 24, 2014 at 2:07 pm in reply to: Getting Rid of Top Nav Date in Freelance #86871
    wp guy
    Member

    Worked great - thank you!

    January 19, 2014 at 9:19 am in reply to: Help with centering menu #85884
    wp guy
    Member

    Perfect! That last piece of code did that trick. Thank you.

    January 19, 2014 at 9:06 am in reply to: Help with centering menu #85878
    wp guy
    Member

    I'm pretty sure. I made the changes in firebug to see if it would work and it did not. Below is the entire code after I made your changes:

    /* Header / Primary / Secondary Navigation
    ------------------------------------------------------------ */
    .menu-primary,
    .menu-secondary,
    .site-header .menu {
    background-color: #ebe5dc;
    clear: both;
    color: #737068;
    font-size: 14px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    }

    .menu-secondary {
    background-image: url(images/bg-footer-widgets-bot.png) bottom;
    border-top: 1px dashed #fff;
    }

    .site-header .menu {
    float: right;
    margin: 0;
    width: auto;
    }

    .menu-primary ul,
    .menu-secondary ul,
    .site-header .menu ul {
    float: left;
    width: 100%;
    }

    .menu-secondary li, .site-header .menu li {
    float: left;
    list-style-type: none;
    }

    .menu-primary li{
    display: inline-block;
    list-style-type: none;
    }

    January 19, 2014 at 8:29 am in reply to: Help with centering menu #85869
    wp guy
    Member

    Thank you, but when I put in those changes it still did not center the menu.

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 169 total)
1 2 3 … 7 8 9 →

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