Yes, you’re right.
+1 for this. 
Use any JQuery slider plugin, call scripts and styles correctly, create a custom WP_Query using the markup for this slider, a bit of love and it should work. 
Mathematics?
Anyway, looks like Envato round 4.75+ to 5.00. 
Me -> http://photodune.net/ 
function all_rev_sliders_in_array(){
if (class_exists('RevSlider')) {
$theslider = new RevSlider();
$arrSliders = $theslider->getArrSliders();
$arrA = array();
$arrT = array();
foreach($arrSliders as $slider){
$arrA[] = $slider->getAlias();
$arrT[] = $slider->getTitle();
}
if($arrA && $arrT){
$result = array_combine($arrA, $arrT);
}
else
{
$result = false;
}
return $result;
}
}
all_rev_sliders_in_array() will return and array alias=>Title
Nice Dropbox logo.
JoshuaSprague said
Smartik saidIf you’re referring to the training, there is no copy to win rather this is a live training event put on by the fie folks at Concrete5. Sign-up and join in tonight!
So, everyone who subscribed will get a copy or only one will win?
Got an email from Matt Waters with all details. Now all is clear, thanks. 
So, everyone who subscribed will get a copy or only one will win?
Flex is responsive, but it does not work correctly on some devices. Nivo is also responsive and it works great. I develop now a theme and first I’ve used Flex but after a while I decided to replace it with Nivo. I recomend Nivo. 
