• Resolved AndyTheAngel

    (@andytheangel)


    I’m trying to create a “Youtube channel” page in my wordpress site, and the idea is to have a big screen on top showing inside the entire playlist of my published videos, and under it to use a table to organize and show some selected playlist of my website.

    I’ve tried with the standard wordpress embed function, and it works for the big “all-videos-in-channel” playlist, but it seems not to work with the videos put inside the table. So I decided to try with “Youtube channel” plugin.

    With it, I managed to obtain the following result: https://drive.google.com/file/d/0B8DKY1rVM0fPdjUtM191TDNkUTg/view?usp=sharing

    wich is more or less what I graphically wanted to obtain. The problem is that to obtain this I have to put “only_pl” to off (or 0) so all the playlist in the table don’t give the option to choose the video from the specific playlist. If I turn “only_pl” on this is what happen:
    https://drive.google.com/file/d/0B8DKY1rVM0fPSzlxck5ra2pSbzA/view?usp=sharing

    And I’ve tried changing from iframe2 to thumbnail, and both turning on and off “responsive” value, but the result is always the same.

    Do you have any idea of how I can fix this? Thanks.

    https://www.ads-software.com/plugins/youtube-channel/

Viewing 3 replies - 31 through 33 (of 33 total)
  • Thread Starter AndyTheAngel

    (@andytheangel)

    Dear urkekg, I’m following a CSS course on stackskills.com and I have another one on udemy soon, so I really hope I will learn better.

    Meanwhile, thanks for your explanation… I will try some tests with the shortcodes, because the problem is still there… ??
    I will let you know if I manage to do something

    Thread Starter AndyTheAngel

    (@andytheangel)

    Another noob-like question, I’ve googled it but can’t find an answer: as my problem exist just when the video iframe is inside a <td> tag of a table, is there a way to put your code not to ALL the <iframe> tags of that classes, but to just the <iframe> tags of that classes INSIDE a <td>?

    So the main video will keep the correct dimensions, while the ones inside the table will fix in the right way?

    Plugin Author Aleksandar Uro?evi?

    (@urkekg)

    Well, just prefix td in front of class path, like this:

    td .youtube_channel.responsive .ytc_video_container .fluid-width-video-wrapper iframe {
    width: 100%!important;
    height: 100%!important;
    }

    So, that rule will target only YTC inside table cells.

    Good? ??

Viewing 3 replies - 31 through 33 (of 33 total)
  • The topic ‘Only playlist problem and responsive doubt’ is closed to new replies.