Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slideshow disappears? #33

Closed
kurioscreative opened this issue Apr 11, 2012 · 9 comments
Closed

Slideshow disappears? #33

kurioscreative opened this issue Apr 11, 2012 · 9 comments

Comments

@kurioscreative
Copy link

Has anyone had any problem where the slides just stop showing after awhile? The element is still on the page ( I can see it in inspector), but the images are just not visible. It seems to be happing in both Chrome/Safari/Firefox? I'm just running a vanilla slideshow without much except maxwidth and speed defined. I can post more if diagnosis is necessary, but thought I'd see if anyone else has experienced this and has any solutions.

@arielsalminen
Copy link
Owner

Can you paste the markup you are using?

@kurioscreative
Copy link
Author

I'm using jQuery 1.6.2, and my code looks something like this

$(function () {
  // Slideshow 1
  $("#slides1").responsiveSlides({
    maxwidth: 360,
    speed: 600
  });
});

<ul class='no-bullets' id='slides1'>
  <li class='image'>
    <a href="/link.html"><img alt="" height="240" src="img.jpg" width="360" /></a>
    <h3>Title</h3>
    Description
  </li>
  <li class='image'>
    <a href="/link.html"><img alt="" height="240" src="img.jpg" width="360" /></a>
    <h3>Title</h3>
    Description
  </li>
  <li class='image'>
    <a href="/link.html"><img alt="" height="240" src="img.jpg" width="360" /></a>
    <h3>Title</h3>
    Description
  </li>
</ul>

@arielsalminen
Copy link
Owner

Hmm, strange. I just tested with exactly same markup and jQuery version and it works for me in all browsers. Are you using the latest version of the plugin?

I might need to see the actual page to be able to help you on this one.

@arielsalminen
Copy link
Owner

Did you get this working?

@kurioscreative
Copy link
Author

Yeah, I'm not sure what the problem was honestly, but it started working. Thanks for following up and your help!

@arielsalminen
Copy link
Owner

No problem : )

@peric
Copy link

peric commented Aug 2, 2012

I also have the same issue...don't understand what's going on.

@enchance
Copy link

Same here. It's like it disappears during the animation phase then reappears when the animation is complete. I may be wrong.

@enchance
Copy link

I found the problem! I removed the plugin jquery.animate-enhanced.min.js and everything went back to normal. There must be a conflict somewhere which caused it to disappear then reappear at some point. Wooo!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants