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
lol no problem i have done that and it is now showing 7 images
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
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
});
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 ?
Bookmarks