[Resolved] Author avatar next to author name in post meta

Home Forums Support [Resolved] Author avatar next to author name in post meta

Home Forums Support Author avatar next to author name in post meta

  • This topic has 21 replies, 5 voices, and was last updated 4 years ago by Tom.
Viewing 15 posts - 1 through 15 (of 22 total)
  • Author
    Posts
  • #762647
    Yoeri

    Hello πŸ™‚

    I’m looking for a solution to show my avatar next to the post author in the meta, see my example:

    http://cl.ly/a95c0b70f9ac

    Hope you guys can help me out with this. Thank you in advance!

    #762814
    David
    Staff
    Customer Support
    #763167
    Yoeri

    Yes that worked great, thank you!

    #763238
    David
    Staff
    Customer Support

    Glad to be of help.

    #937709
    Yoeri

    Goodday,

    Since the update of the GP theme the fix above shoes up weird. See: https://bit.ly/2v4F9Rw

    The same happens on different sites with the code used. Any idea how to fix this? πŸ™‚

    Thank you in advance!

    #937775
    David
    Staff
    Customer Support

    Could be a caching issue, can you try flushing your cache, if no improvement flush it again and disable it so we can take a look at the issue.

    #937796
    Yoeri

    It looks like this after updating to the recent GP version:

    http://cl.ly/0d9c0adc30f0
    http://cl.ly/203b206c2b3f

    Caches are already flushed.

    Thank you again πŸ™‚

    #937994
    Tom
    Lead Developer
    Lead Developer

    What did it look like before? The main issue I’m seeing is a shadow/border added to .inside-article, but you’re using One Container in “Customize > Layout > Container”.

    #938076
    Yoeri

    Hello Tom,

    It looked like the first example on this page: https://docs.generatepress.com/article/entry-meta-style/

    I used the php snippet & CSS code which you can find on that page. One Container is my standard while building sites.

    #938081
    Leo
    Staff
    Customer Support

    Maybe I’m missing something here but what’s the difference between your screenshots:
    http://cl.ly/0d9c0adc30f0
    http://cl.ly/203b206c2b3f

    And the example?
    https://docs.generatepress.com/article/entry-meta-style/

    I don’t see any meta on the page you linked?

    #938347
    Yoeri

    Hello Leo,

    If you take a look at the screenshots you see the post title and meta info sticks to the left instead of the original aligment. Also the featured image isn’t the format/aligned how it should be.

    Seems that after the latest update the code snippet only works if using ‘Separate container’ instead of ‘One container’. Since I’ve changed this it looks like it should be: https://bit.ly/2v4F9Rw

    #938696
    Tom
    Lead Developer
    Lead Developer

    Try adjusting this custom CSS you’re using:

    .blog .inside-article {
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 0 30px 0 #eaeef2;
    }

    To this:

    .blog.one-container .inside-article {
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 0 30px 0 #eaeef2;
    }
    #940115
    Yoeri

    Hello Tom,

    That worked! Thank you very much πŸ™‚

    #940760
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

    #1128685
    Yoeri

    Hello GP heros!

    I’m experiencing a new problem with the code. The date appears two times: One time where it should be but also under the ‘read more’ button. See: http://bit.ly/36JveCR

    Thanks in advance! πŸ™‚

Viewing 15 posts - 1 through 15 (of 22 total)
  • You must be logged in to reply to this topic.