
Originally Posted by
scooby3134
any ideas how to do this?
Sorry for delay, bit of family time 
Yes, open includes/templates/your_template/templates/tpl_index_default.php and look for the <!-- begin edit for ZX Slideshow --> ZX CODE CONTENT HERE <!-- end edit for ZX Slideshow --> and remove it. then open tpl_index_categories.php (same folder path) and look for <!-- begin edit for ZX Slideshow --> ZX CODE CONTENT HERE <!-- end edit for ZX Slideshow --> once again remove it, save both files. Check your site, your slider should have vanaished...
Now open includes/templates/your_template/common/tpl_header.php and paste
PHP Code:
<!-- begin edit for ZX Slideshow -->
<?php
if($this_is_home_page) {
if (ZX_SLIDESHOW) { ?>
<?php require($template->get_template_dir('zx_slideshow.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/zx_slideshow.php'); ?>
<?php }
}?>
<!-- end edit for ZX Slideshow -->
where you want the slider to display, i suggest just below the header logo and navigation display code, this will place the slider above your menu but below your logo.
Let me know how you get on.
Bookmarks