Quote Originally Posted by picaflor-azul View Post
One way is to remove the call for the slide show in the tpl_main_page.php file:

Code:
<?php
    if ($this_is_home_page) {
?>
<div id="home-banner"><?php require($template->get_template_dir('tpl_home_slider.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_home_slider.php');?></div>
<?php
    }
?>
Thanks,

Anne
Hi Anne,
I removed the code from the /common/tpl__main_page.php file but the Mega Menu now sits under the top of the main page - please see http://www.phillumeny.eu How can I resolve this new problem please?