Re: Avonlee Contempo, Tabs Menu, Search Tab (Top Menu Bar)
Hi, I have the Avonlee Contempo template loaded up and we're loving it. Only one problem, I have the slide show running with seven slides, but after the first one shows, the others don't. I only have the text 'slide2' etc showing where the actual slide image should be.
My php file looks all correct and I can't seem to see any errors on it. Can you offer me any assistance here with this one?
You can look at my site if this would be easier on www.yourebeautiful.com.au
Many thanks,
Tanya
Re: Avonlee Contempo, Tabs Menu, Search Tab (Top Menu Bar)
Quote:
Originally Posted by
My_Red_Zebra
Hi, I have the Avonlee Contempo template loaded up and we're loving it. Only one problem, I have the slide show running with seven slides, but after the first one shows, the others don't. I only have the text 'slide2' etc showing where the actual slide image should be.
My php file looks all correct and I can't seem to see any errors on it. Can you offer me any assistance here with this one?
You can look at my site if this would be easier on
www.yourebeautiful.com.au
Many thanks,
Tanya
The view source is showing that you have not defined images 2 to 7. You only have defined the 1st image. Check with the developers toolkit for IMAGE2 to see which file it is in. Once you find it, see if a define for the slide image is there.
Re: Avonlee Contempo, Tabs Menu, Search Tab (Top Menu Bar)
Quote:
Originally Posted by
yaritai
The view source is showing that you have not defined images 2 to 7. You only have defined the 1st image. Check with the developers toolkit for IMAGE2 to see which file it is in. Once you find it, see if a define for the slide image is there.
Thanks, I'll take a look. Out of frustration, I ended up grabbing the original file and re-doing it. I still have the old file, as I want to try to get my head around what I did wrong as it was all working just find, until I decided to make the font larger in the text below the slide show. When I changed the font size, the slide show went crazy! Thanks for the advice.
Re: Avonlee Contempo, Tabs Menu, Search Tab (Top Menu Bar)
Quote:
Originally Posted by
My_Red_Zebra
Thanks, I'll take a look. Out of frustration, I ended up grabbing the original file and re-doing it. I still have the old file, as I want to try to get my head around what I did wrong as it was all working just find, until I decided to make the font larger in the text below the slide show. When I changed the font size, the slide show went crazy! Thanks for the advice.
My guess is that you edited the define_main_page.php with a html editor. This file contains php code and must be edited with a plain text editor.
Thanks,
Anne
Re: Avonlee Contempo, Tabs Menu, Search Tab (Top Menu Bar)
For the absolute life of me I cannot get a background image to work on my site. I have followed many directions over and over again, including these:
http://www.picaflor-azul.com/blog/?p=1838/
My image is in the includes/templates/avonlee contempo/css/stylesheet.css folder. I am so frustrated. My site is www.oldworldarchery.com
Re: Avonlee Contempo, Tabs Menu, Search Tab (Top Menu Bar)
Well I guess it is working for now. It just took ipage over an hour to update it. Man! I just need to figure out how to get it static now. I swiped this code from another thread, will this work with this template?:
{background-color: transparent; /*not required but useful*/
background-image: url(http://www.yoursite/images/yourimage.jpg); /* your image*/
background-repeat: no-repeat; /*can be set to repeat-y or repeat-x*/
background-attachment: fixed; /*make image static*/
background-position: center top; /*set the start position of image*/
background-clip: border-box;
background-origin: padding-box;
background-size: 100% 100%; /*set screen area for image stretch*/
}
Re: Avonlee Contempo, Tabs Menu, Search Tab (Top Menu Bar)
Quote:
Originally Posted by
toomanyknots
Well I guess it is working for now. It just took ipage over an hour to update it. Man! I just need to figure out how to get it static now. I swiped this code from another thread, will this work with this template?:
{background-color: transparent; /*not required but useful*/
background-image: url(
http://www.yoursite/images/yourimage.jpg); /* your image*/
background-repeat: no-repeat; /*can be set to repeat-y or repeat-x*/
background-attachment: fixed; /*make image static*/
background-position: center top; /*set the start position of image*/
background-clip: border-box;
background-origin: padding-box;
background-size: 100% 100%; /*set screen area for image stretch*/
}
I am happy that you figured it out.
background-attachment:fixed; will fix the background image and let the content scroll over the top.
Thanks,
Anne
Re: Avonlee Contempo, Tabs Menu, Search Tab (Top Menu Bar)
Quote:
Originally Posted by
picaflor-azul
I am happy that you figured it out.
background-attachment:fixed; will fix the background image and let the content scroll over the top.
Thanks,
Anne
Anne has done a great job with her add-on.
Cleaning cache is sometimes overlooked as well as other sites maintain cache you can't control so, when in doubt, F5, F5, F5, bounce machine, F5, F5, F5.