Video block

Posted in: Newspaper
Post count: 33

Hello,

I am facing issues when I am using the video block:
1- when I make it is full raw it come with a space in the middle,
when I add another column, it only allows the horizontal view ( I would like the video list to stay to the right).

there is little to no control to this block, how can I fix those issues?
https://gayoutradio.com/

Thanks,

Post count: 35449

Hi,

Indeed, the video player do not show properly on stretch row, you can try a custom css for this ->https://www.screencast.com/t/M5tWnhZyc

.td_video_playlist_column_3 .td_wrapper_player{
    width: 79%;
    height: 100%;
}
.td_video_playlist_column_3 .td_container_video_playlist{
height: 100%;
}

Set the code in Theme panel>Custom code>Advance css> Desktop

Thank you!

Post count: 33

Hello Calin,

Thanks for the reply, this fixed the issue in the full width. however when I add a column, the video list still show under the video, how to make this show next to the video?

thanks

Post count: 35449

Hi,

The playlist is not in the right of player because there is not enough space because of sidebar -> https://www.screencast.com/t/u7MylA5w6d1x ( also the sidebarplaylist will be show only if is set on full row ) if you set on full row the playlist will be show in the right place -> https://www.screencast.com/t/RiD1F1eX

Thank you!

Post count: 7
Post count: 33

So, the playlist has an empty space if it set to full width ( as shown in the photo you sent), and if I add a sidebar it forces the layout to change to and bring the list under the video!!
So there is no way to use that empty space and push the list to the right, so we can add a sidebar!?
if not is there a way or code we can add to force it to show to the right even when we add sidebar? I hope you can help me with this.

Thanks,

Post count: 35449

Hi,

Unfortunately for the moment there is no option to show the playlist as you need, this is a requirement on our list and we’ll try to fix this issue, to work properly on all width of rows.

Thank you!

Post count: 33

Ok I see, do you have a temporarry solution for me to use to fix this?

Post count: 35449

Hi,

For the moment all I can do is to provide you this custom css
https://www.screencast.com/t/sPyOmeZLlzvK
.td_video_playlist_column_3 .td_wrapper_player{ width: 76%; height: 100%; } .td_video_playlist_column_3 .td_container_video_playlist{ width: 24%; height: 100%; }
You need to set the code in Theme panel>Custom code>Advance css> Desktop

Thank you for your understanding!

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