Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
getiton
Hi Anne
Absolutely love the template!! Having a couple of issues with the home page slider though. My website is
www.getiton-fancydress.co.uk i have added my own images as per the tutorial instructions but it is saying i have 6 slides when i only have put 4 on and it is showing the last image twice. Also it jumps and goes a bit crazy!
PLEASE Help
Thanks
Kriss
I would recommend uploading the includes/languages/english/html_includes/abbington_mega/define_page.php file from the template package to your site.
Thanks,
Anne
Re: Abbington Mega Template Support Thread
Hi Anne
in the template package there isnt a file called define_page.php
There are define_page_2.php or define_main_page.php
Kriss
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
getiton
Hi Anne
in the template package there isnt a file called define_page.php
There are define_page_2.php or define_main_page.php
Kriss
Sorry for the typo. It should be define_main_page.php.
Thanks,
Anne
Re: Abbington Mega Template Support Thread
lol no problem i have done that and it is now showing 7 images
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
getiton
lol no problem i have done that and it is now showing 7 images
The define_main_page.php file only has code for 5 images. Make sure that you are overwriting the file on your server.
Thanks,
Anne
Re: Abbington Mega Template Support Thread
Hi Anne
Yes it is overwriting the file. On the define pages editor on the back of the site it is only showing 5 but on the front of the site as you can see www.getiton-fancydress.co.uk it is showing that there is 7 images. It is also jumping around it if you watch the slideshow and also it is showing the last image twice.
Kriss
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
getiton
Hi Anne
Yes it is overwriting the file. On the define pages editor on the back of the site it is only showing 5 but on the front of the site as you can see
www.getiton-fancydress.co.uk it is showing that there is 7 images. It is also jumping around it if you watch the slideshow and also it is showing the last image twice.
Kriss
That's really strange because this behavior is not in the demo. What customizations/files have you changed?
Thanks,
Anne
Re: Abbington Mega Template Support Thread
Hi Anne
I have just managed to sort it out by changing these setting in define pages editor from true to false
<script type="text/javascript">
$(document).ready(function(){
$("#slider").easySlider({
auto: false,
continuous: false,
numeric: false
});
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
getiton
Hi Anne
I have just managed to sort it out by changing these setting in define pages editor from true to false
<script type="text/javascript">
$(document).ready(function(){
$("#slider").easySlider({
auto: false,
continuous: false,
numeric: false
});
I am happy that you figured it out!
Thanks,
Anne
Re: Abbington Mega Template Support Thread
Though its not template specific , our query goes as below
we modified the stylesheet.css to show multiple background images (two actually- one for the top centre and one one for the rest of the page)
the problem is it dosent work in IE<v9 as it does not support multiple BGs
So how could we have single background for IE and multiple for the rest ?
How should it be done , multiple stylesheets ?