Jquerey issues?

Permalink
Hello, I hope this is the right section, i have instaled C% with no issues but now im having some issues with my JS in the templat im using jq 1.2.6 and some additional librarys that all break as soon as i insert the
<?php Loader::element('header_required'); ?>


http://www.blufftonoyster.com.php5-3.dfw1-1.websitetestlink.com/...

that is the link to the site sans the C5 header tag.

<head>
<link rel="stylesheet" type="text/css" href="<?=$this->getThemePath()?>/css/style.css" media="screen" />
<link rel="stylesheet" type="text/css" href="<?=$this->getThemePath()?>/css/slider.css" media="screen" /
<script type="text/javascript" src="<?=$this->getThemePath()?>/js/DD_belatedPNG_0.0.7a-min.js"></script>
<script type="text/javascript">
   DD_belatedPNG.fix('.whatWeDoTitle, .ribbon, img');
</script>
<script src='<?=$this->getThemePath()?>/js/jquery-1.2.6.min.js' type='text/javascript'></script>
<script src="<?=$this->getThemePath()?>/js/jquery-easing.1.2.js" type='text/javascript'></script>
<script src="<?=$this->getThemePath()?>/js/jquery-easing-compatibility.1.2.js" type='text/javascript'></script>
<script src="<?=$this->getThemePath()?>/js/coda-slider.1.1.1.js" type='text/javascript'></script>
<script type='text/javascript'>
   $(function () {
      $("#Slider").codaSlider();
   });

 
frz replied on at Permalink Reply
frz
its already there, you dont have to call it again.
RyanPratt replied on at Permalink Reply
It is not their yet, sorry i sent you code that broke the code. If i put it up as in the link it works but if i try to include then it breaks.

Is this template to complex for C5.

P.S. That was not a Jab, i just am new and dont yet know the limitations of the system.
frz replied on at Permalink Reply
frz
you are including jQuery.
jQuery is already included in concrete5.

that's why its breaking.
search the forums a bit, there's been a flurry of people with this issue in the last couple of days, which is kinda odd.
RyanPratt replied on at Permalink Reply
I have tried with out the jq include but i get the same issue. I have searched the forums and can't find anything. Should i not try to use such a complex template? Can C5 Handle this layout?

http://www.blufftonoyster.com.php5-3.dfw1-1.websitetestlink.com/...

Thanks for the help frz
frz replied on at Permalink Reply
frz
yeah, its highly unlikely any layout is too complex for concrete5. you might end up turning some stuff of in edit mode to make it easier to get around, but on view mode you can really do anything you want (except call a different version of jquery on top of the one already there)

http://www.concrete5.org/index.php?cID=12507...

http://www.concrete5.org/index.php?cID=11978...
RyanPratt replied on at Permalink Reply
If my components use 1.2.6 then i SOL?
frz replied on at Permalink Reply
frz
well you could hack your legacy jQuery calls to use a different object name to load into.. thats more under the hood to jQuery than i'd want to get but i'm sure it could be done..

the other thing to keep in mind is that we will continue to slowly upgrade behind the latest jquery with new concrete5 releases - which might impact your site.
RyanPratt replied on at Permalink Reply
Not sure of the outcome. I have the site working fine before i include the admin include. Is their some code i can put into my template to hide elements while in edit mode? Are their any developers who can help me for a fee, or any other advice the community has on how i should proceed with integrating C5 into this site?

You can see how i would like it to function hear.

http://www.blufftonoyster.com.php5-3.dfw1-1.websitetestlink.com/#3...
frz replied on at Permalink Reply
frz
there's a few bits of code on this thread that might help
http://www.concrete5.org/community/forums/documentation_efforts/the...

there's also a job board here:
http://concrete5.org/community/forums/jobs...
-frz