• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

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