- Posts: 10
- Thank you received: 0
Voting doesn´t work
-
Enke
Inactive member -
Topic Author
- New Member
-
Less
More
12 years 4 months ago #30009
by Enke
Replied by Enke on topic Voting doesn´t work
ok. thx..i did it
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 4 months ago #30015
by ivan.milic
Replied by ivan.milic on topic Voting doesn´t work
Fixed .
First you had :
twice in index.php of template , I removed one below <jdoc:include type="head" />
Second links were not working because they need:
so:
did the job
First you had :
Code:
<script type="text/javascript" src="ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
twice in index.php of template , I removed one below <jdoc:include type="head" />
Second links were not working because they need:
Code:
http://
Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
did the job
The following user(s) said Thank You: Enke
Please Log in to join the conversation.
Time to create page: 0.096 seconds