Before you ask please READ THIS

Flexslide

edited February 2013 in Hypershot Posts: 7
Hello,

¿Is it possible in the page template "page with slider" (http://themes.apollo13.eu/hypershot/slider/), make the slider with autoplay, so you do not have to click next to pass the following slide?

With regards,

Comments

  • AirAir
    Posts: 10,970
    Hello,

    Unfortunately this not possible. It is just simple slider with no additional options.

    However if you you like I can prepare instructions how to enable it permanently to always run such slideshows.

    With regards.
  • Yes, please. I would apreciate if you can give me instruction to enable it permanently run as slideshow.

    Thank you in advance.

    With regards
  • AirAir
    Posts: 10,970
    First you will have to disable compressed scripts http://apollo13.eu/docs/hypershot/#!/advance_menu_use_compressed_js_amp_css
    Go to hypershot\js\uncompressed\script.js line~215 and change this
    $('div.flexslider').flexslider({
    slideshow: false
    });
    to
    $('div.flexslider').flexslider({
    slideshow: true
    });
    With regards.
  • Thank you
  • Posts: 27
    1.) it doesnt work. Another way or details?

    2.)I need also blog page slider auto. Is it possible
    1.) this didnt worked.png
    607 x 127 - 31K
    2.)need auto play slider on blog page.jpg
    423 x 695 - 39K
  • AirAir
    Posts: 10,970
    Live link to your project please, cause it works.

    With regards.
  • AirAir
    Posts: 10,970
    OK I see that you haven't switch to uncompressed scripts to make it work, like I explained two post above. Please do it and it will work.

    If you will change it, it will work for every flexslider even on blog page:-)

    With regards.
  • Posts: 27
    yes worked, but get slowed a little. Need compress...
  • Posts: 38
    You may find many way, online for example, to minimize it. http://refresh-sf.com/yui/ for instance. Don't forget to switch back to your newly created file.
Sign In or Register to comment.