- This topic has 21 replies, 5 voices, and was last updated 3 years, 1 month ago by
Tom.
-
AuthorPosts
-
December 20, 2018 at 11:42 pm #762647
Yoeri
Hello π
I’m looking for a solution to show my avatar next to the post author in the meta, see my example:
Hope you guys can help me out with this. Thank you in advance!
December 21, 2018 at 4:23 am #762814David
StaffCustomer SupportDecember 21, 2018 at 9:55 am #763167Yoeri
Yes that worked great, thank you!
December 21, 2018 at 11:47 am #763238David
StaffCustomer SupportGlad to be of help.
June 22, 2019 at 3:43 am #937709Yoeri
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!
June 22, 2019 at 5:19 am #937775David
StaffCustomer SupportCould 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.
June 22, 2019 at 6:03 am #937796Yoeri
It looks like this after updating to the recent GP version:
http://cl.ly/0d9c0adc30f0
http://cl.ly/203b206c2b3fCaches are already flushed.
Thank you again π
June 22, 2019 at 9:01 am #937994Tom
Lead DeveloperLead DeveloperWhat 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”.June 22, 2019 at 11:34 am #938076Yoeri
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.
June 22, 2019 at 11:44 am #938081Leo
StaffCustomer SupportMaybe I’m missing something here but what’s the difference between your screenshots:
http://cl.ly/0d9c0adc30f0
http://cl.ly/203b206c2b3fAnd the example?
https://docs.generatepress.com/article/entry-meta-style/I don’t see any meta on the page you linked?
June 23, 2019 at 12:32 am #938347Yoeri
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
June 23, 2019 at 7:56 am #938696Tom
Lead DeveloperLead DeveloperTry 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; }
June 24, 2019 at 9:05 pm #940115Yoeri
Hello Tom,
That worked! Thank you very much π
June 25, 2019 at 8:30 am #940760Tom
Lead DeveloperLead DeveloperYou’re welcome π
January 11, 2020 at 4:56 am #1128685Yoeri
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! π
-
AuthorPosts
- You must be logged in to reply to this topic.