andy76

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Improve CLS in Parabola #107887
    andy76
    Power User

    Hi. Anyone can help me with this?
    Thanks

    in reply to: Increase padding after header #100239
    andy76
    Power User

    Thanks that worked! 🙂

    in reply to: Increase padding after header #100206
    andy76
    Power User

    That worked great thanks! However, the padding after the post titles didn’t increase. Is there a way to increase them too?

    in reply to: Disable the Author Bio Box #99476
    andy76
    Power User

    That worked great thanks!

    in reply to: Disable the Author Bio Box #98773
    andy76
    Power User

    Hi again. Can someone please help me with this issue? Thanks!

    in reply to: Disable the Author Bio Box #97877
    andy76
    Power User

    Thanks for the reply.
    I moved the author.php file to my child theme, and removed the below code.
    Unfortunately, the author bio box is still displayed after each post. To be sure I flushed the cache and tried another browser, but still the same result. 🙁
    What can be the issue? Thanks

    // If a user has filled out their description, show a bio on their entries.
    if ( get_the_author_meta( ‘description’ ) ) : ?>
    <div id=”author-info”>
    <div id=”author-avatar”>
    <?php echo get_avatar( get_the_author_meta( ‘user_email’ ), apply_filters( ‘parabola_author_bio_avatar_size’, 60 ) ); ?>
    </div><!– #author-avatar –>
    <div id=”author-description”>
    <?php the_archive_description( ‘<div class=”taxonomy-description”>’, ‘</div>’ ); ?>
    </div><!– #author-description –>
    </div><!– #entry-author-info –>
    <?php endif; ?>

    in reply to: Disable the Author Bio Box #97612
    andy76
    Power User

    Hi just checking in to see if there are any updates on this topic 🙂

    in reply to: Disable the Author Bio Box #96917
    andy76
    Power User

    Thanks. But I can’t find any author-bio.php in the content folder. Could you please point me to the correct file to edit?

Viewing 8 posts - 1 through 8 (of 8 total)