• 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

sanjeev

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 - 1 through 20 (of 36 total)
1 2 →
  • Author
    Posts
  • November 6, 2019 at 10:48 pm in reply to: Feed Redirect Settings #494503
    sanjeev
    Participant

    Thanks Anita, I was able to use the WP-CLI to update the feed settings. The code mentioned above is useful. I would be moving to proper solution later on so I can use it at that time to remove the setting all together.

    Thanks for you help.


    Check Why I Love Genesis Framework So Much

    November 4, 2019 at 10:58 pm in reply to: Feed Redirect Settings #494451
    sanjeev
    Participant

    Thanks Anita, I guess I should have checked that place to see if anything has changed.

    It still creates few questions:

    1. What's the recommended way to redirect the feed with the latest Genesis versions? Looks like we need to use third part plugins to get this done.
    2. I have started before v2.6 because I have the feed setup with feedburner and used Genesis Theme settings to redirect it to feedburner. The feed redirect is still working correctly. The issue is that at that time SSL was not an requirement and feed was set up as HTTP, now I want to move it to HTTPS and I don't see any way to update that setting.


    Check Why I Love Genesis Framework So Much

    August 26, 2019 at 10:52 am in reply to: WordPress Reusable Blocks Are Missing #493191
    sanjeev
    Participant

    I am able to use all the other blocks but only reusable blocks are not available.


    Check Why I Love Genesis Framework So Much

    August 14, 2017 at 9:46 am in reply to: How to update links for https:// to work #210339
    sanjeev
    Participant

    Hi,

    Which links are broken? What is not loading?

    Genesis child theme style.css or other functions use the site address mentioned under general settings. Have you updated it to use https rather than http?

    You still need to update the internal post links start with https. You can use some plugin to do find and replace your http://parentdojo.com to https://parentdojo.com

    Thanks,
    Sanjeev


    Check Why I Love Genesis Framework So Much

    August 9, 2017 at 10:13 am in reply to: Why so much space #210196
    sanjeev
    Participant

    For that look at the .article css tag and adjust the padding accordingly. You might have to readjust the value for the top again after this.


    Check Why I Love Genesis Framework So Much

    August 9, 2017 at 9:44 am in reply to: Why so much space #210193
    sanjeev
    Participant

    You can search for below tags and check padding value for them. Like for .archive-description, I can see the padding: 60px. If I change it to 10, it removes the gap between header and page title. I have just tried in chrome but you can make changes in your Style.css.


    Check Why I Love Genesis Framework So Much

    August 9, 2017 at 9:35 am in reply to: Why so much space #210189
    sanjeev
    Participant

    Have you changed some paddings for the below css tags?

    .archive-description
    .entry

    If you see they have 40px and 70px padding, which is causing this gap. I just have a look for 2 min, so not sure if that's the exact reason but try playing with those value and it might solve your problem.


    Check Why I Love Genesis Framework So Much

    August 8, 2017 at 9:59 pm in reply to: How to change font size? #210153
    sanjeev
    Participant

    You can use below existing CSS tags to change the font size in the Aspire Pro Style.css.

    body {
    	font-size: 20px;
    	font-size: 2rem;
    }

    Change font-size according to your need and it will start showing for all the posts. Make sure rem and px values are in sync. Also there are different font size used according to screen size. So make sure you test all versions before making the final changes.

    To change the padding between content and sidebar, I have not find a direct setting so it is getting controlled with with width tag for .content and .sidebar-primary.

    .content has a float value as left and .sidebar-primary has it as right. That should be generating the gap, you can play with those values and see if fix it.


    Check Why I Love Genesis Framework So Much

    October 31, 2013 at 4:43 am in reply to: Issue (Agency Pro) – W3 Validator #70077
    sanjeev
    Participant

    I don't think there are much issues, one thing is that it is getting confused with iFrames.

    Try using any internal page and see if you see these errors...You have multiple iframes on your home page and the tool is not able to understand that....


    Check Why I Love Genesis Framework So Much

    October 25, 2013 at 2:59 am in reply to: Metro Pro Theme: Fonts and Spacing #68799
    sanjeev
    Participant

    Hi, I checked both the site and you are running Metro on both the site but technically its not the same.

    Your site thehealthyheifer.com has Metro child theme which is XHTML version of the theme and created for Genesis 1.x. Other site has Metro Pro which is HTML5 variants and has some design changes along with it.

    Metro Pro is build using Genesis 2.0 and has complete HTML5 support.

    Now if you can let me know the exact changes which you want to make, I can help you with the css and code for Metro Pro...


    Check Why I Love Genesis Framework So Much

    October 18, 2013 at 6:04 am in reply to: How to move header widget? #67295
    sanjeev
    Participant

    Have you tried removing one of the icon from the widget and see if its make it in a single line. My guess is that you have longer width and that's the reason you are getting second line.

    If you still need all the icons, you need to update the CSS and adjust the length of the title-area and header-widget-area.


    Check Why I Love Genesis Framework So Much

    October 15, 2013 at 10:15 pm in reply to: Metro Theme Title Font and h2 problems #66939
    sanjeev
    Participant

    Metro is using "'Helvetica Neue', Helvetica, Arial, sans-serif" font family in the demo. It should be the same as the purchased metro.

    I am also using Metro and you can check at my site, I am not seeing any difference between the demo and my site (except font size which I adjusted on my site.)

    Currently it is inheriting it from the body tag, you can add a font-family attribute in H2 tag to overwrite it.

    Make sure you are able to load the Google Font correctly. I will check on the @import (never looked on to that side..)


    Check Why I Love Genesis Framework So Much

    October 15, 2013 at 12:42 am in reply to: Help with changing read more code #66769
    sanjeev
    Participant

    You can change the below line and see if it helps. (You have three dots after the read more text and I think this is what is creating issues...)

    $excerpt = str_replace( ‘[…]‘, ‘'<a class="more-link" href="' . get_permalink() . '">[Read More...]</a>', $text );


    Check Why I Love Genesis Framework So Much

    September 11, 2013 at 1:02 am in reply to: Previous/Older Entries Not Showing Up #61846
    sanjeev
    Participant

    If you are using Genesis 2.0 than you can activate it through below code:

    Just paste this code in function.php

    add_action( 'genesis_after_entry_content', 'genesis_prev_next_post_nav',);

    Let me know which theme you are looking for and I can provide specific instruction...


    Check Why I Love Genesis Framework So Much

    September 9, 2013 at 10:51 am in reply to: Include byline on Pages #61526
    sanjeev
    Participant

    I think you can use the below mention code to change the byline and only display it on the page.

    //* Customize the post info function
    add_filter( 'genesis_post_info', 'sp_post_info_filter' );
    function sp_post_info_filter($post_info) {
    if ( is_page() ) {
    	$post_info = '[post_date] by [post_author_posts_link] [post_comments] [post_edit]';
    	return $post_info;
    }}

    Edit the byline info according to your need.


    Check Why I Love Genesis Framework So Much

    August 21, 2013 at 10:12 pm in reply to: Styling links associated with each post category in the Filed Under Section #58118
    sanjeev
    Participant

    Usually they are targeted by CSS class categories and tags...so if you want one styling for all your category.....you can change that css and it should work....
    If you want different styles for each category then it might need some code to back it up....but I like the idea of changing that....will check on it and post back as soon as I have something....
    Which version of genesis you are working with...2.0?


    Check Why I Love Genesis Framework So Much

    May 13, 2013 at 10:46 am in reply to: Metro Theme – How to show featured image under heading on blog page roll #40680
    sanjeev
    Participant

    No Problem, Glad it helped...


    Check Why I Love Genesis Framework So Much

    May 11, 2013 at 11:34 pm in reply to: Genesis theme SEO Issues #40532
    sanjeev
    Participant

    Have you checked the webmaster account to see what kind of errors you are getting on your website?


    Check Why I Love Genesis Framework So Much

    May 10, 2013 at 10:06 pm in reply to: Metro Theme – How to show featured image under heading on blog page roll #40421
    sanjeev
    Participant

    You need to activate in the Genesis Theme settings. There is a box called content archive.....under that check the box 'include featured image' and select the size of the image....


    Check Why I Love Genesis Framework So Much

    May 9, 2013 at 9:30 pm in reply to: Remove the Date from Blog Posts? #40229
    sanjeev
    Participant

    It might be your cache plugin, which takes some time to show changes for the cached pages...

    Your code looks fine, so it is ok....Glad I was able to help...


    Check Why I Love Genesis Framework So Much

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 36 total)
1 2 →

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