Can I show the video length in post block ?

Posted in: Newspaper
Post count: 10

Hi,

1)Can I show the video length in post block when video post template selected(Style 10 or 11)? It’s possible ?
Like my example; https://imgur.com/a/oQR96

2)And I have one more question. Can I remove author name and date from grid? But I don’t want them removed from the post blocks. Just from the Grids. Can I do this ?

Thank you!

Post count: 20688

Hi,

1. That is not possible with the theme options, there is no setting that would allow that. Maybe you could do it through a plugin if there are any that have that option, to display the video duration.

2. The general option will remove that from all the grids and blocks on pages. However this could be done for that grid in particular. Please provide a link to your website where the grid is present and I will give you a solution. Or specify the grid used.

Thanks

Post count: 10

My website is http://www.bubestebursama.com/

Thank you!

Post count: 20688

Hi,

This code will remove the author name and date for that grid only
https://www.screencast.com/t/mhL1CXit
Enter it in Theme panel->Custom CSS section

.td_block_big_grid_4 .td-post-author-name,
.td_block_big_grid_4 .td-post-date {
display: none;
}

Thanks

Post count: 10

Thank you so much, it worked 🙂

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