• Resolved JCKnoell

    (@jcknoell)


    I need to create a new page on my site and I need to start from scratch on it. It needs to not have ANY of the themes, headers, menus, footers, etc. of the rest of the site.
    How do I block the CSS on just one page? (I know about using the
    <?php if (!is_page('')) { ?>
    but I don’t want to have to go through every single style sheet and theme editor and put that in every one. Is there any way to do this once for just one page?

    Thanks!

Viewing 6 replies - 16 through 21 (of 21 total)
  • I’m sorry but as you are using a commercial theme, we can’t give you any theme-specific support here. We don’t support commercial products, so you may need to seek some support from the theme’s developer/vendor. But it might be worth asking if you should be using a child theme for this new template. That’s what we recommend for all www.remarpro.com themes.

    Thread Starter JCKnoell

    (@jcknoell)

    twenty eleven and twenty ten are also installed, but I don’t know if they are being used… Would one of those work?

    Not if you want to keep your current theme, no. Child themes are totally parent theme specific.

    Thread Starter JCKnoell

    (@jcknoell)

    Dang… Okay, so I’ll contact mingle, I guess… are there any other workarounds for my original question?

    Not really. A custom template file is going to be by far the simplest solution unless you want to start adding lots of conditionals across multiple existing template files.

    Thread Starter JCKnoell

    (@jcknoell)

    Okay. thanks.

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘Remove ALL CSS from a single page’ is closed to new replies.