Git Product home page Git Product logo

Comments (11)

tylernotfound avatar tylernotfound commented on July 16, 2024

You have a trailing comma on your last FlexSlider property. That is the problem.

from flexslider.

jackmcconnell avatar jackmcconnell commented on July 16, 2024

Thanks but i've tried that and if i remove the trailing comma on the last FlexSlider property and change the mode to "slide" it only shows the last slide in IE8 and the whole slider fails to work.

from flexslider.

tylernotfound avatar tylernotfound commented on July 16, 2024

So, you're saying that "fade" works as intended (what I see right now when I look at the site), but "slide" breaks the slider?

from flexslider.

jackmcconnell avatar jackmcconnell commented on July 16, 2024

That is correct, yes.

from flexslider.

jonlongnecker avatar jonlongnecker commented on July 16, 2024

I'm seeing the same behavior in IE7, 8 and Firefox 9. When set to "fade" everything works as expected, but if I switch to "slide" IE7, 8 and Firefox all load up the last slide and you can't get to any other slides.

from flexslider.

tylernotfound avatar tylernotfound commented on July 16, 2024

Link? I am still fairly certain this is a syntax issue. IE always barfs on those.

from flexslider.

jonlongnecker avatar jonlongnecker commented on July 16, 2024

That is entirely possible :) This is my syntax at the moment (in the HTML page).

<script type="text/javascript" charset="utf-8">
    $(window).load(function() {
      $('.flexslider').flexslider({
            animation: "slide",
            controlsContainer: ".flex-container"
      });
    });
</script>

I'm a little hesitant to post the link as we're trying to keep the new site under wraps. Could I email you the link privately if nothing seems out of place in the above code?

from flexslider.

jonlongnecker avatar jonlongnecker commented on July 16, 2024

Hey mbmuffin, you can check out the dev site here if you have a minute - going live tomorrow probably: http://new.47dev.com/

Any ideas why it might be breaking in IE and Firefox?

from flexslider.

kristerkari avatar kristerkari commented on July 16, 2024

@fortys you are setting flexslider margin to 0 with !important.

remove this and it should be fixed:

.flexslider .slides { margin: 0 !important; }

from flexslider.

zackcello avatar zackcello commented on July 16, 2024

I am having the exact same problem, but I don't have the !important tag on that class. Is there a solution to this?

from flexslider.

cognitrancraig avatar cognitrancraig commented on July 16, 2024

I have the exact same problem. Stripped everything out, refactured all my code from scratch. Done a full debug and it is caused by animation: "slide",

It's not to do with a trailing commar, as I've double checked this and I'm running this line as the first one in my setup. Any fixes would be much appreciated.

from flexslider.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.