OK.
So, what I must change in the Page Fullwith template which display the page and the EVENT because I have choose this template in the Template Settings” of the Events.
Here the Fullwith template code:
<!– Begin main content –>
<div class=”inner_wrapper fullwidth”>
<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
<h1><font style=”text-transform: uppercase;”><?php the_title(); ?></font></h1>
<div class=”page_fullwidth”>
<?php the_content(); ?>
<?php load_template (get_template_directory() . ‘/includes/print.php’); ?>
</div>
<?php endwhile; ?>
<?php load_template (get_template_directory() . ‘/includes/BottomPage.php’); ?>
</div>
<!– End main content –>
Many thanks