-
central.jrhdez
Absolutely.. I am ver grateful. What I am aiming for is for the author image an bio to come out like does at the bottom of the articles.
-
You modified the loop template directly, instead of creating a new one for the author archives only…
Now your category archives are using the same loop template and look like this (with author name and avatar)
https://app.screencast.com/OlmKD7rI3p2CoI’ve corrected it for you and created another loop template for other archives and blog.
https://app.screencast.com/ppgrRvY5xjvP5The avatar is not rounded because you are using a plugin (ultimate member) for the avatar, there is a conflict.
in this case, add this CSS to make the image rounded.
img.gravatar.avatar { border-radius: 100%; }
-
central.jrhdez
Ying.. Did you get the previous response? It seems to have disappeared from here
-
I think so… can you check the changes?
-
central.jrhdez
Hey Ying.. I do not see any changes? the image is not rounded and it appears on top of the description to the right
-
You need to add the CSS I provided to make the image round.
The author archive looks like this now:
https://app.screencast.com/1vcjIOTJSKh2nAnd here’s the category archive:
https://app.screencast.com/sOwHX4FSePqE0 -
central.jrhdez
I am sorry to keep bothering you, but I have no clue as to where to find that ir add it.. Additionally, will it look like how it appears at the bottom of the articles? The image of the author with the bio to the right of it.
-
Please just check the author archive and category archive pages to see the changes.
If you do not see any changes, make sure you clear browser cache or log into the site.’
OR check the screenshot I shared in my last reply:https://generate.support/topic/author-bio-not-displaying-in-gp-premium/page/2/#post-138526
CSS needs to be added to customize > additional CSS.
-
central.jrhdez
Do I add the CSS to the Additional CSS class(es) in Dynamic Image?
img.gravatar.avatar {
border-radius: 100%;
}Also.. I am trying to mimic what you are doing in my other website so I won’t have to keep bothering you; but I can’t seem to figure out how you have the containers set up.. How do I move the dynamic image and dynamic content to the right under the containers?
-
I said:
CSS needs to be added to customize > additional CSS.
How do I move the dynamic image and dynamic content to the right under the containers?
You do not want it to show at the beginning of the page? Instead you want it to show after the posts?
That’s not a normal layout, why would you want to do that?
-
central.jrhdez
Ying.. I am sorry.. I am not expressing myself correctly..
-
Alvind
The place to add the CSS is under Appearance > Customize > Additional CSS.
Adding CSS: https://docs.generatepress.com/article/adding-css/#additional-css
Still not sure what you mean by having the dynamic image and dynamic content to the right of the container though. Do you mean moving them to the sidebar?
-
central.jrhdez
ok.. regarding: dynamic image and dynamic content to the right .. in the Author Element, the picture of the author appears to the left, and the author bio appears to the right of the picture at the top of the authors page.. I sent a screenshot of what that looks like.. I am trying to create the same thing in my other website ..
Regarding te CSS, I also sent a screenshot asking if the additional CSS should be placed in he additional CSS in the author element.
-
I am trying to create the same thing in my other website ..
Just copy the container and paste it to your other websites.
Is this where I need to place the CSS: https://snipboard.io/hyRebr.jpg
No. We have said three times, it’s at customizer > additional CSS.
-
central.jrhdez
Thank you… I apologize for my stupidity
-
No Problem and apologize for my impatience too, sorry!
- You must be logged in to reply to this topic.