Jump to content

JooMan

Members
  • Posts

    5
  • Joined

  • Last visited

Reputation

0 Neutral

About JooMan

Personal Information

  • Interests
    Web Dev, Joomla, Moodle, UX, Graphics
  • Location
    Birmingham
  • X
  • Homepage
    http://carldurose.uk/

Employer (optional)

  • Company Represented
    Heartlands Academy
  1. Ok, I've got it to work with v2, but that's taken my newsticker off, they must have some conflicting code in the script somewhere.
  2. Many thanks, that's a great help! I think the problem seems to be, that the site is running on Bootstrap 2.3.2 and I'm yet to spend the time migrating to v3 (yes I know v4 is out soon). With so many class changes, it's not that easily backward compatible.
  3. I managed to fix the carousel function error, the WP links and a few other errors. Carousel still isn't autoplaying. Will give it another shot on Monday.
  4. Yeah, I just saw the "Uncaught TypeError: $(...).carousel is not a function" error, that gives me something to look into. Not sure where links to a wordpress blog have come from, I'll look into that too, thanks!
  5. Hello! I'm using Bootstrap's carousel on the front page of my schools site. It works fine and is responsive etc, only I can't seem to get it to autoplay on page load, I've tried quite a few hacks, but to no avail. Any ideas where I'm going wrong? Here's my code: Javascript: $(document).ready(function () { $('.carousel').carousel({ interval: 3000 }); $('.carousel').carousel('cycle'); }); CSS: .carousel .item { max-height: 650px; } .item img { position: relative; top: 0; left: 0; } HTML: /images/Slider/Results_Slide-1.jpg One more for good measure. GCSE Results /images/Slider/slide_one.jpg Example headline. Sign up today /images/Slider/slide_two.jpg Another example headline. Learn more /images/Slider/slide_three.jpg One more for good measure. Browse gallery ‹ ›
×
×
  • Create New...