+ Post New Thread
Page 1 of 2 12 LastLast
Results 1 to 15 of 19
General Chat Thread, quick website test in General; can folks please check our site please - The JCB Academy is there a difference between IE and {a good ...
  1. #1

    Join Date
    Sep 2012
    Location
    Staffordshire
    Posts
    106
    Thank Post
    29
    Thanked 9 Times in 8 Posts
    Rep Power
    3

    quick website test

    can folks please check our site please - The JCB Academy

    is there a difference between IE and {a good browser}?

    there should be a slider at the top which works fine here in chrome but not in IE

    thanks

  2. IDG Tech News
  3. #2

    Steve21's Avatar
    Join Date
    Feb 2011
    Location
    Swindon
    Posts
    2,204
    Thank Post
    250
    Thanked 396 Times in 371 Posts
    Rep Power
    156
    Your video bombs on on FF for me.

    Code:
    ,"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

  4. #3

    Join Date
    Sep 2012
    Location
    Staffordshire
    Posts
    106
    Thank Post
    29
    Thanked 9 Times in 8 Posts
    Rep Power
    3
    Quote Originally Posted by Steve21 View Post
    Your video bombs on on FF for me.

    Code:
    ,"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

  5. #4

    elsiegee40's Avatar
    Join Date
    Jan 2007
    Location
    Kent
    Posts
    8,582
    Thank Post
    1,439
    Thanked 1,621 Times in 1,194 Posts
    Rep Power
    529
    Firefox and Chrome working the same for me. IE9 doesn't bring up the big photo about Recruiting in the sixth form. (Didn't test video but will do now)

  6. #5
    ShorehamGeek's Avatar
    Join Date
    Feb 2006
    Location
    Shoreham
    Posts
    78
    Thank Post
    18
    Thanked 17 Times in 16 Posts
    Rep Power
    21
    Nice pretty scrolling pictures in chrome, safari and opera. IE8 - no images at all.

  7. Thanks to ShorehamGeek from:

    One_Minute_Hero (5th March 2013)

  8. #6

    elsiegee40's Avatar
    Join Date
    Jan 2007
    Location
    Kent
    Posts
    8,582
    Thank Post
    1,439
    Thanked 1,621 Times in 1,194 Posts
    Rep Power
    529
    "About the JCB Academy" dropdown.

    You need to remove the apostrophe from The Governors.

  9. 2 Thanks to elsiegee40:

    One_Minute_Hero (5th March 2013), tech_guy (6th March 2013)

  10. #7

    Join Date
    Oct 2012
    Location
    Lancashire
    Posts
    27
    Thank Post
    18
    Thanked 6 Times in 6 Posts
    Rep Power
    3
    Site works fine on Chrome, Firefox and Internet Explorer 10 here.

    A

  11. #8

    Join Date
    Sep 2012
    Location
    Staffordshire
    Posts
    106
    Thank Post
    29
    Thanked 9 Times in 8 Posts
    Rep Power
    3
    Quote Originally Posted by ShorehamGeek View Post
    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.

  12. #9

    Join Date
    Sep 2012
    Location
    Staffordshire
    Posts
    106
    Thank Post
    29
    Thanked 9 Times in 8 Posts
    Rep Power
    3
    Quote Originally Posted by Ad93 View Post
    Site works fine on Chrome, Firefox and Internet Explorer 10 here.

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

  13. #10

    Join Date
    Oct 2012
    Location
    Lancashire
    Posts
    27
    Thank Post
    18
    Thanked 6 Times in 6 Posts
    Rep Power
    3
    Quote Originally Posted by One_Minute_Hero View Post
    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

  14. #11
    Marci's Avatar
    Join Date
    Jun 2008
    Location
    Wakefield, West Yorkshire
    Posts
    697
    Thank Post
    60
    Thanked 185 Times in 150 Posts
    Rep Power
    61
    IE8/9 can occasionally have timing issues... try the following:

    Change:
    Code:
        $(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:
    Code:
           $(function() { ...*snip*
    and see what effect that has... if it resolves, the problem is likely the timing of when you're calling $(window).load

  15. Thanks to Marci from:

    One_Minute_Hero (5th March 2013)

  16. #12

    Join Date
    Sep 2012
    Location
    Staffordshire
    Posts
    106
    Thank Post
    29
    Thanked 9 Times in 8 Posts
    Rep Power
    3
    Quote Originally Posted by Marci View Post
    IE8/9 can occasionally have timing issues... try the following:

    Change:
    Code:
        $(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:
    Code:
           $(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

    Code:
        $(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

  17. #13
    rad
    rad is offline
    rad's Avatar
    Join Date
    Jan 2009
    Location
    Middlesex
    Posts
    2,053
    Thank Post
    255
    Thanked 253 Times in 187 Posts
    Rep Power
    97
    FF displays fine (2 banners)
    IE 9 on Win7 displays the scrolling images but with a judder effect.

  18. #14

    Join Date
    Nov 2011
    Posts
    141
    Thank Post
    19
    Thanked 18 Times in 14 Posts
    Rep Power
    9
    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.

  19. #15

    Join Date
    Sep 2012
    Location
    Staffordshire
    Posts
    106
    Thank Post
    29
    Thanked 9 Times in 8 Posts
    Rep Power
    3
    Quote Originally Posted by mossj88 View Post
    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

SHARE:
+ Post New Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. Driving Theory Test - Software or Website?
    By flyinghaggis in forum Educational Software
    Replies: 13
    Last Post: 4th June 2012, 01:56 PM
  2. Replies: 2
    Last Post: 16th November 2010, 01:35 PM
  3. bandwidth test for a Game website
    By lionsl2005 in forum How do you do....it?
    Replies: 0
    Last Post: 25th November 2009, 12:12 PM
  4. Is it up? - A site that tests if a website is avalible
    By SYNACK in forum Internet Related/Filtering/Firewall
    Replies: 0
    Last Post: 3rd March 2009, 06:52 AM
  5. ALAN Testing Software Easy Quick Answer Needed
    By mrforgetful in forum Educational Software
    Replies: 10
    Last Post: 12th October 2007, 10:51 AM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •