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 04-04-2011, 11:14 PM   PM User | #1
Psionicsin
Regular Coder

 
Psionicsin's Avatar
 
Join Date: Aug 2010
Location: Ann Arbor, Michigan
Posts: 334
Thanks: 51
Thanked 0 Times in 0 Posts
Psionicsin is an unknown quantity at this point
Slider Images not Showing when Required

Not sure if this is a Javascript error, or if something is wrong with my xhtml markup, but I'm not able to see my image slider for some strange reason.

Here's the build so far. You'll see what I mean. For all intensive purposes, even if the .js file broke somehow, I should still be able to view the images as the index page is php including a separate php file. There should be no problem...but there is.

Current Site Test Build

Last edited by Psionicsin; 04-05-2011 at 12:17 AM..
Psionicsin is offline   Reply With Quote
Old 04-04-2011, 11:36 PM   PM User | #2
Psionicsin
Regular Coder

 
Psionicsin's Avatar
 
Join Date: Aug 2010
Location: Ann Arbor, Michigan
Posts: 334
Thanks: 51
Thanked 0 Times in 0 Posts
Psionicsin is an unknown quantity at this point
Ran it through validation, and it's giving me 2 errors, and one warning. None of them make sense to me though as I've thoroughly scanned what it's telling me to look at and can't see a problem.
Psionicsin is offline   Reply With Quote
Old 04-05-2011, 08:13 PM   PM User | #3
MissPhoenix
New Coder

 
Join Date: Oct 2010
Location: Norwich, CT
Posts: 35
Thanks: 4
Thanked 3 Times in 3 Posts
MissPhoenix is an unknown quantity at this point
Also make sure that the file permissions in the folder are allowing all users to view the files.
MissPhoenix is offline   Reply With Quote
Old 04-05-2011, 08:51 PM   PM User | #4
Psionicsin
Regular Coder

 
Psionicsin's Avatar
 
Join Date: Aug 2010
Location: Ann Arbor, Michigan
Posts: 334
Thanks: 51
Thanked 0 Times in 0 Posts
Psionicsin is an unknown quantity at this point
Quote:
Originally Posted by MissPhoenix View Post
Also make sure that the file permissions in the folder are allowing all users to view the files.
It has nothing to do with that as I'm primarily building it under WAMP. I only uploaded it so you guys could see what I'm doing.
Psionicsin is offline   Reply With Quote
Old 04-06-2011, 03:41 PM   PM User | #5
Psionicsin
Regular Coder

 
Psionicsin's Avatar
 
Join Date: Aug 2010
Location: Ann Arbor, Michigan
Posts: 334
Thanks: 51
Thanked 0 Times in 0 Posts
Psionicsin is an unknown quantity at this point
No one with more experience than me can seem to see what's going on with this thing? Maybe I need to choose another slider then lol.
Psionicsin is offline   Reply With Quote
Old 04-06-2011, 03:56 PM   PM User | #6
oesxyl
Master Coder


 
Join Date: Dec 2007
Posts: 6,682
Thanks: 436
Thanked 890 Times in 879 Posts
oesxyl is a jewel in the roughoesxyl is a jewel in the roughoesxyl is a jewel in the rough
Quote:
Originally Posted by Psionicsin View Post
No one with more experience than me can seem to see what's going on with this thing? Maybe I need to choose another slider then lol.
in slider.css at line 15:
Code:
.s3sliderImage {
display:none;
float:left;
position:relative;
}
this what you don't see?

best regards
oesxyl is offline   Reply With Quote
Old 04-06-2011, 05:09 PM   PM User | #7
Psionicsin
Regular Coder

 
Psionicsin's Avatar
 
Join Date: Aug 2010
Location: Ann Arbor, Michigan
Posts: 334
Thanks: 51
Thanked 0 Times in 0 Posts
Psionicsin is an unknown quantity at this point
Quote:
Originally Posted by oesxyl View Post
in slider.css at line 15:
Code:
.s3sliderImage {
display:none;
float:left;
position:relative;
}
this what you don't see?

best regards
Do you think the developer of this did that on purpose just to give everyone a hard time? I could have sworn that I crossed that off of my list.
Psionicsin is offline   Reply With Quote
Old 04-07-2011, 12:28 AM   PM User | #8
oesxyl
Master Coder


 
Join Date: Dec 2007
Posts: 6,682
Thanks: 436
Thanked 890 Times in 879 Posts
oesxyl is a jewel in the roughoesxyl is a jewel in the roughoesxyl is a jewel in the rough
Quote:
Originally Posted by Psionicsin View Post
Do you think the developer of this did that on purpose just to give everyone a hard time? I could have sworn that I crossed that off of my list.
no, in fact i think the developer have no idea what is doing, the css is a bloated useless mess overcontroled by jquery.

best regards
oesxyl is offline   Reply With Quote
Old 04-07-2011, 07:35 AM   PM User | #9
SB65
Senior Coder

 
Join Date: Feb 2009
Location: West Yorkshire
Posts: 2,827
Thanks: 9
Thanked 685 Times in 679 Posts
SB65 will become famous soon enoughSB65 will become famous soon enough
Quote:
Originally Posted by Psionicsin View Post
Do you think the developer of this did that on purpose just to give everyone a hard time? I could have sworn that I crossed that off of my list.
No. That's how that slider works, by toggling the display setting of the images so they fade in and out. The css display:none is correct.

Looks like you've changed approach anyway.
SB65 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 02:28 PM.


Advertisement
Log in to turn off these ads.