 scad63
|
I am trying to put the Slider into the banner position but cannot get it to work I have tested putting the slider in other positions and it works great. I have been tweeking for a while seem to get it right then the whole website width changes.
http://www.netconsulting.net.au
ps love your site soooo helpful
|
 Raju Nunna
|
The url is not accessible. Is there a typo ?
|
 scad63
|
Having a blonde moment sorry yes a typo
“I am trying to put the Slider into the banner position but cannot get it to work I have tested putting the slider in other positions and it works great. I have been tweeking for a while seem to get it right then the whole website width changes.”
http://www.kentconsulting.net.au
ps love your site soooo helpful
|
 Raju Nunna
|
If you would like the banner to be in the exact same place as your header image is, then you need to replace the line containing “wsite-header” with the slider div. It differs from theme to theme. In your case, replace
<div id="image" class="wsite-header"></div>
with
<div class="theme-default">
<div id="slider" class="nivoSlider">
<img src="/files/theme/slide1.png"/>
<img src="/files/theme/slide2.png"/>
<img src="/files/theme/slide3.png"/>
<img src="/files/theme/slide4.png"/>
<img src="/files/theme/slide5.png"/>
</div>
</div>
Note that the image size has to match the header image area, which is 960 x 250 px. The background for the header image is a fixed height. Make sure your images fit within the background.
|
 scad63
|
Thank you it works fantastic…
|