Hi
The YouTube Playlist shortcodes place the list of videos underneath the main video window.
Your documentation shows the list of videos being on the right hand side of the main window.
How can I move the list of videos from underneath the main window to the right hand side of the main window?
Thanks
Hello gim01,
If you want to achieve this, please try the code below and place it in Theme panel->Custom Css area, like this: http://screencast.com/t/EGTDshukpS
.td_video_playlist_column_3 .td_container_video_playlist {
position: relative;
width: 100%;
}
.td_wrapper_playlist_player_youtube {
width: 100%!important;
}
The result you should see here: http://screencast.com/t/c4FNqKQ7
If is not what you mean, please provide more details about this.
Hope this helps and let us know how it goes!
Thank you for message!
Hi.
The result you show is actually my problem!
Using these instructions for using the shortcode for a YouTube Playlist actually gives me this http://screencast.com/t/c4FNqKQ7 with NO custom CSS applied. This is what I get by default. By default the list appears on the bottom of the window in which the videos play.
What I would like to have is the default setup as shown in the instructions to set up a YouTube Playlist in a post where the list appears to the RIGHT (not below) the main window where the videos actually play.
You can see the what it should look like, at the end of the instructions for putting a YouTube Playlist shortcode in a post.
I had this problem in v6.6 and now also in v6.6.1.
I don’t have a live site yet, I’m working locally on Ubuntu/Apache, because the site is new and I don’t want to put it up with little or not content in it just yet. Especially if it’s not working properly.
Thanks for getting back. I appreciate your help. I hope you can help with this.
Hello,
It actually depends on how you add the video playlist. What you are getting is the 2 or 3 column layout. If you have a sidebar set then it will revert to this mode. Basically it will need all of the screen width to display as you want it with the videos on the right side. So make sure no other content is set next to the playlist in visual composer and you use a full row for it.
example:
single playlist on a row: http://screencast.com/t/iaS68gfy – http://screencast.com/t/4nZBM3dQqtlS
divide the row: http://screencast.com/t/SgugoI2u – http://screencast.com/t/HQbtTApuZ
Thank you!