slideshow not appearing

Discussion in 'JavaScript' started by ianhaney, Sep 11, 2013.

  1. #1
    Hi

    I am designing a website for a client and the slideshow has stopped appearing in the header, was working all ok last night

    I thought it might cause I got two of the following in the coding

    <script src="./js/jquery-1.10.2.min.js"></script>
    <script src="./js/jquery-1.7.1.min.js" type="text/javascript"></script>

    so I took the first one out and also took out the following

    <script src="./js/lightbox-2.6.min.js"></script>

    as thought all the above were conflicting with the following

    <script src="./js/jquery-1.7.1.min.js" type="text/javascript"></script>

    but made no difference, any ideas?

    The website is located at www.irhwebsites.com/sites/raven%20repairs%20one/index.php

    Kind regards

    Ian
     
    ianhaney, Sep 11, 2013 IP
  2. ianhaney

    ianhaney Greenhorn

    Messages:
    72
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #2
    I have been testing this issue and the slideshow works perfect in FF, it seems to be just Chrome so checked that javascript is enabled and is so not sure really

    Does anyone know why Google Chrome is not loading it

    Ive cleared the cache but is still not displaying in Google Chrome
     
    ianhaney, Sep 11, 2013 IP
  3. Basti

    Basti Active Member

    Messages:
    625
    Likes Received:
    6
    Best Answers:
    3
    Trophy Points:
    90
    #3
    Tested FF, chrome, Opera. Everywhere the slideshow under the navigation works aas expected.
    Must be something on your chrome version or settings
     
    Basti, Sep 11, 2013 IP
  4. ianhaney

    ianhaney Greenhorn

    Messages:
    72
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #4
    Hmm strange, would you know what setting it could be that is causing it, im gonna reboot chrome and see if that works
     
    ianhaney, Sep 11, 2013 IP
  5. ianhaney

    ianhaney Greenhorn

    Messages:
    72
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #5
    Just rebooted chrome and is working all ok now, strange
     
    ianhaney, Sep 11, 2013 IP
  6. Basti

    Basti Active Member

    Messages:
    625
    Likes Received:
    6
    Best Answers:
    3
    Trophy Points:
    90
    #6
    Few things in mind:
    - old chrome version, maybe even a beta version
    - disabled javascript ( javascript works overall, or is it just that one specific slideshow? )
    - any kind of adblocker plugin? maybe it blocks certain kinds of animation/javascript

    EDIT::
    Ah ok, at least its solved.
    I find chrome more and more su**** recently. It behaves very strangely sometimes
     
    Basti, Sep 11, 2013 IP
  7. ianhaney

    ianhaney Greenhorn

    Messages:
    72
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #7
    it is the latest version of chrome
    I have the one slideshow that was not working, I got a adgallery as well on the gallery page
    dont think I got any adblocker plugin installed

    I got another little issue on another site, it is www.irhwebsites.com/sites/goldenwhisk/index.php

    the nivo slider is not working on the home page, I have a second gallery on the gallery page and that is working all ok, is it ok to have a look, is a conflict of jquery files maybe as is the same on all browsers

    Kind regards

    Ian
     
    ianhaney, Sep 11, 2013 IP
  8. Basti

    Basti Active Member

    Messages:
    625
    Likes Received:
    6
    Best Answers:
    3
    Trophy Points:
    90
    #8
    <!--<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>-->
    <script src="./js/jquery.nivo.slider.pack.js" type="text/javascript"></script>
    
    <link rel="stylesheet" type="text/css" href="./css/adgallery.css">
    
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
    Code (markup):
    You see, here your first jquery inclusion is commented, then you include nivo slider. its not working because of that. First js is always jquery, than any jquery plugins. And you should decide which version to use 1.7 or 1.3.2, personally would go for the first and remove the second
     
    Basti, Sep 11, 2013 IP
  9. ianhaney

    ianhaney Greenhorn

    Messages:
    72
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #9
    Perfect, is all working again, thank you so much, always helps asking others to help look as always miss things when looking at it for so long

    Thank you so much, really appreciate having a look and replying

    Kind regards

    Ian
     
    ianhaney, Sep 11, 2013 IP
  10. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #10
    You say having a fat bloated pointless jQuery based image slider that sucks down WAY too much screen space, forcing you into a inaccessible train wreck fixed width not working on the page like it was a bad thing...
     
    deathshadow, Sep 11, 2013 IP