Add a jquery slider

Permalink
Hi everyone

I have a problem i will install this sliderhttp://www.zoompanningeffectslider.com/type_FullWidth_transition_fa...

In my page http://serwer1303149.home.pl/auto/index.php/flota/...
the blue div wrapper 2 . i will change the wrrpaer 2 in this slider .

can anyone help me ?

bukus9
 
planist1 replied on at Permalink Reply
planist1
If you view the source of your page, take a look at the path the browser is picking up for your package vs your regular theme paths.

This works:
<link rel="stylesheet" media="screen" type="text/css" href="/auto/files/cache/css/innovation/main.css" />
<link rel="stylesheet" media="screen" type="text/css" href="/auto/files/cache/css/innovation/typography.css" />


This doesn't
<script type="text/javascript" src="/auto/packages/cannonf700_innovation/themes/innovation/scripts/jquery-1.4.1.min.js"></script>
<script type="text/javascript" src="/auto/packages/cannonf700_innovation/themes/innovation/scripts/jquery.slidepanel.setup.js"></script>


If you try to navigate to the bottom two .js files, they show page not found.

Also, be careful as C5 already loads jquery. Your package is trying to link to another jquery.