• 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

itzsnider

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 85 total)
1 2 3 4 5 →
  • Author
    Posts
  • June 3, 2019 at 7:11 am in reply to: Authors Name on Post Meta NOT showing on individual posts #491478
    itzsnider
    Participant

    I will close this, I don't think I am communicating this well.

    Thanks all for your help.

    May 31, 2019 at 12:34 pm in reply to: Authors Name on Post Meta NOT showing on individual posts #491445
    itzsnider
    Participant

    Added it back in as a 2 and it shows in the wrong place, again below the image itself.

    https://imgur.com/ksibLI9 this is the HTML when a two is added.

    https://imgur.com/mGIX28y is the outcome when adding it back in.

    Doesn't seem to matter where in the functions.php file either. I believe it's due to the featured-single call.

    May 31, 2019 at 10:00 am in reply to: Authors Name on Post Meta NOT showing on individual posts #491442
    itzsnider
    Participant

    I am using a custom theme based loosely on Altitude Pro.

    Using the above code of `//* Reposition Post Info on blog page
    add_action( 'genesis_entry_header', 'genesis_post_info', 12 );` does bring the author in BUT it's above the text and BELOW the image. So the position is off.

    Back to the above comment that the background image - featured-single, is called BEFORE it knows it's a post.

    Here is what the above add does, 12 or 4.
    Image here - https://imgur.com/cOwWiZc

    I want the author on the image as in the above screenshot. For that to happen though it needs to know it's a post prior to the image being called. Still working on figuring that position out.

    May 31, 2019 at 8:00 am in reply to: Authors Name on Post Meta NOT showing on individual posts #491436
    itzsnider
    Participant

    Okay here is what I have found out BUT have yet to figure out how to fix it!

    The category page works as the DB sees it as a "post".

    The "post" itself is not seen as a post until AFTER the call for the author is done.

    The call for post_info is done PRIOR to the DB seeing it as a post due to backstretch and the code below.

    Here is the code - the call to featured-single is NOT site-inner which is where the post lives, lower in the code.

    echo '<div class="featured-single"><div class="overlay-gradient"><div class="wrap">';
                genesis_entry_header_markup_open();
                genesis_do_post_title();
                genesis_post_info();
                genesis_entry_header_markup_close();
            echo '</div></div></div>';

    Any ideas on how to fix this or where to start?

    May 29, 2019 at 10:58 am in reply to: Authors Name on Post Meta NOT showing on individual posts #491409
    itzsnider
    Participant

    The above code is the only time author is found in that file. Where else would I be looking? And it's specific to posts which is even weirder if you ask me.

    May 29, 2019 at 6:50 am in reply to: Authors Name on Post Meta NOT showing on individual posts #491400
    itzsnider
    Participant

    I am using a custom theme that I think was built off of Altitude. And no plugins at this point.

    What's weird is it doesn't even see the Author call out at all. I can add the time, date etc BUT not the author for some reason.

    Thanks for your time Brad.

    May 28, 2019 at 2:06 pm in reply to: Authors Name on Post Meta NOT showing on individual posts #491383
    itzsnider
    Participant
    //* Customize the post info function
    add_filter( 'genesis_post_info', 'mfs_post_info_filter' );
    function mfs_post_info_filter($post_info) {
    		$post_info = 'Published on[post_date] by [post_author_link]';
    		return $post_info;
    }

    Still nothing.

    May 28, 2019 at 1:13 pm in reply to: Authors Name on Post Meta NOT showing on individual posts #491381
    itzsnider
    Participant

    So I can use the below code and it shows the Date again but NOT the author itself.

    //* Customize the post info function
    add_filter( 'genesis_post_info', 'mfs_post_info_filter' );
    function mfs_post_info_filter($post_info) {
    	if ( !is_page() ) {
    		$post_info = 'Published on[post_date] by [post_author_posts_link][post_date]';
    		return $post_info;
    	}
    }
    August 23, 2016 at 6:19 am in reply to: genesis featured posts causing too many redirects #191876
    itzsnider
    Participant

    Something is going on as WPEngine is usually blazing fast. Your site is slow to load big time.

    August 23, 2016 at 5:40 am in reply to: New website and portfolio all using Genesis custom themes #191873
    itzsnider
    Participant

    Great stuff.

    Loving the simple and sexy design.

    Not so sure about the font choice though.

    Keep up the great work.

    August 23, 2016 at 5:22 am in reply to: Agency Pro Website #191871
    itzsnider
    Participant

    I love the site, BUT in my humble opinion, the logo brings the site down.

    Is the logo something you could update. It doesn't fit aesthetically with the rest of the design at all.

    August 23, 2016 at 5:20 am in reply to: NEW! minimalistic. genesis child theme! #191870
    itzsnider
    Participant

    I like the layout for sure.

    Not so sure on the over typography though.

    August 23, 2016 at 5:19 am in reply to: Can't find post title Genesis shortcode – alternative? #191868
    itzsnider
    Participant

    Not sure if this is the best coding advice BUT you can always do the below

    .features-widgetarea {
    padding: 2%;
    float: right;
    border-radius: 12px;
    background-color: #fff;
    color: #333;
    font-size: 10px;
    display: none;
    }

    Just do a display none and that little widget box goes away.

    August 23, 2016 at 5:17 am in reply to: Using responsive AdSense (Magazine Pro) #191867
    itzsnider
    Participant

    I see them both. Once I turned off my Adblocker.

    Retailmenot and Salesforce were the two ads.

    August 23, 2016 at 5:14 am in reply to: No Sidebar Pro: How to Eliminate "Line" Below Linked Images in Posts? #191866
    itzsnider
    Participant

    This is your offending code - you will need to remove it or do a display: none; on it

    .entry-content a {
    border-bottom: 1px solid #ddd;
    }

    November 24, 2015 at 11:33 am in reply to: Altitude Pro – Page with Sidebar #171927
    itzsnider
    Participant

    That is hug built with code I presume, not something that is a widget. Although it could be.

    Honestly though it's an older looking design and pushes off screen. I would shoot for something more modern and simple.

    I am looking at the code though so hang tight!

    November 24, 2015 at 11:22 am in reply to: Moving Site Title #171926
    itzsnider
    Participant

    Honestly I would remove the below

    .nav-primary .wrap, .nav-secondary .wrap
              border-bottom: 1px solid #F7F5EE;

    It throws off the whole look and feel.

    November 2, 2015 at 12:41 pm in reply to: Table spacing in the bottom #169905
    itzsnider
    Participant

    Play with the CSS below for

    .row

    border-spacing: 0px;
    width: 100%;
    color: navy;
    /* background-color: pink; */
    border: 2px solid darkblue;
    padding: 0px;
    padding-bottom: -20px; <<---- play with this

    November 2, 2015 at 12:38 pm in reply to: How to useGenerate pro style CSS #169904
    itzsnider
    Participant

    Without looking I would have to say probably not.

    You can always try and add it, BUT the classes it calls probably don't exist in the code.

    October 22, 2015 at 6:49 am in reply to: My New Design Business Site #168757
    itzsnider
    Participant

    Thanks and totally love the name!!

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 85 total)
1 2 3 4 5 →

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