Jump to content

Recommended Posts

Posted

Your video bombs on on FF for me.

 

,"expiration":21600,"vimeo_url":"vimeo.com","player_url":"player.vimeo.com","cdn_url":"a.vimeocdn.com","cookie_domain":".vimeo.com"},"video":{"id":37102221,"title":"The JCB Academy","width":640,"height":360,"duration":411,"url":null,"thumbnail":"http:\/\/b.vimeocdn.com\/ts\/254\/726\/254726775_640.jpg","embed_code":"

 

-Edit - Reloaded it a few times and its loaded now so maybe just funny connection

 

No slider that I can see on FF either. (Or do you mean the image that scrolls?)

 

Steve

Posted
Your video bombs on on FF for me.

 

,"expiration":21600,"vimeo_url":"vimeo.com","player_url":"player.vimeo.com","cdn_url":"a.vimeocdn.com","cookie_domain":".vimeo.com"},"video":{"id":37102221,"title":"The JCB Academy","width":640,"height":360,"duration":411,"url":null,"thumbnail":"http:\/\/b.vimeocdn.com\/ts\/254\/726\/254726775_640.jpg","embed_code":"

 

No slider that I can see on FF either. (Or do you mean the image that scrolls?)

 

Steve

 

yeah the meet the head scroller/slide show

Posted
Nice pretty scrolling pictures in chrome, safari and opera. IE8 - no images at all.

 

i could cry, i cant see why! its taken me ages to get this working the long way round on frog

 

it would be nice if this worked with frog as there is no native way of doin this and they wont help resolve this.

Posted
is that with the image scroller at the top with 'meet the head of vi'???

Yes. Everything displays just as it does in Chrome.

 

A

Posted

IE8/9 can occasionally have timing issues... try the following:

 

Change:

    $(window).load(function() {
       $('#slider').nivoSlider({
       effect: 'random', // Specify sets like: 'fold,fade,sliceDown'
       animSpeed: 500, // Slide transition speed
       pauseTime: 6000, // How long each slide will show
       controlNav: false, // 1,2,3... navigation
       controlNavThumbs: false, // Use thumbnails for Control Nav
       pauseOnHover: true, // Stop animation while hovering
       
         });
});

to:

      $(function() { ...*snip*

 

and see what effect that has... if it resolves, the problem is likely the timing of when you're calling $(window).load

  • Thanks 1
Posted
IE8/9 can occasionally have timing issues... try the following:

 

Change:

    $(window).load(function() {
       $('#slider').nivoSlider({
       effect: 'random', // Specify sets like: 'fold,fade,sliceDown'
       animSpeed: 500, // Slide transition speed
       pauseTime: 6000, // How long each slide will show
       controlNav: false, // 1,2,3... navigation
       controlNavThumbs: false, // Use thumbnails for Control Nav
       pauseOnHover: true, // Stop animation while hovering
       
         });
   });

to:

      $(function() { ...*snip*

 

and see what effect that has... if it resolves, the problem is likely the timing of when you're calling $(window).load

 

 

i have changed the code to

 

   $(window).load(function() {
       $('#slider').nivoSlider({
  
         });
});

 

and as soon as i try and add any to add any controls it bombs. if any one has further insights much appreciated, its been far too long since i have had to touch js lol

Posted
IE 8 the image scroller is having some real issues, difficult to describe but its shuddering along and when it tries to load a new image it loads across the page (so only half of the original image is replaced) then snaps into place.
Posted
IE 8 the image scroller is having some real issues, difficult to describe but its shuddering along and when it tries to load a new image it loads across the page (so only half of the original image is replaced) then snaps into place.

 

yeah i have noticed this but am unable to fix at the moment :(

Posted
IE 8 the image scroller is having some real issues, difficult to describe but its shuddering along and when it tries to load a new image it loads across the page (so only half of the original image is replaced) then snaps into place.

 

That's the same on IE9 too.

 

Also vertical spacing for the horizontal menu bar is smaller than in Chrome, and the News menu on the right of the homepage shows a "News and Events" blue cog header below the News text.

 

Matt

Posted
Try looking for a jQuery powered slideshow, then testing the demo sites on various browsers will save alot of time...

 

This one appears to work find: SlidesJS, a simple slideshow plugin for jQuery.

 

the annoying thing is on my demo that runs locally it works fine in all browsers. gonna set some time aside to do it today. the even more annoying thing is that due to it being on FROG i have to do it the long way around; upload all the files then copy the url of them (stuff like http://www.jcbacademy.com/user/74/80800.css) change the image links in css to be absolute refs like this too. takes forever

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...