• Resolved webcart

    (@webcart)


    Hi
    I use Carousel mode in the Flexslider of MetaSlider plugin and all works fine.
    But the speed is changing during the presentation.
    I need to make it same speed all the way from first picture to the last.

    Furthermore, when it arrives the last picture, it goes back all the way and I need
    it not to go back but to go for the first picture.

    Thanks in advance 🙂

Viewing 3 replies - 16 through 18 (of 18 total)
  • Hey @webcart,

    It’s okay for now, but better to use the support forum specific to MetaSlider next time. Otherwise I might not see it (especially since this one is marked resolved)

    Try adding this to the bottom:

    @media not all and (min-resolution:.001dpcm)
    { @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    
        .metaslider .flex-viewport { 
    
            direction: ltr!important
    
        }
    }}

    I got the info from here so you might want to read through it and test other browsers too

    https://stackoverflow.com/questions/16348489/is-there-a-css-hack-for-safari-only-not-chrome

    Thread Starter webcart

    (@webcart)

    Thanks for your reply.
    Promise next time to post @metaslider.
    Just to finish here this thread, the above CSS did not work for Safari
    so I did the oposite – made a specific CSS for Firefox:

    @-moz-document url-prefix() {
    .metaslider .flex-viewport {
        direction: rtl !important;
    }}

    Thanks again for the help and inspiration 🙂

    Okay great! Nice improvising too! 🙂 Feel free to let me know if you have any further issues. Take care

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘FlexSlider’ is closed to new replies.