CodeCanyon

Sexy Slider

  • Has been a member for 1-2 years
  • Exclusive Author
  • Sold between 100 and 1 000 dollars
  • Bought between 10 and 49 items
  • United States
finalmethod says
Purchased

Sorry, one more final question, is there a way to embed video?

5 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
  • Cyprus
pricklypearmedia says
Purchased

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.

5 months ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Bought between 10 and 49 items
  • Suriname
bbm says
Purchased

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 !

5 months ago
Author
aeroalquimia aeroalquimia replied

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.

5 months ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
french2080 says
Purchased

Need better instructions on setup.

5 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
StudioChevalking says
Purchased

Perfect script!!!

I have one question, is it possible to let the images random appear on screen?

4 months ago
Author
aeroalquimia aeroalquimia replied

It doesn’t have that feature.

4 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
StudioChevalking says
Purchased

Perfect script!!! I have one question, is it possible to let the images random appear on screen?

4 months ago
Author
aeroalquimia aeroalquimia replied

It doesn’t have that feature.

4 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
StudioChevalking says
Purchased

Is it possible to make it?

4 months ago
Author
aeroalquimia aeroalquimia replied
<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.

4 months ago
Purchased
Default-user StudioChevalking replied

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 "";
}
4 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
scousejohno says
Purchased

Is it possible to be able to edit the text displayed on images via a seperate text file?

3 months ago
Author
aeroalquimia aeroalquimia replied

No, I don’t think so.

3 months ago
  • Has been a member for 0-1 years
vrsharma says

Hi,

I want to add videos as slider with images. Can I do this? Please help me.

Thanks in advance.

3 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
cutecocomilkshake says
Purchased

How do you change the next and previous links to images?

What piece of code do I use, and where do I use it?

Regards.

2 months ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
  • United States
ldowdell says
Purchased

I wanted to extend the size of my slider and enlarge the caption area on the right. However, since the image is being used as a background it repeats the image across the width of the slider. I added background-repeat to the javascript and had to add ‘repeat’ to the sexyslider.min.js file, but now i’m getting a javascript error. How can I make the image not repeat and just show once?

19 days ago
by
by
by
by
by