Coder Social home page Coder Social logo

Comments (13)

 avatar commented on June 3, 2024

I just wanted to say that I am noticing the same issue with IE 7/8.

from nivo-slider-jquery.

MatthewSchenker avatar MatthewSchenker commented on June 3, 2024

Hello,
I really like Nivo Slider! I'm using an implementation of this in my Joomla Web site. Everything works great -- Firefox, Safari, Chrome -- but the slider won't display in IE. Does anyone know what causes this problem?

from nivo-slider-jquery.

CraigReville avatar CraigReville commented on June 3, 2024

Hello,

I am having exactly the same issue. It appears oin IE6 & 7, recent MS updates should have rectified this in IE8.

If you disable the plugin scripts the images will appear so it may be positioning issues or index issues.

As I will be working on this issue until I rectify it, I will keep everyone else with this issue updated and post a fix when I find one.

Either that or Gilbert will come back with a fix.

Regards

Craig Reville

from nivo-slider-jquery.

CraigReville avatar CraigReville commented on June 3, 2024

After speaking to Gilbert Pellegrom it appears the issue is simply rectified.

Check the scripts used in the html code for the following:

$(window).load(function() {
$('#slider').nivoSlider({
effect:'fold', //Specify sets like: 'fold,fade,sliceDown'
});
});

Right after fold you see the ,

Remove it so your code looks like:

$(window).load(function() {
$('#slider').nivoSlider({
effect:'fold' //Specify sets like: 'fold,fade,sliceDown'
});
});

That should now appear in IE7

Regards

Craig

from nivo-slider-jquery.

carlus avatar carlus commented on June 3, 2024

thanks but It doesn't solve the problem in my case. What more can I try?

from nivo-slider-jquery.

jconnoll avatar jconnoll commented on June 3, 2024

I absolutely love this plugin. It worked fine in my IE7 and IE8, so I spent the time setting it up. I have a client who is saying the fade is very slow. One other person has verified this as well, but others can see it fast. It works very smoothly on my 2 PC's.

Are there ways we can make this smoother, using less overhead? I only need the fade transition. I don't need the plugin to break my images into pieces, is there a way I can turn that off? Thanks.

from nivo-slider-jquery.

CraigReville avatar CraigReville commented on June 3, 2024

@carlus I have looked into the issue but once fixing the code in the manner described above I cannot replicate the issue ..... however I have uploaded a free downloadable template which contains the nivo slider which I know works across all platforms.

You could try downloading the template and copying the codes over into your design - http://cl.ly/858205beda39eb480d5a

@jconnoll Like most scripts it runs using resources available so if the user is using large programs and perhaps downloading a large file (or their computer is seriously old and slow) then that will dramatically slow the transition.

However I will see if I can strip the entire code down to just the fade for you,

Regards

Craig

from nivo-slider-jquery.

jconnoll avatar jconnoll commented on June 3, 2024

The clients that were having trouble with slowness are running IE8 with compatibility mode on. I just found that out as well. Thanks!

from nivo-slider-jquery.

CraigReville avatar CraigReville commented on June 3, 2024

@jconnoll Thanks for the update,

It might contribute to the slowness (not by much though), IE8 switches emulators to reproduce what IE7 would normally display when compatibility mode is used but we'll get the code stripped down any ways, could come in handy for others as well.

Regards

Craig

from nivo-slider-jquery.

CraigReville avatar CraigReville commented on June 3, 2024

@jconnoll, It appears that stripping it down doesn't actually remove much weight from the JavaScript file. Don't think it will make too much of a difference but here is the link for the file.

This file contains only the fade function with typical nav abilities

http://cl.ly/7fe0e59e2105f8d0a12f

from nivo-slider-jquery.

jconnoll avatar jconnoll commented on June 3, 2024

Thanks very much, I will try this!

from nivo-slider-jquery.

CraigReville avatar CraigReville commented on June 3, 2024

The links broke,

Here is the updated link for the stripped js file - http://cl.ly/2Emt

Here is the updated link to the template with working IE slider - http://cl.ly/2FBO

from nivo-slider-jquery.

archmad avatar archmad commented on June 3, 2024

When i first see Nivo, love it. When client complained about the speed in IE 8, especially with dropdown menu, sucks. Some say it's because of IE 8, well, I used sliders and dropdowns before and they all working well in IE 8. I just wish this will be fixed, and also easier to apply cufon fonts as captions. Thanks.

from nivo-slider-jquery.

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.