nathansearles / slidesjs

SlidesJS is obsolete and no longer maintained.
https://nathansearles.github.io/slidesjs/
1.71k stars 357 forks source link

. #470

Open ke6et opened 12 years ago

ke6et commented 12 years ago

.

lucianoratamero commented 12 years ago

could you send me your source code? i remember having the same problem, but solved it somwhow. i can compare them and see if theres somehing different =)

luciano.

2012/10/13 keihead notifications@github.com

:(

— Reply to this email directly or view it on GitHubhttps://github.com/nathansearles/Slides/issues/470#issuecomment-9406745.

lucianoratamero commented 12 years ago

oh, you could've used pastebin to do so =) it's the best for code.

so, i analyzed it for a bit and just couldn't find even one error, so i thought that one of your scripts could be messing with slides. when i looked at the tags, i saw that you used jquery 1.4.1, for some reason. the actual release is 1.8.2, so you're a bit outdated =p so i exchanged it for the 1.7.2 version, that i actually use in one of my projects, and it worked!

so, what you need to do is change this: '<script src="// ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript">' for this: '<script src=" http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript">'

and take a look at jquery documentation, because some jquery syntax might have changed inbetween these versions.

o/

2012/10/13 keihead notifications@github.com

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name=" keywords" content="kidd, swagg, music, videos, photos, trd, team, run, dat, merchandise" /> KIDDSWAGG | main <meta name="generator" content="WordPress 3.4.2" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> <link rel="alternate" type="application/rss+xml" title="KIDDSWAGG RSS Feed" href="http://keihead.com/test/feed" /> <link rel ="pingback" href="http://keihead.com/test/xmlrpc.php" /> <script src=" http://keihead.com/test/wp-content/themes/kiddswagg/js/slides.min.jquery.js " type="text/javascript"> <script src="

http://keihead.com/test/wp-content/themes/kiddswagg/js/jquery.infieldlabel.min.js " type="text/javascript"> <script src=" http://keihead.com/test/wp-content/themes/kiddswagg/js/jquery.tweet.js" type ="text/javascript">

— Reply to this email directly or view it on GitHubhttps://github.com/nathansearles/Slides/issues/470#issuecomment-9409227.
lucianoratamero commented 12 years ago

hahahh, sure, no problem! :) which type of fade do you want to use? my script for slidesjs is this one: $('#projectSlides').slides({ preload: true, preloadImage: "{{ STATIC_URL }}img/loading.gif", prev: 'prev', next: 'next', generatePagination: false, effect: 'fade', paginationClass: 'projectImagePagination', autoHeight: true, });

2012/10/13 keihead notifications@github.com

Do you mind helping me add an easing effect? Please :(

— Reply to this email directly or view it on GitHubhttps://github.com/nathansearles/Slides/issues/470#issuecomment-9413966.