- Has been a member for 1-2 years
- Item was Featured
- Exclusive Author
- Author was Featured
- Sold between 100 and 1 000 dollars
- Bought between 10 and 49 items
- United States
Sorry, one more final question, is there a way to embed video?
Sorry, one more final question, is there a way to embed video?
I am having an issue with the example 4 file. It’s the advance file. I wanted the text which appears on the slider (.sexyslider-title) to come from the ground up, and not the other way around.
I also wanted to affect the width and height of this property. I am migrating my slider from NivoSlider, yours is a better functioning slider, but I need to fix the styling.
after 6 months still no answer to my question ! Please provide feedback ! How can I use target=”_blank” ? it does not seem to work if I put it within the tag !
Need better instructions on setup.
Perfect script!!!
I have one question, is it possible to let the images random appear on screen?
Perfect script!!! I have one question, is it possible to let the images random appear on screen?
Is it possible to make it?
<script type="text/javascript">
jQuery(document).ready(function($) {
function AEROALQUIMIAshuffle(arr) {
for(var j, x, i = arr.length; i; j = parseInt(Math.random() * i, 10), x = arr[--i], arr[i] = arr[j], arr[j] = x) {}
return arr;
};
$("#slider").each(function(){
var items = $(this).children().clone(true);
return (items.length) ? $(this).html(AEROALQUIMIAshuffle(items)) : this;
});
$("#slider").SexySlider({
width : 560,
height : 200,
delay : 3000,
strips : 15,
autopause : true,
navigation: '#navigation',
control : '#control',
effect : 'cascade'
});
});
</script>
You can change the options of SexySlider.
Tnx for the script, but the images are still appearing in numerical order instead of random.
I’ve made a php script what will do the job.
$total = “5”;
$file_type = ”.jpg”;
$image_folder = “images/slider”;
$start = “1”;
$numbers = range($start, $total);
shuffle($numbers);
foreach ($numbers as $number) {
$image_name = $number . $file_type;
echo "";
}
COPYRIGHT © 2012 ENVATO| TERMS OF USAGE| SUPPORT/HELP| ICONS BY TANGO + WEFUNCTION + FAMFAMFAM
Adobe®, Flash®, Flex®, Fireworks®, Photoshop®, Illustrator®, InDesign® and After Effects® are registered trademarks of Adobe Systems Incorporated.
This plugin is no longer on development. The last update was on Jun 2010. However, I’m uploading the last update with the changes you request. It will be available soon. Best Regards.