
Originally Posted by
vesuvians
Hi,
How do I remove the Home Page Slider Show and the media logos from my store? I found your help pages for adding and reducing the number of images but not how to remove the complete feature which is not appropriate for my store. Your help would be appreciated.
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
Bookmarks