I see in the demos that you can add author info per blog post. I am having a hard time getting this to show up for me. In settings, I have it to set author info but nothing pops up on the blog posting. Is there another place I need to set the setting? Also, where does the author info pull from - staff? Thanks!!
Hello,
I see in the demos that you can add author info per blog post. I am having a hard time getting this to show up for me. In settings, I have it to set author info but nothing pops up on the blog posting. Is there another place I need to set the setting? Also, where does the author info pull from - staff? Thanks!!
Hello Sarah,
For the blog post author info, you need to set the bio from the "Users" tab of the WordPress dashboard, there you can set the profile etc.
Do not hesitate to contact us if you have more questions.
Have a nice day!
Best Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
thanks!
Hi, when i turn on the author info for blog posting, The text for author info doesn't line up nicely. I have attached the issue. Thanks!
Hello Sarah,
You can add this custom css :
.boxes_container .author_bio_ctn .author-info p {
float:left;
clear: both;
}
This will be fixed in the next update, thanks for your feedback!
Best regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
thank you!