Voting doesn´t work

  • Enke
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 6 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.

More
11 years 6 months ago #30015 by ivan.milic
Replied by ivan.milic on topic Voting doesn´t work
Fixed .

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://
so:
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.078 seconds
Powered by Kunena Forum