Welcome Guest! To access all forums & features, please register an account or sign-in. → Why register?



Nivo Slider question


2 replies to this topic - - - - -

#1 ACTIONpack

    Graphic Designer

  • 1,666 posts
  • Joined: 10-August 03
  • Location: Lawrenceville, GA
  • OS: Windows 8 Pro
  • Phone: HTC Windows 8X

Posted 28 September 2012 - 19:52

I'm using Nivo Slider for my homepage and I'm trying to get the effect to push the image to the right and a new image comes from the left. Does Nivo Sider does this or I need to use something else
.


#2 the better twin

    Resident Elite

  • 1,155 posts
  • Joined: 26-January 10

Posted 28 September 2012 - 20:07

If I remember correctly rather than accepting a direction parameter you have to do this in the effect.
<script type="text/javascript">
$(window).load(function() {
    $('#slider').nivoSlider({
        effect: 'random'
});
});
</script>
It accepts slideInRight or slideInLeft.

#3 OP ACTIONpack

    Graphic Designer

  • 1,666 posts
  • Joined: 10-August 03
  • Location: Lawrenceville, GA
  • OS: Windows 8 Pro
  • Phone: HTC Windows 8X

Posted 28 September 2012 - 20:14

View Postthe better twin, on 28 September 2012 - 20:07, said:

If I remember correctly rather than accepting a direction parameter you have to do this in the effect.
<script type="text/javascript">
$(window).load(function() {
	$('#slider').nivoSlider({
		effect: 'random'
});
});
</script>
It accepts slideInRight or slideInLeft.

That is true but the image goes on top instead of pushing.