Hello, I'm a beginner in coding and have very limited skills in this area. However, I am able to install scripts on my Weebly site and have been doing so for some time now. Even though I can't code, I've managed to learn a few things along the way.
I recently purchased a slider code from codecanyon called "Lush Slider" and would like to install it on my site. Unfortunately, after uploading the .js and .css files, as well as the images, and creating the slider using a wysiwyg editor, I encountered an issue. Although I can see the images before publishing, they appear blank afterwards. I came across a suggestion that Weebly may have issues with certain characters like "$", which I am not familiar with. Can anyone help me identify what might be causing this problem?
Here is the code that I needed to insert into my footer:
<script>
$(document).ready(function(){
$('.lush-slider').lush({
baseWidth: 1455
, baseHeight: 450
})
</script>
Thank you in advance for any assistance!