Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #25679

    I see a round placeholder for an author image. Is there a function built in to the Enfold theme to add one?

    I’d like to achieve the following:

    1. Image on author profile page

    2. Image next to post. HOWEVER I do not want this here all the time. I may choose not to. I’d like to be able to achieve number 1 above without having to necessarily add an image next to the post.

    #127832

    Hi,

    Go to Enfold > General Settings > Blog Style > Select “Multi Author”. It will show the author profile image from gravatar and the featured image above.

    You can go here http://en.gravatar.com/ to set the profle image for a specific email.

    Regards,

    Ismael

    #127833

    Ismael,

    I appreciate your time I really do, but I specified above (see here #2) that I did not want the image to appear next to posts. I want it ONLY to appear on the Author Profile Page. Is this possible?

    “2. Image next to post. HOWEVER I do not want this here all the time. I may choose not to. I’d like to be able to achieve number 1 above without having to necessarily add an image next to the post.”

    Thank you again for all your help. It is much appreciated, Jasmer

    #127834

    Hi,

    I’m sorry, I don’t understand.

    What Blog Style do you have?

    What do you mean by “Image next to post”? The author image? or the featured image?

    You can remove the author image with CSS

    .rounded-container > img {
    display: none;
    }

    Regards,

    Ismael

    #127835

    Yes I want the author image to show on the author page.

    I do not want the author image to show on the blog posts.

    I want the blog posts to look exactly like a one author page.

    So to accomplish this I do the following?:

    1. Go to Enfold > General Settings > Blog Style > Select “Multi Author”

    2. Add this code to the end of custom.css

    .rounded-container > img {
    display: none;
    }

    Correct?

    #127836

    Hey,

    Yeah. I think that’s what you’re looking for if I am not mistaken. Did it work?

    Regards,

    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Author Profile Page Image’ is closed to new replies.