• 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

Debra Scott

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 17 posts - 101 through 117 (of 117 total)
← 1 2 3 4 5 6
  • Author
    Posts
  • June 6, 2013 at 5:31 pm in reply to: Which theme should i choose? #44449
    Debra Scott
    Member

    odd. Double check it is a page not a post, sounds silly but we have all done it.

    Next change the theme and see if you can set while using a different theme.


    need help with your business or personal website? Contact me at Fat Cat Designs

    June 6, 2013 at 2:52 pm in reply to: Remove Shadow box #44422
    Debra Scott
    Member

    You're welcome! Glad you solved your second issue as well. 🙂


    need help with your business or personal website? Contact me at Fat Cat Designs

    June 6, 2013 at 6:49 am in reply to: Which theme should i choose? #44289
    Debra Scott
    Member

    static homepage is chosen via Reading / Static homepage - then you choose the page you have created  from the dropdown list of pages.

    If your theme comes with a home.php you need to rename that page to home_org.php so that it does not override your changes.

    You can set and alter your menu buttons through Appearance - Menus

     

     


    need help with your business or personal website? Contact me at Fat Cat Designs

    June 5, 2013 at 8:53 pm in reply to: Which theme should i choose? #44263
    Debra Scott
    Member

    downloading and trying of course gives you the best feel for what the theme offers. There is an interactive theme chooser here.

    You can check out the showcase forum for ideas on how others have used themes.

    And by looking through the demos and various layout options in the menus you can get a feel for a theme before even downloading it.


    need help with your business or personal website? Contact me at Fat Cat Designs

    June 5, 2013 at 7:02 pm in reply to: Which theme should i choose? #44249
    Debra Scott
    Member

    You can have a static homepage even if you use a widgeted homepage.  Use Nick's Genesis Featured Widget Amplified and you can specify particular posts or pages to a widget.  Focus doesn't use widgets so with that theme you would be using a static page.

    Many of the themes are in version 2.0 or more so that doesn't tie into the Genesis 2.0 specifically.


    need help with your business or personal website? Contact me at Fat Cat Designs

    June 5, 2013 at 5:37 pm in reply to: Having trouble with Facebook plugin #44244
    Debra Scott
    Member

    Great! Glad it worked out!


    need help with your business or personal website? Contact me at Fat Cat Designs

    June 5, 2013 at 3:06 pm in reply to: Remove Shadow box #44220
    Debra Scott
    Member

    in your style.css look for

    /* Images
    ------------------------------------------------------------ */

    and look for all the border areas

    img {
    max-width: 100%;
    }
    
    #featured .featuredpage img,
    #featured .featuredpost img {
    border: 10px solid #ccc; <----------
    max-width: none;
    margin: 0 10px 0 0;
    padding: 0;
    }
    
    #home-middle .featuredpage img,
    #home-middle .featuredpost img {
    border: 5px solid #ccc; <-----------
    margin: 0 0 15px;
    }

    need help with your business or personal website? Contact me at Fat Cat Designs

    June 5, 2013 at 3:00 pm in reply to: Having trouble with Facebook plugin #44219
    Debra Scott
    Member

    are you signed into Facebook in Chrome and not the other browsers? If so it is likely that your page settings requires users to be signed into Facebook to see your page.


    need help with your business or personal website? Contact me at Fat Cat Designs

    June 5, 2013 at 2:46 pm in reply to: Ads in Header Right messing up Mobile Responsive Design #44208
    Debra Scott
    Member

    you could also do a conditional code for the header widget to either show a smaller ad or leave the else empty which will literally display nothing.


    need help with your business or personal website? Contact me at Fat Cat Designs

    June 5, 2013 at 7:09 am in reply to: moving featured image in genesis featured posts #44136
    Debra Scott
    Member

    install this plugin it gives you much more control over all the settings.

    http://wordpress.org/plugins/genesis-featured-widget-amplified/


    need help with your business or personal website? Contact me at Fat Cat Designs

    June 5, 2013 at 4:41 am in reply to: Ads in Header Right messing up Mobile Responsive Design #44130
    Debra Scott
    Member

    use this code in your text widget

    
    <script type="text/javascript">
    var width = window.innerWidth || document.documentElement.clientWidth;
    google_ad_client = "ADSENSE PUBLISHER ID HERE";
    if (width >= 800) {
     google_ad_slot = "AD ID NUMBER HERE";
     google_ad_width = 728;
     google_ad_height = 90;
    } else {
     google_ad_slot = "AD ID NUMBER HERE";
     google_ad_width = 320;
     google_ad_height = 50;
    }
    </script>
    <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>
    
    

    You can find the ad ID number from your My Ads section of your adsense. You can see the code in action here

    Note: original source for code


    need help with your business or personal website? Contact me at Fat Cat Designs

    June 5, 2013 at 4:11 am in reply to: Which theme should i choose? #44128
    Debra Scott
    Member

    If you go here and choose Mobile Responsive under Theme Features you will see all the themes that meet that requirement.

    http://my.studiopress.com/themes/

     

    From there choose a theme that has the closest feel to what you want. Any theme can be made to look   completely different with custom css changes.

    It sounds like you might want to use the full page width template across your site unless you need a sidebar for extra informational or call to action spaces.

    If you have the time to wait, you could wait until WordPress 3.6 and Genesis 2.0 drop.  Production sites are best not built on beta releases.


    need help with your business or personal website? Contact me at Fat Cat Designs

    November 19, 2012 at 1:19 pm in reply to: Floating Background #707
    Debra Scott
    Member

    Yes you would make this change in the style.css  on body


    need help with your business or personal website? Contact me at Fat Cat Designs

    November 19, 2012 at 1:17 pm in reply to: Specific font-family in widgets #706
    Debra Scott
    Member

    You're welcome!


    need help with your business or personal website? Contact me at Fat Cat Designs

    November 19, 2012 at 10:10 am in reply to: Floating Background #690
    Debra Scott
    Member

    Simply add fixed to the background.

    http://www.w3schools.com/css/tryit.asp?filename=trycss_background-attachment


    need help with your business or personal website? Contact me at Fat Cat Designs

    November 19, 2012 at 10:08 am in reply to: Specific font-family in widgets #689
    Debra Scott
    Member

    define a font-family for that area. Example

    '

    .sidebar p {
    padding: 0 0 5px;
    font-family:Times New Roman, Times New Roman, Times, serif;
    }

    '


    need help with your business or personal website? Contact me at Fat Cat Designs

    September 19, 2012 at 4:16 pm in reply to: Welcome to the StudioPress Community Forums #78
    Debra Scott
    Member

    Hello everybody!

    Finally in..Thanks Brian! 🙂


    need help with your business or personal website? Contact me at Fat Cat Designs

  • Author
    Posts
Viewing 17 posts - 101 through 117 (of 117 total)
← 1 2 3 4 5 6
« Previous Page

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