Can't Get jQuery Easy Slider Plugin to Work - Please Help - javascript

I'm using the Easy Slider extension for jQuery on my website and can't get it working properly. I have used it before an not had any issues. It is being called successfully and some features of Easy Slider are working but not everything.
Sample Page: http://174.120.138.5/~mjbradle/
CSS: http://174.120.138.5/~mjbradle/sites/all/themes/mjb/main.css
JS: http://174.120.138.5/~mjbradle/sites/all/themes/mjb/slider.js
JS: http://174.120.138.5/~mjbradle/sites/all/themes/mjb/main.js
Any help would be greatly appreciated.
Thanks!
Chuck

In main.js, you're instantiating the slider on the jQuery(".home-slide > ul") element, but it should be instantiated directly on jQuery(".home-slide")

Related

Slick Carousel doesn't appear on Boostrap page

So I am kinda stuck with this Slick Carousel. It works great out of the box by itself, but when I try to incorporate it with my webpage, it just doesn't seem to show anything at all. I have no idea what is conflicting here. I tried to replicate it on CodePen and it works just fine, but not on my webpage. I have provided both the urls for your reference. Could any of you help me with this?
CodePen - https://codepen.io/jesse-alex/pen/jONpOrE
My Webpage - https://jessealex.com/test/test.html
(I have stripped the webpage of all other elements but the carousel)
Thanks a ton again :)
It was a silly mistake... here are the fix
The element should be <link> rather than <script> as Tom Berghuis suggested.
Forgot to define the type="text/css"

foundation section tabs not working properly

I am having an issue with foundation 4 section tabs. I copy pasted the example code to my local and tested it and it doesnt show up.
I also modified it and added some height elements to make it display properly but still I can only view on tab and clicking it doesnt actually open up the content.
I have included jquery foundation.css and foundation.min.js and also zepto.js without any luck.
If anyone could tell me what i might be doing wrong or if there is an issue with the framework that would be great.
Thanks.
Please close this.
I fixed the problem by adding a foundation at document load. :)
Cheers hope this helps someone in need.
$(document).foundation(); Thats the code I added right at the start of document.ready.

Javascript and Jquery issue

Hello I am using a zoom plugin called cloudzoom on a weebly website, it was working partially and now it has stopped working.
http://cadogan.weebly.com/big-name.html
I add jquery no conflict etc. But, I think I have something wrong on the page regarding how I loaded the cloud zoom possibly.
Assitance will be most appreciated.
Thank you.
I had a problem using jquery in weebly sites, I resolved it with this three steps.
a) Try copy and pasting the raw jQuery file onto the page. between the markup
b) use jQuery.noConflict(); after the jquery call
c) change the "$()" for "jquery()" when you call the custom function.
I hope it helps you.
regards,
William Hernández
www.floopie.net

Making a scrollbar with javascript

I'm trying to make a scrollbar with JavaScript (jQuery) and Divs. I'm not using any plugin because I can't use it because what i'm doing it's an app for a TV.
I've also read some code from a few plugins but with no luck...
This is what i got http://jsfiddle.net/joseadrian/HEp7U/2/
But what i'm trying to do is a copy of the real scrollbar on his left. And I need those buttons 'Subir'(Up) and 'Bajar'(Down) because you can't use a mouse, only the TV Control.
What am I doing wrong?
I hope you can understand me. Thanks in advance.
It seems to be working fine here: http://jsfiddle.net/maniator/HEp7U/7/
Here is a version based off yours where you can see the start and the end: http://jsfiddle.net/maniator/CsJ79/

jQuery Moving Slider

Hey guys im looking for a jQuery powered image slider that does same exact function as this one, but not in flash:
http://www.medievaltimes.com/
Any suggestions will be greatly appreciated.
Not to be mean but... google it:
http://plugins.jquery.com/search/node/slideshow%20type%3Aproject_project
http://webanthology.net/1522-jquery-image-slideshowslider-tutorials-and-plugins-for-your-next-projects/2009/11/24/
pretty sure there is an auto-slideshow in there.
check also this: http://jquery.malsup.com/cycle/

Categories