Hello Kaptinlin-Theme, one question. I created a slideshow and everything works fine. But there is one thing, I have no idea whats the problem... On "this" page I just want my header (like on every page) and the slideshow and the footer (like on every page). Why is there always "space" between the slideshow and the footer? How can I avoid this? There should be no content on this page besides the header, the slideshow and the footer... example (screenshot from the page) http://f.cl.ly/items/1v0s361F3d402p190g2p/Ohne Titel1.tiff
You can get this out by css code based on page basis.
.page-id-348 #page {display:none;}
The page id can be found either in your backend when you install a plugin or look at the footer in the wp backend while in the page list and or page. Or when you look in the source html code when in preview mode.
This code was not effective for me. I'm trying to remove the space between my homepage slideshow and my footer. I'm not sure how to find the page id number since I am using the striking theme homepage and don't have a stand alone homepage. I tried simply typing homepage for the page id but that did not work.