• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • This community is user driven. Be polite with other users.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

Select files button disappears - jquery conflict?

Status
Not open for further replies.

rihardsgrunte

Chevereto Member
Hi,

I'm designing the template to fit my site: http://img.armedzone.com/
but now I've ran into a problem that I don't know how to fix.

I have a latest tweet box and menu navigation that use jquery
and when I enable it on the site the "select files" button disappears
and few other things don't work.

I tried to find the exact file that was causing it but couldn't find it
because it seems that only when I remove all the files related to those
two jquery needed features the site works fine.
 
You are calling jquery like 4 times.
Chevereto calls it, and then you are calling it 3 times more:

Code:
<script type="text/javascript" src="http://armedzone.com/wp-content/themes/armedzone/scripts/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js"></script>

Let's start from there. Remove those extra calls.
 
Status
Not open for further replies.
Back
Top