HELP! adding javascript picture slider to BigCartel!

Please someone help me!!!

I’m am so frustrated with this thing, I’m not a rocket scientist but I’m pretty good at working out how to get something to work… however, I can’t for the life of me work out how to put the code below into the back end of my Big Cartel store and make it work. The code is for a Wowslider I created. I understand I have to add the javascript folders to the backend but I don’t know where or how to be honest!

I read here: http://blog.bigcartel.com/post/4343738851/weve-improved-our-javascript-api-jquery-users-rejoice
that you can make javascript and jquery work in Big Cartel but unfortunately I do not understand all the geek speak on that page :confused:

thank you :slight_smile:
Joe

Code I currently have for slider:

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html xmlns=“http://www.w3.org/1999/xhtml”>

&lt;head&gt; … &lt;/head&gt;
&lt;body style="background-color:transparent"&gt;
    &lt;!--

     Start WOWSlider.com BODY section

    --&gt;
    &lt;div id="wowslider-container1"&gt;
        &lt;div class="ws_images"&gt; … &lt;/div&gt;
        &lt;div class="ws_bullets"&gt; … &lt;/div&gt;
        &lt;!--

         Generated by WOWSlider.com v4.8

        --&gt;
        &lt;div class="ws_shadow"&gt;&lt;/div&gt;
        &lt;div style="position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 10; background: none repeat scroll 0% 0% rgb(255, 255, 255); opacity: 0;"&gt;
            &lt;a style="display: none; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;" href="http://joebrooksstore.com/product/the-great-big-bundle" target=""&gt;&lt;/a&gt;
        &lt;/div&gt;
    &lt;/div&gt;
    &lt;script src="engine1/wowslider.js" type="text/javascript"&gt;&lt;/script&gt;
    &lt;script src="engine1/script.js" type="text/javascript"&gt;&lt;/script&gt;
    &lt;!--

     End WOWSlider.com BODY section

    --&gt;
&lt;/body&gt;

</html>

I now see that bigcartel css area comes default with ‘flex slider’ java code?!? (see picture) does this mean I can add a flex slider? and if so any tips on how to do that?

thank you!
Joe :slight_smile: