James, a fantastic video. Just what I was looking for. Took sometime but I learn't so much. Just a small height issue with images in chrome and fire fox (2px maybe) but not in internet explorer. Strange ! Anyway great stuff and thanks very much. Paul
I'm not sure if you've changed the content of the script hooks or the contents of js, but they look decidedly different from what you paste into the Source Code on my computer... Did you change it?
Great tutorial! I thank you sooo much. I've only got one issue. When defining my span tags they are written the same as yours but when I view everything in browser it only appears .top or .bottom the right & the left spans go top & bottom as well. I've beaten myself up over this. Do you know or have herd of this issue from anyone else? Thanks again Mate!
@dkillahster Hello, your copy of Dreamweaver isn't 'special' which means that you have made a mistake along the way. watch the video and pause it (alot).
@DreamWeaverTutorial Well, I have one of those website templates that can't work with dreamweaver which i just found out, I use templates from volusion
you can check out my website w w w . streetobsessions . com i used photobucket. and it looks horrible. =/
@dkillahster Hey, It's not so bad. If you plan on using dreamweaver to design your websites then it's probably a good idea to find an ecommerce service that will let you use all of your own code.
It all works well for me except the span height property. it seems that it is defined automatically by the text entered and the padding only, and not 290px or 60px as i define for each class. even when i use !important.
when i enter a width there are no problems.
Another question is how too make 2 different styles of text for each for each overlay.so i can make a headline
I just started the tutorial and for some reason when i set the overflow to hidden for the second image, it doesnt hide the bottom image....what did i do wrong.
This was the tutorial I was looking for! Great work. I made it all running properly, but I have one issue. I want to make a link in the white text in the transparent slider. It's easy to make the picture as a link, but it's nicer to have the text clickable. How and where do I put the href? Thanx!
This was the tutorial I was looking for! Great work. I made it all running properly, but I have one issue. I want to make a link in the white text in the transparent slider. It's easy to make the picture as a link, but it's nicer to have the text clickable. How and where do I put the href? Thanx!
Awesome! you're totally Awesome dude!, but I'm facing a serious problem right here...After creating my slideshow I got my drop-down menus gone behind the slide show, and I really can't bring them back to be displayed on the slide show pics., I'd be really glad if you helped me with this! :)
I am only able to get the first image to show up and nothing rotates. I checked the code over and over and haven't seen anything wrong. Could I have placed my code in the wrong place?
I am only able to get the first image to show up and nothing rotates. I checked the code over and over and haven't seen anything wrong. Could I have placed my code in the wrong place?
I've just added this on to the website I'm building. Is there any way you can keep the rotating images but disable the overlays? I tried commenting out the span tags but this stopped the rotator working altogether. Thanks
This video is great!! But I seem to have an issue I can not resolve. When previewing in a browser I have negative space showing on the top and left side of the image. How can I resolve this?
@israelda1 Thank you for the quick response! Keep up the great videos. I have another question for you. Have you ever built a page with an RSS feed that posts links on that index page, with the links refreshing with every update?
James, thanks for the clarification about the font. I haven't been able integrate the slider into my web page. My demo exercise is fine. But the web page has those dang bullets the overflow is broken. (I am taking the links out because I keep getting an error when I try to post, so I'm testing to see if it's the links that cause the error. 8-( )
You are my hero! Brilliant tutorial, actually teaches!, and the slider is oh-so-cool! Plus, I could listen to your lovely voice all day... ;->
But, in the tutorial, the font appears as Time New Roman, NOT Arial. I can change all the other aspects of the span (size, color, background) but not the font.
@Mamacee8429 Hi, overtype the font: arial, helvetica, sanserif; declaration with font-family:arial, helvetica, sans serif !important; exactly how it is typed there with the !important; at the end. Thanks for the comments by the way. - James
Awesome tutorial dude, been trying all week to get animated banners to work on my website assignment, you did me a huge favor by breaking it down and making it idiot proof. BTW i did this banner on a new CSS file, do i just copy the code to my current website's CSS file for it to work?...my site looks very similar to yours.
@DreamWeaverTutorial AWESOME!!!! it works perfectly...however the banner does not show up on my website's "gallery" page. i think its cuz i have a jQuery lightbox there, when I remove the light box code it works fine but when i re-insert the code it stops. Any suggestions? I'm using Lightbox JS v2.05... Thanks again
Just want to say thanks a lot for this great tutorial. Not only was it helpful it was super easy. I knew I did the right thing by subscribing to your YouTube Channel. ;-)
Thanks once again and please keep them coming. Cheers.
i have an unordered list dot to the lower left of my of every image and cant figure out how to remove it. does't appear in safari but does in fire fox and all seems to be fine in my html and css. any idea what the problem is?
Hi, I have a problem. It looks if my images has 10px on the top and 20px on the left. Margin-left doesnt work. It wont align to the left. Please help. Thx
Ok, I got it to work perfectly just by itself. Checked it in all browsers and it worked excellently. As soon as I plopped it in my site, it completely broke. First: all pics load on the page; as the time expires they move into the banner spot; once all 3 of my pics have cycled they stay in the banner spot as normal; the text load UNDER the pic and pushes the page down without any css. Yes everything is linked properly.
@shakaama Hi, I understood most of what you said but couldn't visualise everything once it was on your website. If it was working before you put it on your site then It could be something in your site which is interacting with the rotator maybe another jquery element you have on your site , maybe a css style already present on your site which is manipulating the image rotator. If you cannot find the issue then send me a personal message with a link to your site and ill take a look.
wrestled with this for about 20 minutes. Your width call in the span class destroys all cascading code under it, i.e. all the class calls top right bottom left with a width in them are completely overwritten by the span width. Removing that width makes all the class calls perfect.
need elp.. i did this one and follow all ur tutorial.. but im not using DW instead manual coding using NOTEPAD.. my problem is.. it doesnt continue loading other picture.. it only flash the second image and go back overlaying the 1st picture.. plss give me a PM here imc.jmbgallano@gmail.com
HOPE it will be solved ASAP!]
THNKS UR TUTORIAL IS GREAT.. i just only had problems coz kinda new to js and website designing!
Might be an obvious question, but I have to ask: Do all images have to be the same size? Can I follow a 400 px wide photo with a 300 px wide photo? I'd like to do that against a black background, with white type on the side. But after watching your tutorial, I'm not sure whether images must be a consistent size.
@MistrKite In general it helps for the images to be the same size as it will look better. But in the infinitecarousel2.js file theres is an option to select 'inView' and if you set it to 2 it should straddle 2 images in the picture frame. - James
Is there an *easy* way to adjust the speed of the fade-in and -out of the images and text? I don't mean the time the images/text appear on screen, which your tutorial shows at 3:00. Rather, I'd like to make images appear/disappear more slowly.
Also, I appear to have a 1 px border in along the top and left side of the image. Any idea why? And can I give a border to all four sides of the image?
i followed your tutorial to the letter. However, the right side span doesnt line up properly for some reason, and the spans dont even show up in safari. Also, when i put a colored element behind it, the photos dont line up for some reason even though all of the dimensions are the same.
@herc753 hi if you either show me an online example so i can examine your code or if you can copy your html and css into a text document and ill send you a private message with the email address now. - James
need elp.. i did this one and follow all ur tutorial.. but im not using DW instead manual coding using NOTEPAD.. my problem is.. it doesnt continue loading other picture.. it only flash the second image and go back overlaying the 1st picture.. plss give me a PM here imc.jmbgallano@gmail.com
HOPE it will be solved ASAP!]
THNKS UR TUTORIAL IS GREAT.. i just only had problems coz kinda new to js and website designing!
James, thank you very much for your great tutorial and providing us free tools to use.
GOD BLESS!!!
bngnaranjo 1 week ago
James, a fantastic video. Just what I was looking for. Took sometime but I learn't so much. Just a small height issue with images in chrome and fire fox (2px maybe) but not in internet explorer. Strange ! Anyway great stuff and thanks very much. Paul
paulhart9 1 week ago
Thanks for your wonderful efforts.
I'm not sure if you've changed the content of the script hooks or the contents of js, but they look decidedly different from what you paste into the Source Code on my computer... Did you change it?
ImModing 2 weeks ago
@ImModing Excuse me. I was wrong. It is working fine!
ImModing 2 weeks ago
thank you it works great
FadingAway90 2 weeks ago
thanks alot for the tutorial, i have some problems with positioning but i manage to fix that. Great tutorial mate
milan91bg 1 month ago
Great tutorial! I thank you sooo much. I've only got one issue. When defining my span tags they are written the same as yours but when I view everything in browser it only appears .top or .bottom the right & the left spans go top & bottom as well. I've beaten myself up over this. Do you know or have herd of this issue from anyone else? Thanks again Mate!
smtamburrino 1 month ago
I can't make the text show up :S. Please help.
k0naFTW 1 month ago
I think you single-handedly saved my ICT A level, mass respect to you my friend!
ryanlowes9494 1 month ago
I can't get it to work at all. All my images are still showing up. =/
dkillahster 1 month ago
@dkillahster Hello, your copy of Dreamweaver isn't 'special' which means that you have made a mistake along the way. watch the video and pause it (alot).
DreamWeaverTutorial 1 month ago
@DreamWeaverTutorial Well, I have one of those website templates that can't work with dreamweaver which i just found out, I use templates from volusion
you can check out my website w w w . streetobsessions . com i used photobucket. and it looks horrible. =/
your video IS VERY EDUCATIONAL. thank you!
dkillahster 1 month ago
@dkillahster Hey, It's not so bad. If you plan on using dreamweaver to design your websites then it's probably a good idea to find an ecommerce service that will let you use all of your own code.
DreamWeaverTutorial 1 month ago
man you are the best, it helped me alot, merry xmas!!!
alecsuser 2 months ago
You are Genius!! thank you
mrNobody5638 2 months ago
Comment removed
mrNobody5638 2 months ago
Very good tutorial. Thanks!
TheBlablabla1985 2 months ago
I got it to work now....thank you for this great tutorial!!!!!!!...
phayu2002 2 months ago
Java plugin did not appear on my firefox browser. Need some help on it. I follow exact step.
phayu2002 2 months ago
Hi James, anyone who could help
It all works well for me except the span height property. it seems that it is defined automatically by the text entered and the padding only, and not 290px or 60px as i define for each class. even when i use !important.
when i enter a width there are no problems.
Another question is how too make 2 different styles of text for each for each overlay.so i can make a headline
thanks
Ido
IDLVI 4 months ago
I just started the tutorial and for some reason when i set the overflow to hidden for the second image, it doesnt hide the bottom image....what did i do wrong.
bibonye76 4 months ago
Hi
It is awesome. But, I have a problem that I do not see the css file. Can you send me a link or? Thanks.
TheDzulia 4 months ago in playlist Weitere Videos von DreamWeaverTutorial
This has been flagged as spam show
This was the tutorial I was looking for! Great work. I made it all running properly, but I have one issue. I want to make a link in the white text in the transparent slider. It's easy to make the picture as a link, but it's nicer to have the text clickable. How and where do I put the href? Thanx!
hhlp 4 months ago
This was the tutorial I was looking for! Great work. I made it all running properly, but I have one issue. I want to make a link in the white text in the transparent slider. It's easy to make the picture as a link, but it's nicer to have the text clickable. How and where do I put the href? Thanx!
hhlp 4 months ago
Awesome! you're totally Awesome dude!, but I'm facing a serious problem right here...After creating my slideshow I got my drop-down menus gone behind the slide show, and I really can't bring them back to be displayed on the slide show pics., I'd be really glad if you helped me with this! :)
cursedfido 4 months ago
@cursedfido hi, you may be able to fix this by setting a z-index on the drop down of 100. the code is:
z-index:100;
If that does not fix it then you will need to send me a link and ill take a peek. - James
DreamWeaverTutorial 4 months ago
Comment removed
cursedfido 4 months ago
I am only able to get the first image to show up and nothing rotates. I checked the code over and over and haven't seen anything wrong. Could I have placed my code in the wrong place?
germanww2photos 4 months ago
I am only able to get the first image to show up and nothing rotates. I checked the code over and over and haven't seen anything wrong. Could I have placed my code in the wrong place?
germanww2photos 4 months ago
I've just added this on to the website I'm building. Is there any way you can keep the rotating images but disable the overlays? I tried commenting out the span tags but this stopped the rotator working altogether. Thanks
KurayamiDayo 5 months ago
This video is great!! But I seem to have an issue I can not resolve. When previewing in a browser I have negative space showing on the top and left side of the image. How can I resolve this?
israelda1 5 months ago
@israelda1 This can be resolved by reading the readme file in the download.
DreamWeaverTutorial 5 months ago
@israelda1 Thank you for the quick response! Keep up the great videos. I have another question for you. Have you ever built a page with an RSS feed that posts links on that index page, with the links refreshing with every update?
israelda1 4 months ago
James, thanks for the clarification about the font. I haven't been able integrate the slider into my web page. My demo exercise is fine. But the web page has those dang bullets the overflow is broken. (I am taking the links out because I keep getting an error when I try to post, so I'm testing to see if it's the links that cause the error. 8-( )
Mamacee8429 5 months ago
@Mamacee8429 If you have bullets showing then find the UL tag and the LI tags in the CSS and set a property
list-style:none;
-or-
list-style-type:none;
DreamWeaverTutorial 5 months ago
You are my hero! Brilliant tutorial, actually teaches!, and the slider is oh-so-cool! Plus, I could listen to your lovely voice all day... ;->
But, in the tutorial, the font appears as Time New Roman, NOT Arial. I can change all the other aspects of the span (size, color, background) but not the font.
Please help!
Mamacee8429 5 months ago
@Mamacee8429 Hi, overtype the font: arial, helvetica, sanserif; declaration with font-family:arial, helvetica, sans serif !important; exactly how it is typed there with the !important; at the end. Thanks for the comments by the way. - James
DreamWeaverTutorial 5 months ago
Awesome tutorial dude, been trying all week to get animated banners to work on my website assignment, you did me a huge favor by breaking it down and making it idiot proof. BTW i did this banner on a new CSS file, do i just copy the code to my current website's CSS file for it to work?...my site looks very similar to yours.
Ukeishan 5 months ago
@Ukeishan Hi, you are right, just copy the code over to your css document. - James
DreamWeaverTutorial 5 months ago
@DreamWeaverTutorial AWESOME!!!! it works perfectly...however the banner does not show up on my website's "gallery" page. i think its cuz i have a jQuery lightbox there, when I remove the light box code it works fine but when i re-insert the code it stops. Any suggestions? I'm using Lightbox JS v2.05... Thanks again
Ukeishan 5 months ago
Thank you for going step by step. That is the way to teach: step by step and don't miss anything and don't assume anything.
nabeelkareem 6 months ago
dont know what I did wrong but not seeing any thing at all when I preview in my browser!
keeezz 6 months ago
cant we creat automatic slide show with out write any codes ???
sanagangster 7 months ago
Just want to say thanks a lot for this great tutorial. Not only was it helpful it was super easy. I knew I did the right thing by subscribing to your YouTube Channel. ;-)
Thanks once again and please keep them coming. Cheers.
arcastrillo 7 months ago
@arcastrillo you are welcome :)
DreamWeaverTutorial 7 months ago
THANK YOU so much dude! you rock! I subbed! you;re the best
123finedesign 7 months ago
Thank you so much, how do I make this slide show randomly?
raffii24 8 months ago
Thank you so much! You've saved my life <3
MoonageDaydream51 8 months ago
the .top class dont work for me any idea not showing the span tag..
killerboduk999 8 months ago
@killerboduk999 send me link to the page.
DreamWeaverTutorial 8 months ago
@DreamWeaverTutorial thanks for the cooperate but i already solve it..
i keep repeating the video until i solve my problem... sometimes i forgot some semi colon hahaha
killerboduk999 8 months ago
@killerboduk999 yeah I do that all the time, even with my own tuts lol
DreamWeaverTutorial 8 months ago
never mind padding and margin adjustment in the s3slidercontent fixed that right up. Thanks for the great tutorial!
bradbouton 9 months ago
i have an unordered list dot to the lower left of my of every image and cant figure out how to remove it. does't appear in safari but does in fire fox and all seems to be fine in my html and css. any idea what the problem is?
bradbouton 9 months ago
Hi, I have a problem. It looks if my images has 10px on the top and 20px on the left. Margin-left doesnt work. It wont align to the left. Please help. Thx
WEEDKILLAR 9 months ago
@WEEDKILLAR In the download folder is a text document aptly named "read me."
DreamWeaverTutorial 9 months ago
@DreamWeaverTutorial It works now. Thx for your great tutorials and quick reply.
WEEDKILLAR 9 months ago
This has been flagged as spam show
@DreamWeaverTutorial It works now. Thx for the quick reply and great tutorials. cheers
WEEDKILLAR 9 months ago
Thank u very much!!
ILuvDirtyElectro 9 months ago
Ok, I got it to work perfectly just by itself. Checked it in all browsers and it worked excellently. As soon as I plopped it in my site, it completely broke. First: all pics load on the page; as the time expires they move into the banner spot; once all 3 of my pics have cycled they stay in the banner spot as normal; the text load UNDER the pic and pushes the page down without any css. Yes everything is linked properly.
shakaama 9 months ago
@shakaama Hi, I understood most of what you said but couldn't visualise everything once it was on your website. If it was working before you put it on your site then It could be something in your site which is interacting with the rotator maybe another jquery element you have on your site , maybe a css style already present on your site which is manipulating the image rotator. If you cannot find the issue then send me a personal message with a link to your site and ill take a look.
DreamWeaverTutorial 9 months ago
I feel dumb, I hadn't waited till the end before posting my comment.
shakaama 9 months ago
wrestled with this for about 20 minutes. Your width call in the span class destroys all cascading code under it, i.e. all the class calls top right bottom left with a width in them are completely overwritten by the span width. Removing that width makes all the class calls perfect.
shakaama 9 months ago
Thank you. Worked after makinig sure I had all my li closes. I missed that at first.
pkdawg2 9 months ago
@pkdawg2 ok glad you fixed it!
DreamWeaverTutorial 9 months ago
Comment removed
pkdawg2 9 months ago
Great stuff.
Thank you
Oliwebpress 9 months ago
This has been flagged as spam show
hello, nice tutorial everything works good except that all image appear at the same time. can you help me on that?
my email is: josedaniel_murillo12@hotmail.com
jdmp93 10 months ago
This has been flagged as spam show
hello, nice tutorial everything works good except that all image appear at the same time. can you help me on that?
my email is: josedaniel_murillo12@hotmail.com
jdmp93 10 months ago
This has been flagged as spam show
hello, nice tutorial everything works good except that all image appear at the same time. can you help me on that?
my email is: josedaniel_murillo12@hotmail.com
jdmp93 10 months ago
This has been flagged as spam show
Hello, I'm having problems and i don't really know why.. can you help me?
just add me to: josedaniel_murillo12@hotmail.com
Thanks and is very nice the tutorial!
jdmp93 10 months ago
i follow all of your steps, everything is fine, but when i click preview, no picture showing up, any idea?
vinzshinoda 10 months ago
i like all of your tutorials...but my image slider is at the end 910px x 284 ??
masterofdie 11 months ago
This has been flagged as spam show
need elp.. i did this one and follow all ur tutorial.. but im not using DW instead manual coding using NOTEPAD.. my problem is.. it doesnt continue loading other picture.. it only flash the second image and go back overlaying the 1st picture.. plss give me a PM here imc.jmbgallano@gmail.com
HOPE it will be solved ASAP!]
THNKS UR TUTORIAL IS GREAT.. i just only had problems coz kinda new to js and website designing!
khafle 1 year ago
lol that was a lot of work man but i guss i gotta do it
jhood7891 1 year ago
Comment removed
ayannaalyse 1 year ago
Comment removed
ayannaalyse 1 year ago
Comment removed
ayannaalyse 1 year ago
Superb video, James. My first dabble with jquery, and painless and fun. Brilliant.
Composerhome 1 year ago
Superb tutorial, James. Thank you.
Might be an obvious question, but I have to ask: Do all images have to be the same size? Can I follow a 400 px wide photo with a 300 px wide photo? I'd like to do that against a black background, with white type on the side. But after watching your tutorial, I'm not sure whether images must be a consistent size.
Thanks again for your videos. I've learned a lot.
MistrKite 1 year ago
@MistrKite In general it helps for the images to be the same size as it will look better. But in the infinitecarousel2.js file theres is an option to select 'inView' and if you set it to 2 it should straddle 2 images in the picture frame. - James
DreamWeaverTutorial 1 year ago
@DreamWeaverTutorial Thank you, James.
Is there an *easy* way to adjust the speed of the fade-in and -out of the images and text? I don't mean the time the images/text appear on screen, which your tutorial shows at 3:00. Rather, I'd like to make images appear/disappear more slowly.
Also, I appear to have a 1 px border in along the top and left side of the image. Any idea why? And can I give a border to all four sides of the image?
Thanks again.
MistrKite 1 year ago
A GREEEAT THANKS FOR EXPLANING AS TO JOIN ALL PICTURE INTO ONE LINE !!!! AND FOR EXPL. AS TO ATTACH JQuery scripts !!!!!!!!
a32Unitu 1 year ago
Hey nice tutorial. I will subscribe... Question for you, can you add thumbnails or number/btns at the bottom or side to toggle between the images?
Thanks
dariusrashaud 1 year ago
Hi James, great tutorial. However i tested it in Internet Explorer 5.2.3 for Mac and it does not work. Is their a way to fix this? thanks
rjtkoh 1 year ago
thank you so much. this resource really contributed to my learning since I'm doing my assignment.
johnixMT 1 year ago
i followed your tutorial to the letter. However, the right side span doesnt line up properly for some reason, and the spans dont even show up in safari. Also, when i put a colored element behind it, the photos dont line up for some reason even though all of the dimensions are the same.
any thoughts?
herc753 1 year ago
@herc753 hi if you either show me an online example so i can examine your code or if you can copy your html and css into a text document and ill send you a private message with the email address now. - James
DreamWeaverTutorial 1 year ago
@DreamWeaverTutorial ps and online example would be preferable..
DreamWeaverTutorial 1 year ago
excellent tutorial...can't wait to try it!
StGermainMedia 1 year ago
@StGermainMedia Thank you for your message. - James
DreamWeaverTutorial 1 year ago
This has been flagged as spam show
@DreamWeaverTutorial
need elp.. i did this one and follow all ur tutorial.. but im not using DW instead manual coding using NOTEPAD.. my problem is.. it doesnt continue loading other picture.. it only flash the second image and go back overlaying the 1st picture.. plss give me a PM here imc.jmbgallano@gmail.com
HOPE it will be solved ASAP!]
THNKS UR TUTORIAL IS GREAT.. i just only had problems coz kinda new to js and website designing!
khafle 1 year ago
very nice tutorial. It may take me a while rewinding and rewinding to get all of this code right. Thanks..
platinumtoast99 1 year ago
@platinumtoast99 glad you liked it. - James
DreamWeaverTutorial 1 year ago