CodeCanyon

Sexy Slider

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

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

  • Bought between 10 and 49 items
  • Cyprus
  • Has been a member for 1-2 years
  • Referred between 1 and 9 users

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.

  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 5-6 years
  • Suriname
bbm 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 !

aeroalquimia

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.

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years

Need better instructions on setup.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

Perfect script!!!

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

aeroalquimia

It doesn’t have that feature.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

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

aeroalquimia

It doesn’t have that feature.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

Is it possible to make it?

aeroalquimia
<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.

Default-user

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 "";
}
  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

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

aeroalquimia

No, I don’t think so.

  • Has been a member for 1-2 years

Hi,

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

Thanks in advance.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

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.

  • Bought between 10 and 49 items
  • Has been a member for 5-6 years
  • United States
ldowdell 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?

  • Beta Tester
  • Bought between 100 and 499 items
  • Canada
  • Has been a member for 5-6 years
manuqc Purchased

Hi!

this is an awesome script, although I have a simple question. How can I make the title appear on hover only.

Thanks!!

aeroalquimia

With CSS :

#slider .sexyslider-title
{
  visibility:hidden;
}

#slider:hover .sexyslider-title
{
  visibility:visible;
}
  • Bought between 100 and 499 items
  • Exclusive Author
  • Has been a member for 4-5 years
  • Ireland
  • Sold between 10 000 and 50 000 dollars

Downloaded and integrated in less than 3 minutes! Great plugin, thanks.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Hi I am trying to get the directions of the transitions to work, and the right to left of all of them is not working. Can anyone help?

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

btw… here is the code I am using: $(”#slider”).SexySlider({ width : 900, height : 450, delay : 3000, strips : 15, autopause : false, navigation: ’#navigation’, control : ’#controls’, direction : ‘right’, effect : ‘curtain’, }); });

always moves from left to right

  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 3-4 years
  • Sold between 1 and 100 dollars
  • United States

pre sales question:

Is is possible to move the description below the navigation squares? Please let me know

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
  • Referred between 1 and 9 users

I have some problem with a lot kind of slider.

I use Getresponse html code(Autoresponse email system) on slider that alway can’t show up.

Is this Slider can be support getresponse html code,please let know,thx.

this is my info below?

my text web site first page(normal page)?http://www.iamrockylin.com/wptext/

my getresponse html code?http://www.iamrockylin.com/wptext/?page_id=2625

add getresponse html code backstage preview?http://www.iamrockylin.com/wptext/?page_id=2629

add getresponse html code reception(problem page)?http://www.iamrockylin.com/wptext/?page_id=2620

i want to show up like those page that opt-in box on slider? site1?http://www.jameswedmore.com/

site2?http://www.marveo.com/training/

appreciate

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years

Hello, I bought this slider – but I am struggling to get it working. Is there any chance you can give me very basic instructions?

I need to know what code goes where?

Your help would be appreciated.

Regards,

alfemd@gmail.com
aeroalquimia

Please, contact me from my profile page. I can’t paste code here.

Regards,

Default-user

Thanks for the reply. I think I have contacted you via your profile. if not my email is alfemd@gmail.com Thanks again foe your help?

Kevin

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years

Hi there, Bought your awesome scroller. But what I want to do is style the “alt” text that pops up on the bottom. I found the spot in the jquery.sexyscroller.js where you style the color and padding but not sure what the command is to change the type face. Can you help out? and tell me if i’m even in the right place. Thanks in advance!

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
kainer Purchased

Bought this plugin, can not use it. Manual is too complicated. No chance to set it up with this little input on how to do it. Why not use 2-3 sentence more explaining it? Can I get my money back please?

by
by
by
by
by