• 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

bill scheider

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 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • August 14, 2018 at 1:01 pm in reply to: Older versions of Genesis available? #222482
    bill scheider
    Member

    Thanks for your help, Andrea and Victor. All went smoothly 🙂
    Bill

    December 28, 2017 at 5:28 pm in reply to: editing styles.css in wordpress template editor #214913
    bill scheider
    Member

    Thanks so much ODNT. This helps make life just a bit easier.
    Bill

    December 2, 2017 at 2:43 pm in reply to: editing styles.css in wordpress template editor #214208
    bill scheider
    Member

    Thank you Victor. Quite a paternalistic change imo! I wasn’t sure where it came from.
    Bill

    February 5, 2017 at 8:05 pm in reply to: Created new widget area but not appearing on site #200613
    bill scheider
    Member

    Thank you for your response, Victor.

    I did change my functions.php from my code above to the code you generously provided. However, it hasn't resolved the issue! The widget area is still not being populated.

    change 'childtheme' to the child theme's text domain

    By changing 'childtheme' do you mean to change it to the name I've given my child theme, ie, 'syntonic'? I did that also to no avail.

    The page url again is http://www.syntonicmicrowave.com/products/synthesizersnew/ if that helps at all.

    Thanks again

    April 12, 2013 at 10:43 pm in reply to: Calendar or Scheduled Events Widget for Genesis #35180
    bill scheider
    Member

    This isn't the only one, but I've used it successfuly on a number of site with genesis.

    You can read about it, see a demo and download Events Manager here.

    April 12, 2013 at 10:21 pm in reply to: Blog page is blank on the web… #35175
    bill scheider
    Member

    Hi Tracie,
    I just rechecked your site and the Program link is actually null (sorry I didn't notice earlier). But the Coaching submenu item does bring up a page of content.

    Maybe you're trying to do something other than what I'm understanding.

    April 12, 2013 at 10:17 pm in reply to: Blog page is blank on the web… #35174
    bill scheider
    Member

    Hi tracie,
    Not sure if this will help, but here goes. It looks like your 'Program' link in your sub navigation is your blog page? If so, you can go to the custom menu and, where you have that 'Program' item, replace it with the category item for the category that holds those Program posts. Unless I'm totally misunderstanding your question, that should do the trick.

    April 12, 2013 at 10:09 pm in reply to: Change link colors #35172
    bill scheider
    Member

    Hi there,
    In the lifestyle child theme style sheet (if you haven't made changes), the color for the links can be found on line 133. What you'll be looking for is this:
    a, a:visited {
    color: #509AC9;
    text-decoration: none;
    }

    Just change the color to what you want it to be. You may also have to find that original color (#509AC9) other places in your style sheet and change it also.
    HTH

    April 12, 2013 at 10:01 pm in reply to: Metro Customisations #35171
    bill scheider
    Member

    Hi Roger,
    The transparency was accomplished in the photography site by adding this to the #wrap:
    background-color: rgba(0, 0, 0, 0.8);

    The 'a' at the end of the rgb stands for alpha. Adjusting that number adjusts the transparency.
    HTH

    April 12, 2013 at 9:51 pm in reply to: How do I create a line between posts (to separate them) #35169
    bill scheider
    Member

    Hi Laura,

    In your style.css, on line 792 of your style sheet, you'll see:

    .post {
    margin: 0 0 40px;
    padding: 10px; <----- Add this (play with padding to get what you want)
    border-bottom: 2px solid #f5f5f5; <---- Add this (play to get border width and color you want)
    }

    HTH
    Bill

    April 12, 2013 at 9:37 pm in reply to: How do I create a box around the post titles? #35168
    bill scheider
    Member

    Hi Laura,
    Your links are being entered incorrectly, so they go to the error page for the studiopress forum. When adding a link if you make sure the http:// is present, that should take us to the page or site you'd like us to see.

    I think you use @Brad code but make the declaration this:
    h1.entry-title
    that should work.

    Bill

    April 12, 2013 at 8:06 pm in reply to: center primary nav bar Pretty Young Theme #35132
    bill scheider
    Member

    You can center the menu by going to line 413 of your css:

    #nav ul {

        float: none;
        margin: auto;   <----- ADD THIS
        padding: 5px 0 0 18px;
        width: 65%;   <----- ADD THIS

    }

    This will work; however, I'd add space playing around with padding the way @Jeremy suggested above.

    April 12, 2013 at 7:47 pm in reply to: Best Way to Backup (?) #35129
    bill scheider
    Member

    I've been using BackWPup for quite a while now and having backups sent to Dropbox. Very happy with it.

    March 29, 2013 at 3:19 pm in reply to: How to change navigation color background? #31971
    bill scheider
    Member

    As Susan said, you can remove the image. The code for  #nav is on line 377 of your theme style sheet. I don't see the twitter icon either.

    HTH,

    Bill

    March 10, 2013 at 6:18 pm in reply to: eleven40: Style site title #25354
    bill scheider
    Member

    @charlielivingston  I thought I had seen a tutorial on her site a few weeks ago but I couldn't find it today so thought I was mistaken 🙂 Thanks for posting the link.

    Bill

    March 10, 2013 at 5:41 pm in reply to: eleven40: Style site title #25350
    bill scheider
    Member

    Well I know how she did it. My question is more about where it was done; you can't style the Site title in WordPress settings, so she must have added those <span> tags somewhere else and maybe used a function to add that instead of the site title?

    Bill

  • Author
    Posts
Viewing 16 posts - 1 through 16 (of 16 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