Posted by Nonnie on January 21, 2012 at 9:38pm
2 followers
Jump to:
| Project: | QTChat |
| Version: | 6.x-1.0-beta2 |
| Component: | User interface |
| Category: | support request |
| Priority: | major |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
you should test on a different theme to see.
I have noticed that the application works with different behavior depending on the chosen theme.
#2
Ah, mine is a custom theme.
I'll just have to dig in ;)
Thanks for the response!
#3
Fixed :)
Basically, page.tpl.php was wrongfully configured...
I put
<?phpprint $scripts
?>
<?phpprint $head
?>
<?phpprint $head_title
?>
<?phpprint $styles
?>
<?phpprint $scripts
?>
I deleted the one
<?phpprint $scripts
?>
Thanks for the awesome module.