Note that there are some explanatory texts on larger screens.

plurals
  1. POIntegrating bootstrap template with rails?
    text
    copied!<p>I bought a HTML/CSS bootstrap template from themeforest.net. And I'm trying to import it into rails so I could start editing it and developing further more.I followed all of the guides on how to add assets (js,images,fonts and css) into rails and rendering partials from application.html.erb , however, when I start rails site loads partially and when I check the Web developer console in Chrome it shows different errors with .js files. Here is the <a href="http://s0.uploads.im/S0KuU.png" rel="nofollow">screenshot</a></p> <pre><code>Uncaught TypeError: Object [object Object] has no method 'superfish' script.js?body=1:2 (anonymous function) script.js?body=1:2 jQuery.fn.extend.addEventListener jquery.ui.map.js?body=1:341 jQuery.fn.(anonymous function) jquery.ui.map.js?body=1:370 (anonymous function) sliderhome.js?body=1:15 Uncaught ReferenceError: google is not defined jquery.ui.map.js?body=1:341 jQuery.fn.extend.addEventListener jquery.ui.map.js?body=1:341 jQuery.fn.(anonymous function) jquery.ui.map.js?body=1:370 (anonymous function) sliderhome2.js?body=1:15 Uncaught ReferenceError: google is not defined jquery.ui.map.js?body=1:341 jQuery.fn.extend.addEventListener jquery.ui.map.js?body=1:341 jQuery.fn.(anonymous function) jquery.ui.map.js?body=1:370 (anonymous function) sliderhome4.js?body=1:15 Uncaught ReferenceError: google is not defined jquery.ui.map.js?body=1:341 jQuery.fn.extend.addEventListener jquery.ui.map.js?body=1:341 jQuery.fn.(anonymous function) jquery.ui.map.js?body=1:370 (anonymous function) switcher.js?body=1:18 Uncaught ReferenceError: google is not defined jquery.ui.map.js?body=1:341 jQuery.fn.extend.addEventListener jquery.ui.map.js?body=1:341 jQuery.fn.(anonymous function) jquery.ui.map.js?body=1:370 (anonymous function) contact.js?body=1:6 l jquery.js?body=1:703 c.fireWith jquery.js?body=1:747 v.extend.ready jquery.js?body=1:514 A </code></pre> <p>Id very much appreciate any kind of help regarding this problem. Thanks in advance </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload