Quote Originally Posted by grandpaj View Post
Hi Anne

As I think you can probably guess Im pretty new to Zen Cart.
Please excuse my ignorance, but where exactly do I find the tpl_main_page.php file with the code that nees to be remove to the define_main_page.php. I seem to have looked everywhere except the right place.

(Will look at header next.)
Many thanks
Grandpa
I am sorry, take a look in includes/templates/responsive_sheffield_blue/common/tpl_header.php for this:

Code:
<?php
    if ($this_is_home_page) {
?>
 <?php
        if (RSB_SLIDES_STATUS == 'true') {
?>
          <?php require($template->get_template_dir('tpl_home_slider.php',DIR_WS_TEMPLATE, $current_page_base,'common')
                        . '/tpl_home_slider.php');?>
<?php
    } ?>
<?php
    } ?>
You will remove it from that file and add it to the includes/languages/english/html_includes/responsive_sheffield_blue/define_main_page.php

Thanks,

Anne