To insert code use <code>...</code>.
create a page without any header or footer?
  • Hi there. First off - LOVE the theme. It's fantastic. I'm new into wordpress, and I think that I am spoiled having already found this particular theme. Love the shortcodes.

    My question is this.

    I'm trying to create a simple contact form accessible via a QR code for mobile devices. I've created the page, but it loads full-width for the header and footer. I'd rather have it JUST load the form. Is this possible? Can the header/footer be turned off for a page?

    Or to ask this question another way, is it possible to create a mobile version of a page?

    thanks!
    cm
  • 1 Comment sorted by
  • Hi,

    i think you can turn off the footer and header by page-id just lookup the page id and replace the code.


    .page-id-1 #footer {
    display:none;
    }

    .page-id-1 #header {
    display:none;
    }



    you can also follow this link,

    http://kaptinlin.com/support/discussion/comment/16658#Comment_16658

    Best regards,
    BackuPs