dealman876--I do not see the slider code on your home page so that is why it is not showing. You need to be sure to upload all of the template files especially the includes/languages/english/ html_includes/andover_modern/define_main_page.php
Printable View
dealman876--I do not see the slider code on your home page so that is why it is not showing. You need to be sure to upload all of the template files especially the includes/languages/english/ html_includes/andover_modern/define_main_page.php
When I viewed the source code of your site I did not see the code for the slider. Make sure that the files are in the correct directories.Quote:
i checked, and it is there. all files were uploaded, did it twice, dont know what is causing this.
This is not a problem with the template. I would recommend contacting the author of the script for support.Quote:
alright, i have added my own flash script through the admin panel to define main page, but it is not showing either. is there something stopping that?
This was a problem for many of us. The main_page was incorrect. Copy and paste this is the new code. I guess when they find mistakes they don't make a new upload you have to search on the forum. I know it can suck if it's a lot of post.
<?php
define(IMAGE1,'slide1.jpg');// default width 700px height 250px /
define(IMAGE2,'slide2.jpg');
define(IMAGE3,'slide3.jpg');
define(IMAGE4,'slide4.jpg');
define(IMAGE5,'slide5.jpg');
define(URL1,'http://www.picaflor-azul.com');
define(URL2,'http://www.picaflor-azul.com');
define(URL3,'http://www.picaflor-azul.com');
define(URL4,'http://www.picaflor-azul.com');
define(URL5,'http://www.picaflor-azul.com');
?>
<script type="text/javascript" src="includes/templates/andover_modern/jscript/jscript_easySlider.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#slider").easySlider({
auto: true,
continuous: true,
numeric: true
});
});
</script>
<div id="slider">
<ul>
<li><a href="<?php echo URL1 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE1 ?>" alt="first slide image" /></a></li>
<li><a href="<?php echo URL2 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE2 ?>" alt="second slide image" /></a></li>
<li><a href="<?php echo URL3 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE3 ?>" alt="third slide image" /></a></li>
<li><a href="<?php echo URL4 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE4 ?>" alt="fourth slide image" /></a></li>
<li><a href="<?php echo URL5 ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE5 ?>" alt="fifth slide image" /></a></li>
</ul>
</div>
Quote:
I guess when they find mistakes they don't make a new upload you have to search on the forum. I know it can suck if it's a lot of post.
I keep a list of any bugs found and do post updates to the template packages. Since this template was just approved, I will wait a while before submiting an update so as to not be so bothersome to the good person in charge of approving the contributions.
I love this template but I do believe I found a slight problem. Its in the packaging. I believe the about-us page is in the \includes\extra_definitions file folder and it should be /includes/extra_datafiles.
New Question? How do you center the footer and take out the last vertical line? Since I will not need the extra link it's off center. Thanks!!