Slider for youtube videos and hide footer on single slice

Permalink
Hello,

I'm using the Long Story Short-theme. I really like it but there are two things I cannot get my hands on:

-Is there a possibility to introduce a slider for Youtube videos, similar to the image slider
-Is it possible to hide the footer on a single slice (single page website)

 
hutman replied on at Permalink Reply
hutman
1) Currently there is no a block that offers this option in the Marketplace or the core, you could certainly post something in the Jobs section and I'm sure that somebody would be happy to build you a custom slider for YouTube videos.

2) In order to hide the footer you will have to change the code of the theme - which will be removed if you do a theme update. What you will want to do is open the /packages/theme_long_story_short/themes/long_story_short/elements/footer.php and comment out the footer div (lines 5-56) this will remove the footer from your site.
masterenzo replied on at Permalink Reply
Hi Hutman,

Thanks for the reply.
I'll post a request in the jobs section soon when I'm ready to add the videos to my site.

As for the footer visibility, is there a code that elaborates on the standard code for hiding the footer?

.site-footer { display: none; }

If I put this in the custom CSS, it hides the footer on all slides, is it possible to hide it just for one specific slide number?