[Resolved] How to add author box and notification bar

Home Forums Support [Resolved] How to add author box and notification bar

Home Forums Support How to add author box and notification bar

Viewing 10 posts - 16 through 25 (of 25 total)
  • Author
    Posts
  • #846404
    David
    Staff
    Customer Support

    Hi there,

    the codes above are CSS:

    https://docs.generatepress.com/article/adding-css/

    #883075
    Sonja

    Is it possible, to use a self hostet avatar and also link the “read more” to an about page?

    #883253
    David
    Staff
    Customer Support

    Hi there,

    you would need a plugin like this:

    https://en-gb.wordpress.org/plugins/avatar-manager/

    If you’re the only author then you could edit the script provided to link to that about page. If not you would need to redirect to a static page for each author.

    #883293
    Sonja

    Okay, i have the plugin instaled. Can you tell me,how to edit the script? Because i am the only user

    #883299
    David
    Staff
    Customer Support

    So in the script here:

    https://generatepress.com/forums/topic/how-to-add-author-box-and-notification-bar/#post-699300

    Look for this line:

    <a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>" title="Read more">

    and add your link in place of the <?php ie.

    <a href="add_the_full_url_to_your_about page" title="Read more">

    #1112963
    Praveen

    Hi,

    I added the code as directed but facing a few issues —

    1) in some posts the Author name and description are coming in same line – https://welderpick.com/baking/pumpkin-banana-loaf/

    2) The boundary around the box is missing

    It does not seem to be like this – https://gpsites.co/volume/style-guide/

    Any help will be appreciated.

    #1112974
    Praveen

    Hi, I have been able to solve the border issues but the formatting is still not working for some posts.

    #1113401
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Your site is under maintenance, so we can’t see the issue.

    #1113888
    Praveen

    I am sorry here it is – https://thewatercritic.com/19-2/ I have been able to solve the issue related to author box but the number “1” at the bottom of the page still remains.

    #1114093
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Does that number remain if all of your other plugins are deactivated?

    If not, what if you temporarily disable any Hook Elements or custom functions?

Viewing 10 posts - 16 through 25 (of 25 total)
  • You must be logged in to reply to this topic.