Active
Project:
QTChat
Version:
6.x-1.0-beta2
Component:
User interface
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Jan 2012 at 21:38 UTC
Updated:
27 Apr 2012 at 02:43 UTC
Everything seems to work as needed, but as soon as I try to send it doesn't work.
I type in box --> click ENTER button or on icon --> does not respond, text just sits there in Firefox
I type in box --> click ENTER button or on icon --> disappears, text never shows up or is sent in Chrome
I tried all version available... and configured everything as mentioned, but no text is responding (no submit or ENTER button works).
ANY suggestions, pleasssssse?
Comments
Comment #1
poli commentedyou should test on a different theme to see.
I have noticed that the application works with different behavior depending on the chosen theme.
Comment #2
JohnnyW commentedAh, mine is a custom theme.
I'll just have to dig in ;)
Thanks for the response!
Comment #3
JohnnyW commentedFixed :)
Basically, page.tpl.php was wrongfully configured...
I put
print $scriptsat the bottom of the page too, when it should have only been put at the top of head, below $stylesprint $headprint $head_titleprint $stylesprint $scriptsI deleted the one
print $scriptson the bottom of the page and now it WORKS :)Thanks for the awesome module.