-
AuthorPosts
-
March 6, 2015 at 12:20 pm #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.PNGThank you!
March 6, 2015 at 7:38 pm #407239Hi 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,
ElliottMarch 15, 2015 at 4:22 pm #411687Hi 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.March 15, 2015 at 4:28 pm #411691To 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.
March 16, 2015 at 5:12 pm #412319Hey!
Hmm, can you send us a link and take a screenshot highlighting the exact changes your trying to do?
Regards,
ElliottApril 27, 2015 at 10:08 pm #435675Sorry 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!April 28, 2015 at 8:20 pm #436345Hey!
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,
ElliottDecember 5, 2015 at 11:35 pm #547499Hi 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
December 7, 2015 at 5:08 pm #548128Hey!
Please add following code to Quick CSS as well
.author h3.author-title { display: none !important; }
Cheers!
YigitJanuary 8, 2016 at 11:04 pm #562225Thanks! That worked :)
January 9, 2016 at 9:40 am #562388April 4, 2016 at 6:47 pm #607786One 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!
April 6, 2016 at 6:32 am #608686Hey!
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,
IsmaelApril 13, 2016 at 9:02 pm #613200Thanks 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!April 17, 2016 at 4:35 am #615655 -
AuthorPosts
- You must be logged in to reply to this topic.