Thanks for a great module!

If possible it would be great to have the option of closing the text area which contains the slide text and readme button with a close button a la YouTube videos when advertising crops up.

I am using the vsd-upright-20p theme and am considering using both images and embedded YouTube videos. The YouTube video controls are hidden and inaccessible due to the text area, but I would still need it for the other content. So an optional close button for visitors at top right of text area would solve this problem nicely.

Comments

ppblaauw’s picture

I added a show/hide button before in customized slideshows (like http://cct.org) to hide/show the slidetext.
A close button like you suggest would also be possible.

Will add this as a feature to module, thanks for the suggestion.

Another option for your issue is not to show slidetext at all for video content.
When no slidetext and no readmore text is given for a slide, don't show the slidetext area for that slide. (the video slide)

Do you have a link to your Internet site?

hitman007’s picture

Thanks ppblaauw,

Yes the url to the site is http://www.schoolsports.co.za

ppblaauw’s picture

Thanks for the link.

You could place the slidetext a little bit higher for now.

div.views-slideshow-ddblock-cycle-vsd-upright-20p div.slide-text-bottom {
  bottom:27px;
}

so it is just above the video controls.

Hope this helps you further.

hitman007’s picture

Brilliant - thanks!