• 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

Davinder Singh Kainth

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 - 2,141 through 2,160 (of 2,178 total)
← 1 2 3 … 107 108 109 →
  • Author
    Posts
  • January 12, 2013 at 8:02 am in reply to: Need help reducing the height on a nav bar #11439
    Davinder Singh Kainth
    Member

    Try reducing padding in following code in style.css file and other style elements for .genesis-nav-menu class

    .genesis-nav-menu a {
    display: block;
    padding: 24px 20px;
    padding: 1.5rem 1.25rem;
    position: relative;
    }


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    January 12, 2013 at 7:55 am in reply to: How to insert Google Ad Section code #11438
    Davinder Singh Kainth
    Member

    Following should help:

    http://www.basicwp.com/show-adsense-ads-within-wordpress-post/

    http://www.basicwp.com/add-adsense-ads-genesis-single-posts/


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    January 3, 2013 at 10:28 pm in reply to: My New Site using Outreach #9382
    Davinder Singh Kainth
    Member

    Looks clean and focussed !


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    January 3, 2013 at 5:22 am in reply to: Image Resized Every Time I Put it in a Post #9141
    Davinder Singh Kainth
    Member

    At two places you can configure media (images) size settings:

    1. In WordPress dashboard goto Settings > Media

    2. Goto Apperance > Edit and open functions.php file - then look for following code:

    /** Add new image sizes */
    add_image_size( 'home-bottom', 110, 110, TRUE );
    add_image_size( 'home-middle-left', 280, 165, TRUE );
    add_image_size( 'home-middle-right', 50, 50, TRUE );
    add_image_size( 'home-tabs', 150, 220, TRUE );
    
    

    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    January 3, 2013 at 1:05 am in reply to: Feedback – Chartered Accountants Genesis powered site #9126
    Davinder Singh Kainth
    Member

    Susna, Thanks for positive feedback. Website is still work in progress and yes timestamp is deliberate  🙂


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    January 3, 2013 at 1:02 am in reply to: Learning Genesis – Custom Header image #9125
    Davinder Singh Kainth
    Member

    Once make above code changes, goto Apperance > Header and then uncheck "Show header text with your image". It should work now.


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    January 2, 2013 at 7:08 am in reply to: Learning Genesis – Custom Header image #8928
    Davinder Singh Kainth
    Member

    Look following section in style.css file

    /* Image Header - Partial Width
    ------------------------------------------------------------ */

    and then add following code for logo

    <pre>/* Image Header - Partial Width
    ------------------------------------------------------------ */
    .header-image #header #title-area {
     background: url(images/logo.png) left top no-repeat;
     }
    
    .header-image #title-area,
    .header-image #title,
    .header-image #title a {
     display: block;
     float: left;
     height: 100px;
     overflow: hidden;
     padding: 0;
     text-indent: -9999px;
     width: 420px;
    }
    
    .header-image #description {
     display: block;
     overflow: hidden;
    }
    
    

    You can modify logo dimensions in above code. Name of the logo image is logo.png and add it to theme's images folder.


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    January 2, 2013 at 1:26 am in reply to: Change featured image width on Fabric theme #8906
    Davinder Singh Kainth
    Member

    Did you delete existing image and re-upload it?

    Alternatively, you can use 'regenerate-thumbnails' plugin for automatic re-creation of images of specified sizes.

    http://wordpress.org/extend/plugins/regenerate-thumbnails/


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    January 2, 2013 at 1:15 am in reply to: Change font and color for Primary Navigation Menu on Eleven40 Theme #8904
    Davinder Singh Kainth
    Member

    Look for this code in your css file

    http://demo.studiopress.com/eleven40/wp-content/themes/eleven40/style.css
    .menu-primary a,
    .menu-secondary a,
    #header .menu a {
    color: #333;
    display: block;
    font-family: 'Oswald', arial, serif;
    padding: 10px 15px;
    position: relative;
    text-decoration: none;
    }

    Change color and font-family above


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    January 2, 2013 at 12:30 am in reply to: Launching my personal blog, Need feedback #8901
    Davinder Singh Kainth
    Member

    1. Like the logo header.

    2. Sidebar is also good, however change color of text under "serious stuff".

    3. On single posts, either align comment form to center or padding more left padding.

    4. You can also work more on design aspect of footer widgets.


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    January 2, 2013 at 12:25 am in reply to: Post Title Color, font and size #8899
    Davinder Singh Kainth
    Member

    For single posts you can use

    .post h1 { color:#444; font-size:20px;}

    for changing title of the article post.

     

    For headlines within post, if using h2 wrap - then use following class

    .post h2 { color:#444; font-size:20px;}

     

    You can change the font styling as per requirement.


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    December 12, 2012 at 2:20 am in reply to: Removing Footer .. must be simple! #4670
    Davinder Singh Kainth
    Member

    You can customize entire footer using last code on this http://my.studiopress.com/snippets/footer/ page.

    If you do not want to play around with manual code, then you can make changes in footer using this plugin: http://www.studiopress.com/plugins/simple-edits


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    November 26, 2012 at 7:39 am in reply to: Pretty Young Thing H2 #1712
    Davinder Singh Kainth
    Member

    Open style.css file and look for following code

    h1,
    h2 {
    background: none;
    padding: 0 0 0 50px;
    }

    Change it to following:

    h1,
    h2 {
    background: none;
    padding: 0px;
    }


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    November 26, 2012 at 12:36 am in reply to: Header size for News Theme #1700
    Davinder Singh Kainth
    Member

    You are welcome 🙂


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    November 26, 2012 at 12:27 am in reply to: Genesis Responsive Slider not showing post title #1699
    Davinder Singh Kainth
    Member

    Cheers!


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    November 25, 2012 at 11:58 pm in reply to: Change the Page Width of My Theme #1697
    Davinder Singh Kainth
    Member

    There are 9 more places where you need to change width setting from 960 to 900px. I have modified it, you can grab the final css code for 900px width from here - http://pastebin.com/PzXCRt5Y


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    November 25, 2012 at 11:34 pm in reply to: Increase Site Pixel Width #1695
    Davinder Singh Kainth
    Member

    Look for wrap class as following in style.css file and change 960 to 1000px

    #wrap {
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    background-color: #fff;
    box-shadow: 0 0 5px #999;
    margin: 15px auto;
    width: 960px;
    padding: 0;
    }

    Also, you can search style.css file for 960px to check on other elements and use 1000px width for them.


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    November 25, 2012 at 11:29 pm in reply to: Sticky Header #1693
    Davinder Singh Kainth
    Member

    This should help - http://css-tricks.com/persistent-headers/


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    November 25, 2012 at 11:28 pm in reply to: Change the Page Width of My Theme #1691
    Davinder Singh Kainth
    Member

    Change 960px in following code in your style.css to 900px

    #wrap {
    background-color: #fff;
    box-shadow: 0 0 5px #999;
    margin: 15px auto;
    width: 960px;
    padding: 0;
    }


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    November 25, 2012 at 11:06 pm in reply to: Genesis News Theme Slider #1689
    Davinder Singh Kainth
    Member

    Instead, you can create new widget area of width 960px below the header area and then add slider to it. Use following code:

    genesis_register_sidebar( array(
    'id' => 'homepage-feature',
    'name' => __( 'Homepage Feature', 'custom' ),
    'description' => __( 'This is Homepage feature section', 'custom' ),
    ) );
    /** Top Homepage feature section */
    add_action( 'genesis_after_header', 'news_homepage_feature', 9 );
    function news_homepage_feature() {
    if ( is_home() && is_active_sidebar( 'homepage-feature' ) ) {
    echo '';
    dynamic_sidebar( 'homepage-feature' );
    echo '';
    }
    }

    source - http://www.basicwp.com/add-new-widget-genesis-homepage/

    Better if you copy code from source website and embed code above seem to break 🙁


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

  • Author
    Posts
Viewing 20 posts - 2,141 through 2,160 (of 2,178 total)
← 1 2 3 … 107 108 109 →
« Previous Page

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2022 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