StartVM Posted April 19, 2014 Report Posted April 19, 2014 None of my custom javascript libararies are working on my site. This is the current layout config. http://pastebin.com/1R60w6CQ Is something missing or out of place? Quote
Tom Posted April 19, 2014 Report Posted April 19, 2014 Do you have it uploaded anywhere we can take a look? It's far easier to see what's broken from the page itself. Quote
StartVM Posted April 19, 2014 Author Report Posted April 19, 2014 The website thats having issues is not open to the public yet, and we don't want to release the domain.I can do a teamviewer or paste any others files you may need? Quote
magicflyer Posted April 19, 2014 Report Posted April 19, 2014 Can you display what you have in the htmlhead file? Quote
Tom Posted April 20, 2014 Report Posted April 20, 2014 jQuery is included twice - that'll cause a conflict. Quote
StartVM Posted April 20, 2014 Author Report Posted April 20, 2014 The conflict is where? I am not allowed to have more than one JS file? Or is there a duplicate? Can you repaste a fixed version of the layout and/or htmlhead Quote
magicflyer Posted April 20, 2014 Report Posted April 20, 2014 Try this modified version of the layout template: http://pastebin.com/Dj38R9uS Bootstrap requires version 1.9.0 or higher to operate certain features. You loaded that library AFTER bootstrap was called, and I switched it so that the library is called BEFORE. Hope that works out some issues. Quote
StartVM Posted April 20, 2014 Author Report Posted April 20, 2014 Thanks Ryan! So, that fixed the bootstrap javascript, but my JS for the jetmenu isn't working. Quote
magicflyer Posted April 20, 2014 Report Posted April 20, 2014 There may be an error in the javascript itself, do a pastebin and send it over(If you prefer, do it by PM) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.