Change Sort Order to Ascending: Here's the solution
-
Hello All. I have a friend who’s a developer. One of the first things I needed was to reverse the default order of the slider images for this plugin. Here’s how to do it.
Go to “Edit Plugins”
Locate: Genesis-responsive-slider.php
Change this line from:
‘order’ => genesis_get_responsive_slider_option( ‘order’ ),To:
//’order’ => genesis_get_responsive_slider_option( ‘order’ ), ‘order’ => ‘ASC’,It worked for me. Note: every time the slider plugin gets updated, you’ll have to make the change again. That’s what just happened to me. ??
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Change Sort Order to Ascending: Here's the solution’ is closed to new replies.