To insert code use <code>...</code>.
How to remove page body portion of a page so only a header, slideshow and footer - Customization
  • 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

    Thank you!
  • 3 Comments sorted by
  • Hi

    You mean the white area The page content?

    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.

    Best regards,
    Striking Team
    Paul
  • 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.
  • Hi,

    You can find the page id by installing a plugin http://wordpress.org/extend/plugins/wp-show-ids/

    for the home page you can use

    .home #page {display:none;}

    or

    #page.home {display:none;}

    Best regards,
    Striking Team
    Paul