• 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

Susan

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 - 5,921 through 5,940 (of 5,967 total)
← 1 2 3 … 296 297 298 299 →
  • Author
    Posts
  • December 8, 2012 at 5:56 pm in reply to: How do I make sidebar a little wider? #3905
    Susan
    Moderator

    Glad that helped - definitely easier than adjusting the CSS!

    For future reference:

    If you find that you can't adjust something within the sidebar, and you want to physically adjust the width of the sidebar, you would look for this in your CSS:
    /* Primary / Secondary Sidebars
    ------------------------------------------------------------ */

    .sidebar {
    background: #f5f5f5;
    display: inline;
    float: right;
    margin: 0 0 20px;
    padding: 15px 15px 5px;
    width: 250px;
    }

    Replace the 250px with the new width.

    Then, you would need to look for this:

    /* Content
    ------------------------------------------------------------ */

    #content {
    float: left;
    padding: 10px;
    width: 450px;
    }

    .content-sidebar #content,
    .sidebar-content #content {
    width: 620px;
    }

    and adjust the 620px down by the amount your adjusted the 250 up (a sidebar of 300 px would mean a width of 570 px for the center area.

    December 8, 2012 at 5:20 pm in reply to: Studiopress Support – new vs. old #3900
    Susan
    Moderator

    Years ago, I was working at a company, and wanted to relocate to another city (my family had moved away from where I was living). I was granted a relocation to the new city, and I loved the new city, but I hated the work. It was with the same company, it was just a different department, and didn't feel right. I expressed my concerns to my family on the first day on the new job, and was told to "give it a month."

    I read this thread when it was first published, and didn't respond, because I wanted to "give it (the new forum) a month". I am going to reserve judgement until the forum has been around a month, so if this thread is still around on the 19th, I will come back and provide my opinion.

    In the meantime, I will say that all those years ago, when I didn't like the job - I gave it a month, like it was suggested. At the end of the month,I disliked the job as much as I did on the first day, and found a new job (at a start up company, where I thrived!).

    I'll be back 😉

    December 8, 2012 at 4:18 pm in reply to: How do I make sidebar a little wider? #3886
    Susan
    Moderator

    AutoHail - I'm not a programmer, either, but I've done it on my own site with a little experimentation. Let me look at your site's stylesheet and see if I can come up with some specific lines to change 🙂

     

    December 8, 2012 at 3:19 pm in reply to: How do I make sidebar a little wider? #3882
    Susan
    Moderator

    You would need to adjust a number of the pieces inside your CSS.

    This guide should help you determine what you need to adjust:

    http://my.studiopress.com/docs/visual-markup-guide/

    December 7, 2012 at 9:16 pm in reply to: Change header file #3817
    Susan
    Moderator

    Greg:  Your header (page title, image of the before/after) is called: Banner-clean2.jpg, and it's located in your media library.

    http://www.getfitwithgreg.com/wp-content/uploads/2012/08/Banner-clean2.jpg

     

    December 7, 2012 at 9:03 pm in reply to: hello and general workflow questions #3815
    Susan
    Moderator

    Welcome to Genesis, David.

    I've been playing around with creating my own child theme, but mostly, I've just customized some existing themes, but I found these articles great for helping me get started:

    http://www.billerickson.net/building-a-genesis-child-theme/

    http://www.billerickson.net/genesis-base-child-theme/

     

    December 7, 2012 at 7:07 pm in reply to: Adorable theme, navigation bar "dividers"? "Spacing"? Help. #3806
    Susan
    Moderator

    Momista - sorry, I didn't see you had asked another question!

    Just to be clear, so that we are on the same page...

    In the top section "latest ramblings", you want to show more posts (in other words, show some of your older posts), but it's not giving the option. You've checked the box that says "show page navigation"?

    In doing some research, I read a suggestion that you add this to your functions.php file:

    add_action( 'pre_get_posts', 'child_change_home_query' );
    /** Changes the query on the home page*/
    function child_change_home_query( $query ) {

    if( $query->is_main_query() && $query->is_home() ) {
    $query->set( 'posts_per_page', '1' );
    }

    }

    December 5, 2012 at 7:31 am in reply to: Removing child category from the parent category page #3430
    Susan
    Moderator

    Go to pages > edit > page attributes > change parent category to "none".

    If that doesn't work, please provide a link to your site.

    December 4, 2012 at 6:40 am in reply to: newbie questions #3248
    Susan
    Moderator

    I don't own it, but it is my understanding that the "Prose" theme is editable in a different manner than all the other child themes - you might want to take a look at that.

     

    December 4, 2012 at 6:38 am in reply to: Minimum Theme Question #3247
    Susan
    Moderator

    Do you have a link to your site?

    By default, Minimum doesn't have a sidebar on the home page, but if yours has a sidebar, go to edit page, scroll down to the bottom, and in "layout settings", check the full width content layout. That will only impact the one page you are editing.

    December 4, 2012 at 6:13 am in reply to: Adorable theme, navigation bar "dividers"? "Spacing"? Help. #3244
    Susan
    Moderator

    I'm looking at your site now, and I see that you have two rows with the vertical line separating the rows, and the horizontal line separating each of the menu items (looking as it should). I'm viewing it on a Mac, using safari. What are you using?

     

    December 3, 2012 at 5:40 pm in reply to: Adorable theme, navigation bar "dividers"? "Spacing"? Help. #3158
    Susan
    Moderator

    Momista:

    In the Adorable demo, there are two menus show - the primary menu, and the secondary menu. It looks like you have all your pages set up on the primary menu.
    If you go ahead and create a secondary menu, remove some of the pages from the primary menu, and add them to the secondary menu, there will be the dividing line between the two rows, and the second row will be a different color than the first row.

    I hope that helps!

    December 3, 2012 at 5:12 pm in reply to: Added code to functions.php file. Site went down… #3157
    Susan
    Moderator

    Ryan - I can guarantee we have all done that at one time or another, so don't stress!

    To access your site, you will want to log into your host site, delete the child theme folder, and upload a clean copy.

    It's recommended that php changes be done through FTP and a code editor, so that you can revert changes without breaking your site.
    Good luck!

    December 3, 2012 at 7:38 am in reply to: Nameless – free child theme #2980
    Susan
    Moderator

    @colemanweb - once you buy the Genesis framework, there are free child themes available; you can also go ahead and create your own child themes.

     

    If you wish to purchase additional child themes, you would just pay the cost of the child theme (not the genesis framework again). The regular cost of each theme is under $25. There are discounts available for existing users, and sometimes special discounts (for example, Black Friday sales). You can also go the "ProPlus" route, where you pay one lump sum and have access to all the StudioPress themes (NOT the community themes), and as each new one is made available, you will also receive that free of charge.

     

    December 2, 2012 at 7:33 pm in reply to: New: Responsive Agentpress Website (combines Minimum with Agentpress Listings) #2934
    Susan
    Moderator

    Very nice job!

    December 2, 2012 at 4:07 pm in reply to: Header size too big and tagline missing #2914
    Susan
    Moderator

    Here's a StudioPress tutorial on setting up your menu:

    Navigation Menu

     

    To display your tagline, you would need to replace this in your CSS:

    #title-area {

    	float: left;
    	height: 123px;
    	overflow: hidden;
    	padding: 17px 0 0;
    	width: 422px;
    	text-shadow: -1px -1px 1px #fff;
    }
    
    
    With this:
    #title-area {
    	float: left;
    	height: auto;
    	padding: 17px 0 0;
    	width: 422px;
    	text-shadow: -1px -1px 1px #fff;
    }
    December 2, 2012 at 10:48 am in reply to: Home Page only display post from a category or sticky #2867
    Susan
    Moderator

    You never want to edit the genesis framework; any edits there will be overwritten with a genesis upgrade.

     

    Any editing should be done in your child theme's files, and according to the link that Nick provided, it looks like it should be done in your functions.php file.

    December 2, 2012 at 9:21 am in reply to: Where on earth is the child theme downloads gone ??? #2846
    Susan
    Moderator

    @sankum24 - I would recommend you submit a ticket:

    StudioPress - Account Assistance

    November 30, 2012 at 9:30 am in reply to: Nameless – free child theme #2517
    Susan
    Moderator

    Nice job, Monica!
    As an aside, I got my introduction to Genesis framework through Designer Blogs - I bought one of their blogger templates, and then decided to take the plunge and switch to WordPress. I love the work you ladies produce!

    November 29, 2012 at 5:29 pm in reply to: New Design of a Relationship, Marriage & Dating Advice Website #2417
    Susan
    Moderator

    I'm not an SEO expert, so can't provide any feedback there, but I like your layout - it's fairly clean and easy to read. Nice work!

  • Author
    Posts
Viewing 20 posts - 5,921 through 5,940 (of 5,967 total)
← 1 2 3 … 296 297 298 299 →
« 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