I’m using WordPress, Event Espresso, Iced Mocha Theme. I’ve got a new template written and loaded that works where I could change the code. What can I change for the menu (and it would be ok if the whole header was gone.. but when I tried that, but then the styling was off). It looks like this right now:
<?php
/**
Template Name: HeadLess
A custom page template without a header or sidebar.
The "Template Name:" bit above allows this to be selectable
from a dropdown menu on the edit page screen.
@Package Iced Mocha
@subpackage iced_mocha
@SInCE iced_mocha 0.5
*/
get_header(); ?>
<section id="container" class="one-column">
<div id="content" role="main">
<?php espresso_theme_before_content_hook(); ?>
<?php get_template_part( 'content/content', 'page'); ?>
</div><!-- #content -->
</section><!-- #container -->
You can actually make a copy of the header.php file, then rename that copy to be header-headless.php. Then you remove the following code from your copy:
The support post ‘How do I remove menu bar (and header maybe) from single page?’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.