Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Nivo Slider

Asked Modified Viewed 1,925 times
M
marcolino
M
  • Junior Member, joined since
  • Contributed 33 posts on the community forums.
  • Started 11 threads in the forums
  • Started this discussions
asked
Junior Member

I would like to know how to reverse the slides presentation (from last to first) in Nivo Slider infused in Version 7.
Perhaps somebody can help me. King regards
0 replies

5 posts

I
ikandi
I
ikandi 10
  • Junior Member, joined since
  • Contributed 48 posts on the community forums.
  • Started 15 threads in the forums
answered
Junior Member

I used to use it on V7 but since moving to V9 I no longer have a need for it.
I'll go back and check the code for you.
0 replies
M
marcolino
M
  • Junior Member, joined since
  • Contributed 33 posts on the community forums.
  • Started 11 threads in the forums
  • Started this discussions
answered
Junior Member

Thank you ikandi. I will wait for...
0 replies
M
marcolino
M
  • Junior Member, joined since
  • Contributed 33 posts on the community forums.
  • Started 11 threads in the forums
  • Started this discussions
answered
Junior Member

no help from anybody???
0 replies
I
ikandi
I
ikandi 10
  • Junior Member, joined since
  • Contributed 48 posts on the community forums.
  • Started 15 threads in the forums
answered
Junior Member

Hi,

Refer to the file: nivo_slider_panel.php, around about line 49.

$result = dbquery("SELECT * FROM ".DB_NIVO_SLIDER." WHERE slider_image !='' ORDER BY slider_id ASC");


You can change the ORDER BY to be either ASC or DESC.

This will be dependent on the slider_id numbers given to your slide images in mySQL (for the Nivo table). So you'll need to go and check those, and juggle your ID's around to get them into the order you want before running the Nivo Slider.

Nivo is sort of irrelevant in V9 because of the Bootstrap integration, you just run a standard Carousel block like what I have running now on the main page of: https://glorydazemusic.com.

Good luck.
Edited by ikandi on 16-11-2018 18:32,
0 replies
M
marcolino
M
  • Junior Member, joined since
  • Contributed 33 posts on the community forums.
  • Started 11 threads in the forums
  • Started this discussions
answered
Junior Member

Thank you very much Ikandi.
0 replies

Statistics

  • Views 0 views
  • Posts 5 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

M
M
  • Junior Member, joined since
  • Contributed 33 posts on the community forums.
  • Started 11 threads in the forums
  • Started this discussions
I
I
ikandi 10
  • Junior Member, joined since
  • Contributed 48 posts on the community forums.
  • Started 15 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet