New Nivo Slider

This topic contains 4 replies, has 2 voices, and was last updated by  scad63 1 year ago.

Viewing 5 posts - 1 through 5 (of 5 total)
Author Posts
Author Posts
May 8, 2012 at 9:34 pm #3386

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

May 10, 2012 at 3:40 am #3417
Raju Nunna
Raju Nunna

The url is not accessible. Is there a typo ?

May 10, 2012 at 3:49 pm #3457

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

May 12, 2012 at 12:30 pm #3532
Raju Nunna
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.

May 14, 2012 at 8:29 pm #3578

scad63

Thank you it works fantastic…

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.