Posts: 5
Threads: 1
Joined: Mar 2012
Hi!
I love your feedback tool.
I have a couple of problems, but I will adhere to one of them:
In the voting system (Icons of hands) I do not know what happens, but do not let me vote. Instead, I get redirected to the same page without counting the vote. Same happens to me with the flag option.
The odd thing is that this happens in firefox, in IE shoots me to the root of the site without counting the vote too.
may be because the URL has variables (.../festa.php?id=1).
See if someone can help me... I've been all day with this...
Thank you!
Posts: 2,895
Threads: 59
Joined: Jun 2010
Hi,
Do you have JavaScript disabled, or are you using a subdomain?
Have
you completed
the interview?
Posts: 2,895
Threads: 59
Joined: Jun 2010
Also, do you know if jQuery is being used anywhere else on your page?
Have
you completed
the interview?
Posts: 5
Threads: 1
Joined: Mar 2012
Hi!
Thanks for reply.
I'm using xajax. I think that not Jquery, but I will comprove it. It happens with all others browsers, like Safari and Chrome. So it isn't problem about javascript on/off... I supose...
I'm looking about Jquery scripts or xajax...
Posts: 5
Threads: 1
Joined: Mar 2012
oh! yes.. i'm using Jquery xd. Look this:
Quote:<script src="../recursos/codigos/frameworks/jquery/jquery-1.6.4.min.js"></script>
<script src="../recursos/codigos/frameworks/jquery/fondo/jquery.backstretch.min.js"></script>
<script>
$.backstretch("../images/img_fons.jpg");
</script>
<script type="text/javascript" src="../recursos/visorimg/js/prototype.js"></script>
<script type="text/javascript" src="../recursos/visorimg/js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="../recursos/visorimg/js/lightbox.js"></script>
All of them are on the page's head... what can I do?
Posts: 5
Threads: 1
Joined: Mar 2012
Okey... I see...
the error is the attachment of:
Quote:<script src="../recursos/codigos/frameworks/jquery/jquery-1.6.4.min.js"></script>
So... Where I must put it?
Posts: 2,895
Threads: 59
Joined: Jun 2010
Can you try this:
Open comments/includes/template/comments.php
On line 191 there is this:
Code:
document.write("<scr" + "ipt type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js\"></scr" + "ipt>");
Add
// in front of it like this:
Code:
//document.write("<scr" + "ipt type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js\"></scr" + "ipt>");
Have
you completed
the interview?
Posts: 5
Threads: 1
Joined: Mar 2012
I had tried it, but without exit...