[coverflow_youtube_videos]
[coverflow_youtube_videos user="USERNAME"]
[coverflow_youtube_videos list="PLAYLIST_ID"]
numbers=no
.ContentFlow .globalCaption .caption { color: black; }
If you need to change also the slider color you have to overwrite the default values with something like that:
.ContentFlow .scrollbar { background: url(img/my_scrollbar.png) left center repeat-x !important; } .ContentFlow .scrollbar .slider { background: url(img/my_slider.png) center center no-repeat !important; }
Where my_scrollbar.png and my_slider.png are your custom images (under the img folder of your theme).
These images needs to be like scrollbar_white.png and slider_white.png under wp-content/plugins/coverflow-youtube-videos/ContentFlow/img
No, once followed the installation instruction you have done. Just check for file permissions (chmod +x).
Add this shortcode to either a post or page: [coverflow_youtube_videos].
Go to 'Settings -> Coverflow YouTube Videos' and change the username of the Youtube user. See Usage and Shortcode Options sections in the main plugin page for more info.
Send me an email at info@mauromascia.com and we'll talk about it.