
Originally Posted by
picaflor-azul
I'll take a look at this for a future template update ;) For now, if you do not want to use the slide show on the main page, you can remove the code from the tpl_main_page.php file.
Thanks,
Anne
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:


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.
Bookmarks