Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #406940

    Hi,

    Where can I edit the bio of blog authors as shown in the screenshot? I would like to remove or at least shorten the text.
    The one thing I found out is that I can add text via User>Profiles. Leaving it empty results in a standard bio text. But I want to remove the standard text and keep it empty. Just the name of the author and his/her blog items below is fine by me.

    Screenshot:
    http://imghst.co/5/probleem_author_bio.PNG

    Thank you!

    #407239

    Hi MediateamWingerd!

    Yes that is the “Biographical Info” in Dashboard > Users > Profile. If you want to hide it then try adding this to your custom CSS.

    .author_description_text { display: none !important; }
    

    Best regards,
    Elliott

    #411687

    Hi Elliot,

    Thank you for answering! Your solution worked but I still have a line of text in that specific place.
    The biographical info is gone. But the “About [author name]” is still being displayed.

    Any bright ideas about that!

    Thanks in advance!
    Cheers.

    #411691

    To clarify it further: I also want to remove the text “articles of [author name]” below the bio area and put that line of text in the div where I removed the biographical info. So it has a author image plus the text “Articles of [author name]” and below all the articles/blogs of that author.

    #412319

    Hey!

    Hmm, can you send us a link and take a screenshot highlighting the exact changes your trying to do?

    Regards,
    Elliott

    #435675

    Sorry for the late response. I made a quick and ugly overview of the situation: http://imghst.co/3/column_author_bio.PNG

    The text marked in the blue oval has to be replaced with the yellow marked text. The space behind the red cross has to be removed.

    The website is in maintenance mode (It can’t be published at the moment) so I assume you won’t be able to see it. Or do you have the resources to view it anyway?

    I hope you’ll understand my wishes.
    Thanks in advance!

    #436345

    Hey!

    You can change that on line 13 in the /enfold/includes/loop-about-author.php file.

    $heading      = __("About",'avia_framework') ." ". $name;
    

    Add this to your custom CSS to get rid of that extra line.

    .extra-mini-title { display: none !important; }
    

    Regards,
    Elliott

    #547499

    Hi Elliot, thanks for responding. I’ve changed this page a bit.

    Any ideas how to get rid of the text right below the author’s image?

    Screenshot: http://imghst.co/1/author.PNG

    #548128

    Hey!

    Please add following code to Quick CSS as well

    .author h3.author-title {
        display: none !important;
    }

    Cheers!
    Yigit

    #562225

    Thanks! That worked :)

    #562388

    Hi,

    Great, glad we could help :-)

    Cheers!
    Rikard

    #607786

    One extra question:
    Is it possible to enlarge the authors picture? I would to make it 180 x 180.

    Thanks in advance for your trouble and I really appreciate the excellent support here at the forums!

    #608686

    Hey!

    Yes, it’s possible. Add this in the Quick CSS field:

    .author-box .rounded-container, .author-box .rounded-container img {
        width: 180px;
        height: 180px;
        line-height: 180px;
    }

    Regards,
    Ismael

    #613200

    Thanks for the piece of code.
    I’ve added it and it results in a bigger picture but the roundend image is cut in half:

    http://imghst.co/1/blog_author.PNG

    The images that I use are equal in width and height. How can I solve this?
    Thanks again!

    #615655

    Hey!

    That should not happen. Please provide a link to the actual page so that we can inspect what’s causing the image to be cut in half.

    Regards,
    Ismael

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