Quote Originally Posted by Enzo View Post
To remove the slideshow, would these be lines 97 through 157 (I haven't edited the file) of tpl_main_page.php?

Or rather beginning with:
PHP Code:
<?php
    
if ($this_is_home_page) {
?>
<script type="text/javascript" src="includes/templates/dover_fine/jscript/jquery.easing.min.js"></script>
        <script type="text/javascript" src="includes/templates/dover_fine/jscript/supersized.3.2.7.min.js"></script>
        <script type="text/javascript" src="includes/templates/dover_fine/jscript/supersized.shutter.min.js"></script>
        
        <script type="text/javascript">
            jQuery(function($){
            $.supersized({

and ending with:

PHP Code:
<div id="slidecaption"></div>

 <?php
}
?>

<?php
    
?>
Also, I would like to edit and use define main page but when I do, (after disabling the slideshow) anything I enter into the main page is set off to the left of the page underneath the menu.

This also happens when I setup layout settings to display categories on main page.

Here are a couple of pics (I'm still messing with the color scheme so please disregard) that illustrate the problem:

Click image for larger version. 

Name:	problem-1.jpg 
Views:	103 
Size:	25.1 KB 
ID:	14454
Click image for larger version. 

Name:	problem-2.jpg 
Views:	95 
Size:	20.1 KB 
ID:	14455

What would I need to change to get both the main page as defined in define main page and categories on main page to display correctly?

Thank you for your assistance and thank you for offering a few of your templates for free. I know it's a lot of work and that you don't have to offer templates free of charge or even answer our questions... that you do is greatly appreciated.
Yes, that is the code to remove.

Since I have not added any css for the define main page content or main page categories, you will have to add these styles. If you post a link to your site I can take a look.

Thanks,

Anne