• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Appfinite

Appfinite

Premium WordPress Themes for The Genesis Framework

  • Themes
  • Blog
  • Tutorials and Resources
  • Forums
  • Contact Us

Remove Author Box from Pages in Epik theme

Home › Community Forums › Epik Theme Support › Remove Author Box from Pages in Epik theme

Tagged: author box, epik

  • This topic has 1 reply, 2 voices, and was last updated 8 years, 11 months ago by Eric.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • February 18, 2014 at 12:43 pm #10775
    chuff80
    Customer

    http://www.theabundantartisttest.com/courses-login/

    The user profile box is unchecked.

    I tried adding this code to functions.php

    <?php
    //* Do NOT include the opening php tag

    //* Remove the author box on single posts XHTML Themes
    remove_action( ‘genesis_after_post’, ‘genesis_do_author_box_single’ );

    //* Remove the author box on single posts HTML5 Themes
    remove_action( ‘genesis_after_entry’, ‘genesis_do_author_box_single’, 8 );

    I also tried commenting out via css

    .author-box {
    display: none;
    }

    Neither worked.

    Help?

    February 18, 2014 at 3:13 pm #10777
    Eric
    Customer

    That doesn’t look like the author box that comes with Genesis. If you’re using a plugin to add that, then the Genesis code/filters won’t remove it, you’d have to see if the plugin has this option available.

    The code you would need to add in your css (for display: none;) is actually – authorsure-author-box

    So add this to your css –

    .authorsure-author-box {
        display: none;
    }

    …and that should do it.


    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Log In

Primary Sidebar

Search Forums

Affiliate Program

Looking to earn some money? Join our Affiliate program and earn 35% of every sale you refer. Top referrers earn 40-50%.

Join Now →

The Genesis Framework

All of our themes are designed for the Genesis Framework. You will need to purchase Genesis in order to use any of our themes.

Purchase Genesis

Hire a Web Developer

Need help setting up or customizing your website?

Contact Us →

Search Full Site

  • Buy Genesis!
  • Shopping Cart
  • Themes
  • My Account
  • Support Forums
  • Tutorials and Resources
  • Privacy Policy
  • Contact Us
  • Follow Us on Twitter

Copyright © 2023 · Appfinite · Built With The Genesis Framework