Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi Peter,

    I’m pretty tied up with supporting our pro customers at the moment (especially for custom requests) but I’ll take a look as soon as I get the chance, I’m guessing it’s about an hours work.

    Regards,
    Tom

    Thread Starter lightworkerarts

    (@lightworkerarts)

    Tom…

    ids this a Pro-option? I would be happy to upgrade…

    Thanks
    peter

    Hi Peter,

    It’s not a Pro option but it is something we’d cover as part of our Pro support. I’m not sure if it would ever be an ‘out of the box’ option as not too many people have requested it and we like to keep the plugin as light as possible.

    Which slideshow are you using? It looks possible with Nivo Slider and Flex Slider – I’m not too sure about Coin Slider or Responsive Slides.

    Regards,
    Tom.

    Thread Starter lightworkerarts

    (@lightworkerarts)

    Hi Tom!

    Brilliant! I will buy a single site licence for this, so that the support is covered and you are not out of pocket. We are using the Flex slider at the moment… see:
    Flex
    I love this plugin, and your proactivity. Its work a lot! Looking forward to senfding more paid business your way.
    Cheers
    Peter

    Thread Starter lightworkerarts

    (@lightworkerarts)

    I meant to say “it’s WORTH a lot”!

    I’ve been trying to do this as well. In flexslider, it as easy as setting animationLoop to false. In nivoslider (which is the one I want to use), you have to do something like

    lastSlide: function(){$(‘#Slider’).data(‘nivoslider’).stop();}

    but I can’t figure out where to put that.

    Hi monumental,

    See this page: http://www.metaslider.com/documentation/developers/

    You’ll need to add something like this to your themes functions.php file (untested)

    function metaslider_nivo_params($options, $slider_id) {
        if ($slider_id == 123) { // check for slider ID (optional)
            $options['lastSlide'][] = "jQuery('#metaslider_{$slider_id}').data('nivoslider').stop();"
        }
        return $options;
    }
    add_filter('metaslider_nivo_slider_parameters', 'metaslider_nivo_params', 10, 2);

    Regards,
    Tom

    Thread Starter lightworkerarts

    (@lightworkerarts)

    Tom:

    Thanks for this… I will be experimenting in the next couple of days!

    Cheers
    Peter

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Play once option?’ is closed to new replies.