Go Back   CodingForums.com > :: Client side development > JavaScript programming > JavaScript frameworks

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-10-2010, 12:15 PM   PM User | #1
jgroebuck
New Coder

 
Join Date: Jul 2010
Location: Edinburgh, Scotland
Posts: 11
Thanks: 1
Thanked 0 Times in 0 Posts
jgroebuck is an unknown quantity at this point
Odd JQuery SimpleSli.de Problem

Hi,

First of all, please excuse my ignorance of JQuery(and coding in general) - Although I hastily grab plugins and try to use them, I really do appreciate them, and also the help you may provide me with my problem!

My problem is this - I was looking for a simple and effective slideshow to use in a website I was making. SimpleSli.de(http://www.simplesli.de/) was exactly what I was looking for. It works great when it works but sometimes when I load the page it kind of doesn't work. I don't know what is going on but only approximately 50 pixels of the slideshow is visible. This happens sporadically when you refresh the page multiple times, and seems to not work more often on Google Chrome.

I've eliminated every possible wrong doing in my code and tried installing firebug to help me identify the problem but for now this is beyond my understanding. JS Lint also purged errors in the code but still the same intermittent problem.

I tried to contact David Drew - the creator of SimpleSli.de but he has not responded to me.

On top of this I was trying to Auto Play the slideshow on load but could not get this to work. The code for it is available on the SimpleSli.de website but I tried to implement it in every possible way but it did not work. This problem is secondary and not really a proper problem so no worries if you can't help me on this one.

The website in question is http://www.argsecurityscotland.co.uk/

Thank you in advance for your time and expertise, I really appreciate it.

Last edited by jgroebuck; 09-10-2010 at 12:24 PM..
jgroebuck is offline   Reply With Quote
Old 09-10-2010, 12:44 PM   PM User | #2
Sciliano
Regular Coder

 
Join Date: Nov 2009
Posts: 247
Thanks: 4
Thanked 22 Times in 22 Posts
Sciliano is an unknown quantity at this point
See:

http://www.dynamicdrive.com/forums/s...ad.php?t=55785

or:

http://www.javascript-demos.com/Bi-Direction_Demo.html
Sciliano is offline   Reply With Quote
Old 09-10-2010, 03:13 PM   PM User | #3
jgroebuck
New Coder

 
Join Date: Jul 2010
Location: Edinburgh, Scotland
Posts: 11
Thanks: 1
Thanked 0 Times in 0 Posts
jgroebuck is an unknown quantity at this point
Thanks, Sciliano. I'll give them a try.
jgroebuck is offline   Reply With Quote
Old 11-12-2010, 06:14 PM   PM User | #4
kiske9
New to the CF scene

 
Join Date: Nov 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
kiske9 is an unknown quantity at this point
Hi guys!

I use the simpleSli, and I tried to contact David Drew too. No response!
Have you solved your problem?
I try your site in Chrome (ver. 7.0) and it looks fine.

My problem is about using the status pane. I don't know how to add it.
Could you help me?
kiske9 is offline   Reply With Quote
Old 12-11-2010, 09:38 PM   PM User | #5
dclowd9901
New to the CF scene

 
Join Date: Dec 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
dclowd9901 is an unknown quantity at this point
Hey Kiske,

I'm David, and wrote SS. I'm sorry for not responding to your e-mail. Can I help you out with something?
dclowd9901 is offline   Reply With Quote
Old 06-03-2011, 01:51 AM   PM User | #6
johnalpi
New to the CF scene

 
Join Date: Jun 2011
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
johnalpi is an unknown quantity at this point
Hi David,
I'm having trouble with the slider. The images are staked up on each other..

Here's what I've got:

In the <head> of my document:
<script type="text/javascript" src="js/simpleslide.js"></script>
in the HTML Page where I want the slider to display:
<div class="simpleSlide-window" rel="group_name">
<div class="simpleSlide-tray" rel="group_name">
<div class="simpleSlide-slide" rel="group_name">
<img src="images/slide-1.jpg">
<img src="images/slide-2.jpg">
<img src="images/slide-3.jpg">
<img src="images/slide-4.jpg">
</div>
</div>
</div>
The .js file is as is from your website

Thanks for any help
John
johnalpi is offline   Reply With Quote
Old 11-18-2011, 04:42 AM   PM User | #7
Fever
New to the CF scene

 
Join Date: Nov 2011
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Fever is an unknown quantity at this point
You didn't include the jquery.js into the head.. you have to include that.

I can't get the autoslide working... its driving me nuts, has anybody gotten the autoslide function to work?

Fever


Quote:
Originally Posted by johnalpi View Post
Hi David,
I'm having trouble with the slider. The images are staked up on each other..

Here's what I've got:

In the <head> of my document:
<script type="text/javascript" src="js/simpleslide.js"></script>
in the HTML Page where I want the slider to display:
<div class="simpleSlide-window" rel="group_name">
<div class="simpleSlide-tray" rel="group_name">
<div class="simpleSlide-slide" rel="group_name">
<img src="images/slide-1.jpg">
<img src="images/slide-2.jpg">
<img src="images/slide-3.jpg">
<img src="images/slide-4.jpg">
</div>
</div>
</div>
The .js file is as is from your website

Thanks for any help
John
Fever is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 03:41 AM.


Advertisement
Log in to turn off these ads.