Hi! I am new to web design. I finished classes at the end of 2012.
I am in the process of putting a site together and I am finding that my javascripts will not play nice with one another. I want to add too many jquery scripts and they conflict.
Now, I have the parallax slider in place and working. When I add the footer, it just does not work. When I add the facebook wall, the information in the parallax slider disappears.
What do I do??? Any help you can offer would be a BIG HELP! Thanks.
It just has the slider on it. The Footer would obviously go at the bottom... and I plan on putting the facebook wall after the testimonials.
Let me know if I should try to add all the code again.... (I just got frustrated.)
You will see the content of the slider has disappeared. The content of the footer is floating to the left in the section above. And the facebook wall is not appearing.
I have not really styled all these features... I just wanted to get them to work first!
You're calling jQuery three different times, in three different places, all different versions (1.4.2, 1.5.1, and 1.7.1. One of these is stickyajax.js). Call it once (the latest version if possible), at the bottom of your page, before any plugins.
Move all of your scripts to the bottom of the page, with all jQuery plugins called AFTER jQuery.
Let us know when you've done this and we can troubleshoot further.
Sorry, I got a VERY bad earache and was not able to work on anything.... but as you can see I need help. I will work on the structure and get back with you all. Thank you so much for your patience.
So, I made the attempt to move all scripts to the bottom. And I took out the extra calls for jquery.
(In my jQuery class they had us add the script up top- but we never added more than one effect... so this is all new to me.)
Hi! I am new to web design. I finished classes at the end of 2012.
I am in the process of putting a site together and I am finding that my javascripts will not play nice with one another. I want to add too many jquery scripts and they conflict.
Here is what I am using: ParallaxContentSlider (http://tympanus.net/Development/ParallaxContentSlider/) The Facebook Wall (http://tutorialzine.com/2011/03/custom-facebook-wall-jquery-graph/) And the Sticky Bar Footer (http://www.dynamicdrive.com/dynamicindex17/stickybar.htm) --- AND the person who I am working with would like me to add another slideshow!!
Now, I have the parallax slider in place and working. When I add the footer, it just does not work. When I add the facebook wall, the information in the parallax slider disappears.
What do I do??? Any help you can offer would be a BIG HELP! Thanks.
Would it be possible to have a link to a demo so that we can see the issue?
Well, I have been fighting the issue and in a "little fit", I deleted all the codes -- except for the slider. Here is the link: http://crossfitchoice.com/choicewireframe.html
It just has the slider on it. The Footer would obviously go at the bottom... and I plan on putting the facebook wall after the testimonials. Let me know if I should try to add all the code again.... (I just got frustrated.)
If you don't, we can't really help you troubleshoot it.
Okay.... I will work on it - and post tomorrow. THANKS for your help!
It is posted at http://crossfitchoice.com/choicewireframe.html
You will see the content of the slider has disappeared. The content of the footer is floating to the left in the section above. And the facebook wall is not appearing.
I have not really styled all these features... I just wanted to get them to work first!
Any Help that you can offer would be WONDERFUL!
Okay, wow. At first glance, you got problems.
You're calling jQuery three different times, in three different places, all different versions (1.4.2, 1.5.1, and 1.7.1. One of these is stickyajax.js). Call it once (the latest version if possible), at the bottom of your page, before any plugins.
Move all of your scripts to the bottom of the page, with all jQuery plugins called AFTER jQuery.
Let us know when you've done this and we can troubleshoot further.
Sorry, I got a VERY bad earache and was not able to work on anything.... but as you can see I need help. I will work on the structure and get back with you all. Thank you so much for your patience.
So, I made the attempt to move all scripts to the bottom. And I took out the extra calls for jquery. (In my jQuery class they had us add the script up top- but we never added more than one effect... so this is all new to me.)
It seems more messed up than ever.
Can you help or is is beyond help?
Here is the link: http://crossfitchoice.com/choicewireframe.html