Author Name Not Showing up Anywhere (Front-page blocks / posts)

Posted in: Newspaper
Post count: 36

Hi,

I can’t figure out the author name meta-data won’t display on the big blocks on my front page. They also don’t display anywhere on the posts either.

wuche.gg

Can you point me in the right direction? If it’s not a default function, what sort of custom css do I need to implement?

Thanks!

Post count: 20688

Hi,

I believe that demo you have installed has conditions to remove the author name. It will not be displayed
https://demo.tagdiv.com/newspaper_blog_beauty/
Each demo has custom design, this is one of the design choices for this demo. Along with module comments, post views in the post page and comment count in the post page. If you want to display the author name, you will have to remove this code in the demo stylesheet
https://www.screencast.com/t/sZ19cY5uol
Remove just the author name from the code if that is the only meta you want to display.
Or use a code like this to make it visible, the result is like this
https://www.screencast.com/t/Zn5MmWwb
It will not have any styling similar to the demo, since it was not meant to be displayed. You could make it aligned with the date
https://www.screencast.com/t/9hYneSVq47xI

.td-blog-beauty .td-post-author-name {
display: inline-block;
top: 3px;
}

Then further customize the font properties – https://www.screencast.com/t/pCnp6jUtF1i

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.