Tagged: author box, author image
- This topic has 14 replies, 3 voices, and was last updated 4 years, 5 months ago by Skandha.
-
AuthorPosts
-
January 18, 2020 at 7:38 am #233214EdwinParticipant
Hello, how do I add a small author image (and possibly a short bio) to my blog posts and pages? I have a gravatar image and I have the info filled in under my user profile, but it does not show up in the posts or pages. I want to add a author pic with my name/title in posts and also pages, but not in product listings. Can you assist? If possible give me the site wide css code, so I do not have to insert in every post/page. Thank you, Edwin
PS Actually, what I am looking for is exactly what is appearing next to this post…
website address is goldenbuddha.net
January 18, 2020 at 8:39 am #233220SkandhaParticipant@mmhgloba: Hello Edwin,
Have you added the author info in your user profile.
Go to => Dashboard => Users => Edit a user and add Biographical Info and Update User.Kind Regards,
SkandhaJanuary 18, 2020 at 7:50 pm #233244EdwinParticipantYes, like I said, it is not working. Is it disabled for this theme?
January 19, 2020 at 7:22 am #233275EdwinParticipantI manually added the author bio into the posts and pages for this website. But I have a different website that has too many posts to do it manually. That website has the same adventurous pro theme globaltravelpress.com
It is important that we get some kind of solution. Using the built in wordpress feature is the best option. Will you be able to fix this?
January 19, 2020 at 11:54 pm #233337EdwinParticipantI want to disable the dots on the home page slider image. I need the css code…can you assist? website goldenbuddha.net
January 20, 2020 at 2:19 am #233348SkandhaParticipant@mmhgloba: Hello Edwin,
To have the author bio show up after every posts you will need to have multiple author.
So if you have only one author
Go to => Dashboard => Add new => Fill in the info and create a new Author.Now,
Create a new post using the new author. Now the author bio should show up on each of the posts.To disable the dots on the slider
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.#main-slider #controllers { display: none; }
Let me know if this works out!
Kind Regards,
SkandhaApril 11, 2020 at 8:49 pm #242359daveearleyParticipantIs it possible to move the author box to the top of the page, above the title? I can’t get it to move with the CSS code I am trying. Also, is it possible to make the image larger? I’m using .author-avatar and “width” to try changing the size, but it’s not working. All I could do was distort the image and move it behind the description somehow.
April 11, 2020 at 10:52 pm #242364SkandhaParticipant@daveearley: Hello there,
Please post in your site URL so that I can look into your issue.Kind Regards,
SkandhaMay 1, 2020 at 12:20 am #244996EdwinParticipantHi Skandha, I had a quick follow up. WordPress blocks does not highlight the H2, H3, H4 header title text in the body of the posts and pages. This is especially a problem if you have a lot of achives. I tried using the customizer to make site wide changes but it is not effective. Can you send me the CSS code to change the color, font style and family for the headers? H1 tags has been adjusted, so that is OK for now. Here is a post link https://iglobal.net/2016/07/14/etosha-national-park-safari/ Thanks!
May 1, 2020 at 2:21 am #245009SkandhaParticipant@mmhgloba: Hello Edwin,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code./* For heading h2 */ h2 { color: red; font-size: 26px !important; font-family: Ravie; }
Likewise you can use the code for other heading, just replace h2 with your required heading.
Also, you can change the color, font-size and font family according to your choice.Let me know if this works out!
Kind Regards,
SkandhaMay 3, 2020 at 8:07 am #245271EdwinParticipantHi Skandha, this works pretty good. But it also affects the product titles in woocommerce. You can see the issue here: https://goldenbuddha.net/product-tag/dzambhala-statues-kubera/ Can you send a solution so I can adjust the product titles separately from the post and page titles? I like the larger text for the product titles, but not quite that big. Also, I should adjust the color. Thanks, Edwin
May 3, 2020 at 8:40 am #245272EdwinParticipantI found the code for the woocommerce product titles, so it is no longer an issue. But I need to change the woocommerce cross sell text “You Also May Like….” because it is too large. You can view it in this product listing here: https://goldenbuddha.net/product/kubera-dzambhala-statue/
Can you send the CSS code? Thanks!
May 5, 2020 at 6:09 am #245514SkandhaParticipant
@mmhgloba: Hello Edwin,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..up-sells.upsells.products h2 { font-size: 15px !important; }
You can change the font size according to your choice.
Let me know if this works out!
Kind Regards,
SkandhaMay 24, 2020 at 4:31 am #247704EdwinParticipantHi Skandha, thanks for the CSS code, it worked very well. One more issue I am having is with the product images in search results. Is it possible to exclude the product images? They are way too large in desktop and I do not think they are entirely necessary anyway. You can view it here: goldenbuddha.net If you can make them fit better, that is best. But if not, please send the CSS code to exclude the product images from search. Thank you, Edwin
May 24, 2020 at 8:42 am #247713 -
AuthorPosts
- The topic ‘Author Pic’ is closed to new replies.