• 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 - 141 through 160 (of 169 total)
← 1 2 3 … 7 8 9 →
  • Author
    Posts
  • March 10, 2013 at 8:32 pm in reply to: Remove margin between header and navigation menu #25389
    wp guy
    Member

    It appears there's a widget area on the right between your header and menu.

    March 10, 2013 at 6:57 pm in reply to: executive theme: Home – Slider #25361
    wp guy
    Member

    I need some details in order to help. Have you installed the slider plugin? Where exactly are you at in the process? Can I get a link to your site?

    March 8, 2013 at 1:09 pm in reply to: Limiting Length of FIrst Post on Eleven40 Home Page #25033
    wp guy
    Member

    Yes, and and the "insert more" tag should do the trick in your editor. If you have 5,000 words and only want a portion to show, place your cursor anywhere in the text click the "insert more" button. Anything below that won't show.

    March 8, 2013 at 11:12 am in reply to: Limiting Length of FIrst Post on Eleven40 Home Page #25013
    wp guy
    Member

    Have you tried just using a line break?

    March 8, 2013 at 10:34 am in reply to: Outreach theme changing colors #25010
    wp guy
    Member

    In your sytlesheet: (change "color" to anything you want.)

    Text color:

    Found under "defaults"

    textarea {
    color: #333;
    font-family: 'Quattrocento', arial, serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
    padding: 0;
    text-decoration: none;

    Link color under "hyperlinks"

    a,
    a:visited {
    color: #d99e58;
    text-decoration: none;

    March 7, 2013 at 5:33 pm in reply to: Full Width Category Page #24888
    wp guy
    Member

    Worked perfectly. Thank you!

    March 7, 2013 at 10:05 am in reply to: Create a password protected page… #24781
    wp guy
    Member

    Just for info, if all you want to do is create a password protected page where you give the password to someone, no plugin is needed. While in the page you wish to protect, look for "visibility: public - edit" on the right sidebar. Click edit and choose password protected.

    March 6, 2013 at 12:55 pm in reply to: verifying with google #24578
    wp guy
    Member

    There is more than one way to do this but I just use the Google Analytics plugin.

    March 1, 2013 at 7:55 pm in reply to: Changing the Background Image in Metric #23645
    wp guy
    Member

    What was odd to me is I've changed the background image many times before by replacing the image file. Never an issue. Today I didn't have quick FTP access to my client's host so I replaced the URL. I have no idea why I had to change the wrap to transparent.

    March 1, 2013 at 7:42 pm in reply to: Changing the Background Image in Metric #23637
    wp guy
    Member

    Perfect, thank you!!!

    February 26, 2013 at 6:04 pm in reply to: How to Move the Logo Down #23012
    wp guy
    Member

    Great! Thank you very much - worked perfectly. Just as a talking point, this piece of CSS doesn't quite make sense to me. Why would "left 20px" push the logo down. I was looking for something like a top margin.

    February 5, 2013 at 3:30 pm in reply to: Feedback welcome, using Metro #18326
    wp guy
    Member

    One of the better sites I've seen recently. Professional and right to the point. BTW, I also live in the Baltimore area. Only comment I have is cropping your browser tabs on your portfolio pics. And if you want to take "full site" screenshots of an entire site you designed, you can use a site like Snapito.

    February 5, 2013 at 11:13 am in reply to: Extremely slow Genesis websites #18239
    wp guy
    Member

    Just my two cents and not trying to be combative, but if your IT guys says that "such and such" isn't the problem but also can't identify what the problem is, time to look for a new IT guy. The Genesis framework certainly isn't the issue.

    February 3, 2013 at 2:00 pm in reply to: Education Theme with Portfolio and No Primary Sidebar on Interior Pages #17658
    wp guy
    Member

    On the 3rd slider image, everyone's heads are chopped off.

    January 31, 2013 at 7:24 am in reply to: New Online Media Kit Site #16729
    wp guy
    Member

    Like it - especially the sliders! My only suggestion would be to slightly darken the fields in your contact form.

    January 30, 2013 at 12:06 pm in reply to: All Feedback will be greatly appreciated #16426
    wp guy
    Member

    I like the site, very easy to navigate. I'd look into changing the header image - seems fuzzy and reduce the number of posts on the main page to 5 - there's a lot to scroll through on the main page.

    January 30, 2013 at 10:48 am in reply to: Changing the Blue Background color on Genesis Metric Child Theme #16403
    wp guy
    Member

    Just replace the wrap.png in your image folder (via FTP in your hosting account.) I just rename the current image file wrap1 and make sure you name the new image file "wrap" - make sure it's png.

    I'm sure there's a way to do it through CSS but for me this is quick and easy.

    January 27, 2013 at 7:48 am in reply to: Metric Theme Home Page Question #15273
    wp guy
    Member

    One way to do it - below. Look in your CSS and in this example I set the home.middle-2 width with to 0 and adjusted the widths of the other areas. Of course, you can play with it as you want.

    .home-middle-1 {
    float: left;
    width: 600px;
    margin: 0;
    padding: 0 20px 0 0;
    }

    .home-middle-2 {
    float: left;
    width: 0px;
    margin: 0;
    padding: 0;
    }

    .home-middle-3 {
    float: right;
    width: 305px;
    margin: 0;
    padding: 0;
    }

    January 26, 2013 at 12:42 pm in reply to: Site has been hacked – PLEASE help! #15039
    wp guy
    Member

    What kind of security are you using for your site?

    January 26, 2013 at 10:10 am in reply to: Freakin difficult to change logo????? #15014
    wp guy
    Member

    First, it's extremely easy for me to upload my client's logos to any child theme. That's not what this conversation is about. It's about the ease of changing the default logo for someone who bought a StudioPress theme and is relatively new to WordPress. While most noobs can follow their theme's instructions to get it set up, what you just posted is "Klingon."

    "Adjust your theme's CSS" is not user friendly to most people purchasing themes to do something as simple as upload a logo. Now, if SP doesn't want to create a simple "upload logo function" with each child theme you create, that's fine. Just understand they're making it harder than it has to be for noobies. It's just more unnecessary support questions. In my business we call it "creating work for yourself."

  • Author
    Posts
Viewing 20 posts - 141 through 160 (of 169 total)
← 1 2 3 … 7 8 9 →
« 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