Smartik
says
This is a public forum. Please contact the author directly, he is the only who can help you.
http://themeforest.net/user/dmsumon#from
Smartik
says
Smartik
says
Seriously? This is useless IMO.
Smartik
says
Yes, you’re right.
Smartik
says
+1 for this. 
Smartik
says
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. 
Smartik
says
Mathematics?
Anyway, looks like Envato round 4.75+ to 5.00. 
Smartik
says
Me -> http://photodune.net/ 
Smartik
says
Yes I know, the author told me the same and is not working. Here is how I did:
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
Smartik
says
Nice Dropbox logo.
