• 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,121 through 2,140 (of 2,178 total)
← 1 2 3 … 106 107 108 109 →
  • Author
    Posts
  • April 14, 2013 at 6:59 am in reply to: Full Width Navigation with Blog title #35374
    Davinder Singh Kainth
    Member

    Sample theme does support full width layout, like here http://demo.studiopress.com/layouts/fwc

    Just goto Genesis > Theme Settings and select full width layout under "Default Layout" section. Regarding more custom look like in this http://gregrickaby.com/ website, you need to make lot of css style changes (no setting for that).


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

    April 14, 2013 at 6:54 am in reply to: Show title checkmark is not H1 #35373
    Davinder Singh Kainth
    Member

    1. On homepage, h1 title is used for title of the website.

    2. On inner pages or posts, h1 title is used for title of the page or post (not the website). h2 title is also used on pages or post for sub heading, you can manually add it by going text mode of editor and type <h2>Sub heading1</h2>

     

    Coming to your website:

    1. Inner page or post show correct h1 title - no need to worry there.

    2. However your homepage is not showing website title in h1 tag. Goto Settings > General  and there type your site title. You can also add in setting screen of yoast seo plugin that you are using as of now.

     


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

    April 14, 2013 at 6:45 am in reply to: Image not showing up on homepage's sidebar #35369
    Davinder Singh Kainth
    Member

    It is appearing fine both on homepage and inner pages. Make sure you are using full image url in the widget like: http://www.quantummarketer.com/wp-content/uploads/2013/04/traffic-growth-blueprint-banner-white-250x250.jpg

    Regards


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

    April 14, 2013 at 6:41 am in reply to: Block Feeds #35367
    Davinder Singh Kainth
    Member

    Check these resources:

    1. http://wordpress.org/extend/plugins/disable-feeds/

    2. http://www.wprecipes.com/how-to-disable-rss-feeds-on-your-wordpress-blog


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

    April 14, 2013 at 6:39 am in reply to: How to move header widgets down #35366
    Davinder Singh Kainth
    Member

    Hi, following class in css style in the business area for right header widget
    #header .widget-area {
    float: right;
    padding: 100px 0 0;
    width: 560px;
    }
     

    Play around with padding values. You can use negative margin value to move down like margin: 0 0 -20px 0;


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

    April 14, 2013 at 6:34 am in reply to: Canvas theme post no-follow #35365
    Davinder Singh Kainth
    Member

    1. No follow tag is used for specific links. If you want to make specific weblink nofollow then use rel="nofollow" tag. Check this video - http://www.youtube.com/watch?v=660-ElmeE30

     

    2. For posts, it is no index - which means post appears fine but Google does not index it in the search engine. For this open post in edit mode and look for no-index settings in genesis seo box at the bottom.


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

    April 14, 2013 at 6:28 am in reply to: Navigation Bar Colour #35362
    Davinder Singh Kainth
    Member

    1. Color code of the grey background is #f3f3f3

    2. Change color in css style file here:
    .focus-gray .menu,
    .focus-gray #header .menu li a:active,
    .focus-gray #header .menu li a:hover,
    .focus-gray .wp-caption {
    background-color: #f3f3f3;
    }
     


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

    February 24, 2013 at 6:45 am in reply to: Outreach default home SEO help #22525
    Davinder Singh Kainth
    Member

    Goto Widgets area and add required type of widgets in primary & secondary sidebar and other widget areas. Also make sure you change permalink structure as your current setting is not seo friendly.


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

    February 12, 2013 at 5:49 am in reply to: News Theme – Colour of secondary navigation wording #19788
    Davinder Singh Kainth
    Member

    Glad issue is resolved.


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

    February 11, 2013 at 8:31 am in reply to: Change Portfolio Page URL/permalinks – Executive Theme #19598
    Davinder Singh Kainth
    Member

    If you are using portfolio page as explained here: http://www.briangardner.com/portfolio-page/

    Then goto functions.php file and edit this line:

    'rewrite' => array( 'slug' => 'portfolio' ), in the code displayed on the above page.

    Change portfolio to projects as per your requirement.
     


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

    February 11, 2013 at 8:28 am in reply to: News Theme – Colour of secondary navigation wording #19596
    Davinder Singh Kainth
    Member

    For making similar changes in the secondary menu, edit background and color in this section:

     
    #subnav li li a,
    #subnav li li a:link,
    #subnav li li a:visited


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

    February 11, 2013 at 8:26 am in reply to: News Theme – Colour of secondary navigation wording #19595
    Davinder Singh Kainth
    Member

    To change color and background of items displayed in drop down sub menus, edit in this section of style.css file

     
    #nav li li a,
    #nav li li a:link,
    #nav li li a:visited

    At present it has background image set:
    background: url(images/bg-dark.png);

    and color of the text is white
    color: #fff;


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

    February 11, 2013 at 8:22 am in reply to: How to make a Sticky Post with Focus Child Theme #19593
    Davinder Singh Kainth
    Member

    Glad this helped!


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

    February 10, 2013 at 9:57 pm in reply to: Remove Post Meta from home page with excerpts #19519
    Davinder Singh Kainth
    Member

    Use following in functions.php

    // remove post meta on homepage

    remove_action('genesis_after_post_content', 'genesis_post_meta');

    add_action('template_redirect', 'child_conditional_actions');

    function child_conditional_actions() {

    if( is_single() ) {

    add_action('genesis_after_post_content', 'genesis_post_meta');

    }}


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

    February 10, 2013 at 9:51 pm in reply to: What is best practice for upgrade-safe changes? #19516
    Davinder Singh Kainth
    Member

    Following is recommended while upgrading (and using framework - child themes).

    1. Always make design and other changes to your Child theme. Do not modify anything in the Genesis framework theme.

    2. If you follow step 1 strictly, then during upgrade - customization done on your website through child theme will remain.  As upgrade process only updates Genesis themes files and do not touch any child theme files.

    Hope this brings some clarity on the issue.


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

    February 10, 2013 at 9:47 pm in reply to: How to make a Sticky Post with Focus Child Theme #19514
    Davinder Singh Kainth
    Member

    You can set any existing post as sticky post. That post will appear at the top. Here is video for quick how-to http://www.youtube.com/watch?v=_gRyGQLob-w


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

    February 3, 2013 at 7:24 am in reply to: move post meta above post #17592
    Davinder Singh Kainth
    Member

    Try this in functions.php file

    // post info location change
    remove_action('genesis_after_post_content', 'genesis_post_meta');

    add_action('template_redirect', 'child_conditional_actions');
    function child_conditional_actions() {
    if( is_single() ) {
    add_action('genesis_before_post_title', 'genesis_post_meta');
    }}


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

    February 3, 2013 at 7:18 am in reply to: Remove background from menu #17591
    Davinder Singh Kainth
    Member

    Look for this section in style.css

    -------------------------
    .menu-primary li a:active,
    .menu-primary li a:hover,
    .menu-primary .current_page_item a,
    .menu-primary .current-cat a,
    .menu-primary .current-menu-item a,
    .menu-secondary li a:active,
    .menu-secondary li a:hover,
    .menu-secondary .current_page_item a,
    .menu-secondary .current-cat a,
    .menu-secondary .current-menu-item a,
    #header .menu li a:active,
    #header .menu li a:hover,
    #header .menu .current_page_item a,
    #header .menu .current-cat a,
    #header .menu .current-menu-item a {
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 1px 0 #333;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 #333;
    background-color: #000;
    border-radius: 5px;
    box-shadow: 0 1px 0 #333;
    color: #fff;
    }
    ---------------------------------------

    In above code remove "background-color: #000;"

    If you want different colors, then use different code in place of #000 like you can use #dddddd or #eeeeee


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

    January 15, 2013 at 8:23 am in reply to: How to insert Google Ad Section code #12037
    Davinder Singh Kainth
    Member

    For this you can use Genesis simple hooks plugin. As such, this code addition is optional and is not required specially when using WordPress as post content is wrapped in content tags - which Google adsense code can easily understand.


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

    January 12, 2013 at 8:10 am in reply to: How's my site? #11441
    Davinder Singh Kainth
    Member

    Overall website is neat and easy to read. However, for proper branding you should get radical 'out of the box' custom design look.


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

  • Author
    Posts
Viewing 20 posts - 2,121 through 2,140 (of 2,178 total)
← 1 2 3 … 106 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

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