• 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

Education Pro – Entry Header and Footer

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

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Education Pro – Entry Header and Footer

This topic is: not resolved

Tagged: education pro, footer, header

  • This topic has 4 replies, 3 voices, and was last updated 8 years, 9 months ago by brightisland.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • October 28, 2014 at 8:47 pm #129658
    Melanie Amorim
    Participant

    Entry header and footer are not aligned correctly?

    http://www.suprinahenley.com/

    screenshot

    Current Code
    //* Reposition the entry meta in the entry header
    remove_action( 'genesis_entry_header', 'genesis_post_info', 12 );
    add_action( 'genesis_entry_header', 'genesis_post_info', 5 );

    //* Customize the entry meta in the entry header
    add_filter( 'genesis_post_info', 'education_post_info_filter' );
    function education_post_info_filter($post_info) {
    $post_info = '[post_date]';
    return $post_info;
    }

    //* Customize the entry meta in the entry footer
    add_filter( 'genesis_post_meta', 'education_post_meta_filter' );
    function education_post_meta_filter($post_meta) {
    $post_meta = 'Article by [post_author_posts_link] [post_categories before=" / "] [post_tags before=" / "] [post_comments] [post_edit]';
    return $post_meta;
    }

    October 29, 2014 at 3:11 am #129681
    Sridhar Katakam
    Participant

    Adding this in style.css should help:

    .content .entry-header .entry-meta .entry-time {
    	margin-right: 0;
      padding-right: 15px;
    }

    http://cl.ly/image/3t1R3z2M1i2Z


    Genesis Tutorials | Follow me on Twitter

    October 29, 2014 at 9:04 pm #129829
    Melanie Amorim
    Participant

    Thank you for your response, that did not change much... I forgot to mention it's not the same layout from the demo version, below.

    image
    code

    Here is the demo version
    demo

    November 2, 2014 at 7:53 pm #130232
    Melanie Amorim
    Participant

    bump

    December 30, 2014 at 10:33 am #135672
    brightisland
    Participant

    Just wanted to say that Sridhar's css fix worked for me. I just had to add !important before the ; on each line, like this:

    /* META INFO TWEAK */
    .content .entry-header .entry-meta .entry-time {
    	margin-right: 0 !important;
      padding-right: 15px !important;
    }
  • Author
    Posts
Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

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