bwalls1992
(brad.walls92@gmail.com)
May 25, 2016, 1:51am
1
Hey guys,
I have successfully loaded my filer.js script onto my page, however the css files are not linking, however they are loaded on the page.
@cyberdave this is the script i have gone with.
script instructions: http://filer.grandesign.md/
live site: http://inkfndry.webflow.io/inksource/client-brief#tattoo-design-tab
preview: Webflow - Inkfndry
samliew
(webflowexpert.com)
May 25, 2016, 2:23am
2
You didn’t fully follow the instructions.
You forgot the Javascript initialization code, which you need to paste in Page Settings > Custom Code > Footer Code.
bwalls1992
(brad.walls92@gmail.com)
May 25, 2016, 2:28am
3
thanks @samliew do you mean this:
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
samliew
(webflowexpert.com)
May 25, 2016, 2:35am
4
Javascript:
The plugin is named “filer” and can be applied to any element. If you are not familiar with jQuery, please, read this tutorial for beginners.
$(document).ready(function() {
$(‘#filer_input ’).filer();
});
If you include that, there will be a conflict with Webflow’s jQuery.
1 Like
bwalls1992
(brad.walls92@gmail.com)
May 25, 2016, 3:46am
6
I have applied the code for the box… yet it is still appearing without style… any ideas?
samliew
(webflowexpert.com)
May 25, 2016, 8:01am
7
Now you have a JavaScript error because the brackets are not closed properly. Try debugging by using the browser console.
1 Like