• Hey guys, I have got some great answers here on this forum before, I thought maybe someone could help troubleshoot a site I am working on.

    The problem I am having is on pages like this:

    http://www.vendome.com.au/products/luxury-watches/dewitt/

    Sometimes the images load, and sometimes not, more so on firefox and ipads etc..

    I thought it may be something about too many/wrong jquery or javascript files being loaded.

    I was working with a coder who set this up, but we had a disagreement, now the code is a real mess, as I have tried to fix the problem several times.

    I was thinking the jquery or other script needed to be loaded first somehow maybe in functions.php…?

    So if anyone has any ideas or knows why there are problems in firefox(maybe others too), please let me know..

    🙁

Viewing 2 replies - 1 through 2 (of 2 total)
  • Yes I guess javscript is causing the probelm
    If you look into the error console of the browser you will find the javascript errors that are resulting into the problem

    Thread Starter Chrissy

    (@paperkawaii)

    These are the errors:

    iphone.cssFailed to load resource: the server responded with a status of 404 (Not Found)
    bundle.js.php:15ReferenceError: Can't find variable: $
    /products/luxury-watches/dewitt/:190Viewport argument value "1.0;" for key "initial-scale" was truncated to its numeric prefix.
    /products/luxury-watches/dewitt/:190Viewport argument value "1.0;" for key "maximum-scale" was truncated to its numeric prefix.
    /products/luxury-watches/dewitt/:190Viewport argument value "device-width;" for key "width" not recognized. Content ignored.
    extras.js:63TypeError: 'undefined' is not a function (evaluating '$(document).cheatCode({
    	activated : function(){
    		alert('My secret…')
    	}
    })')
    /products/luxury-watches/dewitt/:17TypeError: 'undefined' is not a function (evaluating '$(".nav").nav({ fx: "easeOutExpo", speed: 400 })')
    ia3.js:13ReferenceError: Can't find variable: twttr

    Are any of these things relevant?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Please help troubleshoot my site’ is closed to new replies.