Like SystemiConnectFri 15 Oct 2021, 04:50
Auto Save MessagesLGforumFri 26 Feb 2021, 13:31
New tutorial questionTheCrowMon 15 Feb 2021, 08:12
Support iOS Emojis (and other platforms)LGforumSun 14 Feb 2021, 01:25
LGforum (2806)
I have a Problem with the chat. Vote_lcapI have a Problem with the chat. Voting_barI have a Problem with the chat. Vote_rcap 
Mr.Easybb (1587)
I have a Problem with the chat. Vote_lcapI have a Problem with the chat. Voting_barI have a Problem with the chat. Vote_rcap 
Bloodbath (745)
I have a Problem with the chat. Vote_lcapI have a Problem with the chat. Voting_barI have a Problem with the chat. Vote_rcap 
Rukiafan (533)
I have a Problem with the chat. Vote_lcapI have a Problem with the chat. Voting_barI have a Problem with the chat. Vote_rcap 
Dom (513)
I have a Problem with the chat. Vote_lcapI have a Problem with the chat. Voting_barI have a Problem with the chat. Vote_rcap 
puppycheese (446)
I have a Problem with the chat. Vote_lcapI have a Problem with the chat. Voting_barI have a Problem with the chat. Vote_rcap 
pedro (330)
I have a Problem with the chat. Vote_lcapI have a Problem with the chat. Voting_barI have a Problem with the chat. Vote_rcap 
Neymar (301)
I have a Problem with the chat. Vote_lcapI have a Problem with the chat. Voting_barI have a Problem with the chat. Vote_rcap 
Hitsu (281)
I have a Problem with the chat. Vote_lcapI have a Problem with the chat. Voting_barI have a Problem with the chat. Vote_rcap 
Flora (275)
I have a Problem with the chat. Vote_lcapI have a Problem with the chat. Voting_barI have a Problem with the chat. Vote_rcap 


I have a Problem with the chat.

avatarDead PheonixFX
Status : No status yet...

Posts : 4
Join date : 2013-03-11
Wed 10 Apr 2013, 13:26
My problem is that the chat will not move, it's locked in place, not even the move function works, though I can change the size, I can't move it, Please explain.

Images:
LGforumLGforum
Status : Working to restore AWC!

Posts : 2806
Join date : 2011-10-05
Age : 30
Location : UK
Wed 10 Apr 2013, 18:10
Strange.

Please provide this information:
- AWC Version
- Browser and version
- Forum version
- your AWC Javascript
- Any installed AWC plug ins.
- Your forums css.
avatarDead PheonixFX
Status : No status yet...

Posts : 4
Join date : 2013-03-11
Fri 10 May 2013, 16:09
AWC Version: 1.7
Browser: Chrome, Version 26.0.1410.65 (up-to-date)
Forum Version: Not sure how to check that. but I think it's phpBB2
AWC JS:
Code:
[panda=js]var avacweb_chat_config = {
version : '1-7',
new_chat_title : 'Universal Chatbox',
light_up_color : 'orange',
 auto_log_in : 'open',
archives : 1,
 sound_file : 'http://www.freesfx.co.uk/rx2/mp3s/2/1305_1256857800.mp3',
 stylesheet : '',
disable_timeout : 0,
allow_private_messaging : 1,
 allow_user_resize : 1,
message_hook : [],
user_hook : [],
commands : {},
  events : {},
  add_event : function(type, fn) {
      type = /^on/.test(type) ? type : 'on' + type;
    type in this.events ? this.events[type].push(fn) : this.events[type] = [fn];
  }
};
document.write('<script type="text/javascript" src="http://chat.avacweb.net/v' + avacweb_chat_config.version + '.js" id="achat_script"></script>');

AWC Plug-ins: Don't think I have any installed
Forum CSS:
Code:
[panda=css]* AvacWeb Chat CSS */

#avacweb_chat {
   position: float;
   bottom: 40px;
   right: 1px;
   height: 65%;
   width: 70%;
   z-index: 999;
}
#avacweb_chat iframe {
   height: 100%;
   width: 75%;
   border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border: 1px solid #64A4F7;
   z-index: 999;
}
#avacweb_chat_button {
   position:fixed;
   bottom: 1px;
   right: 5px;
   font-size: 1.3em;
   font-weight: bold;
   padding: 5px 25px;
   z-index: 999;
}
#achat_login {
   background: #F09F9F;
   border: 1px solid #ECAFAF;
   border-radius: 3px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   box-shadow: 0 10px 15px #F5CDCD inset;
   -moz-box-shadow: 0 10px 15px #F5CDCD inset;
   -webkit-box-shadow: 0 10px 15px #F5CDCD inset;
   color: #CE3737;
   font-size: 1.5em;
   font-weight: 700;
   margin: 10px auto;
   width: 90%;
   padding: 5px 0;
   text-shadow: 0 1px #F3E1E1;
   text-align: center;
}
   #achat_header {
   float: right;
   margin-top:10px;
   margin-right:5px;
   
   
}
#achat_header .achat_button {
        margin-top:-28px;
   margin-right:5px;
   margin-bottom:0px;
   margin-left:5px
   
}
.achat_button {
   display: inline-block;
   padding: 3px 12px;
   border: 1px solid #AAA;
   border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   box-shadow: inset 0 5px 10px #EEE;
   -moz-box-shadow: inset 0 5px 10px #EEE;
   -webkit-box-shadow: inset 0 5px 10px #EEE;
   background: #DDD;
   color: #777;
   text-shadow: 0 1px #EEE;
   cursor: pointer;
   margin: 0 3px;
   font-size: 1em;
}
.achat_button:hover {
   color: #444;
   border: 1px solid #888;
}
.achat_button.reading {
   color: red;
}

#achat_user_prefs, #achat_smilies, #achat_colors, #achat_popup { /* user settings box */
   position: Absolute;
   bottom: 45px;
   background: #DDD;
   padding: 10px;
   border: 1px solid #BBB;
   border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   font-weight: bold;
   text-shadow: 0 1px white;
   box-shadow: 3px 3px 10px #888, inset 0 20px 20px #EEE;
   max-height: 250px;
   overflow: auto;
}
.achat_user_setting {
   margin: 3px 0;
   border: 1px solid #CCC;
   padding: 2px 5px;
   width: 150px;
}
.achat_user_setting input {
   float: right;
}
#achat_smilies, #achat_colors {
   max-width: 96%;
   margin: 0 2%;
}
#achat_colors td {
    cursor: crosshair;
    padding: 5px;
    border: 1px solid #FFF;
}
.a_chat_pm, table.a_chat_pm {
   display: none!important;
}
.chatbox_private_message {

}
.achat_pm_prepend {
   font-weight: bold;
   font-style: italic;
   font-size: 0.8em;
   margin-right: 5px;
}
#achat_contextmenu {
   background: #EEE;
   position: absolute;
   z-index: 999;
   border: 1px solid #CCC;
}
#achat_contextmenu p {
   padding: 3px 5px;
   border-bottom: 1px solid #CCC;
   cursor: pointer;
}
#achat_contextmenu p:hover {
   background: #DDD;
   box-shadow: inset 0 5px 10px white;
   -moz-box-shadow: inset 0 5px 10px white;
   -webkit-box-shadow: inset 0 5px 10px white;
}
#achat_contextmenu p.contexthead {
   background: #CCC;
   padding: 5px;
   color: #555;
   font-size: 1.1em;
   font-weight: bold;
   box-shadow: inset #DDD 0 10px 15px;
   -moz-box-shadow: inset #DDD 0 10px 15px;
   -webkit-box-shadow: inset #DDD 0 10px 15px;
   text-shadow: 0 1px white;
   cursor: default;
}
#achat_contextmenu .contexthead img {
   float: right;
   cursor: pointer;
}
#achat_dimensions {
   width: 80px;
   height: 30px;
   position: absolute;
}
#achat_dimensions:hover span {
   opacity: 0.5;
   -moz-opacity: 0.5;
   -webkit-opacity: 0.5;
   filter: alpha(opacity=50);
}
#achat_dimensions span {
   opacity: 0;
   -moz-opacity: 0;
   -webkit-opacity: 0;
   filter: alpha(opacity=0);
   display: block;
   height: 20px;
   width: 20px;
   float: left;
   margin-left: 5px;
   margin-top: 2px;
   background-color: #EEE;
   padding: 2px;
   border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   background-repeat: no-repeat;
   background-position: center center;
}
#achat_dimensions span:hover {
   opacity: 0.8;
   -moz-opacity: 0.8;
   -webkit-opacity: 0.8;
   filter: alpha(opacity=80);
}
#achat_resizer { background-image: url(http://i14.servimg.com/u/f14/17/20/25/96/resize10.gif); }
#achat_mover { background-image: url(http://i14.servimg.com/u/f14/17/20/25/96/move_i10.jpg); }

#achat_tabs {
   float: right;
   padding: 2px;
   margin: 2px 8px 0 0;
}
.achat_tab {
   margin: 0 2px;
   border: 1px solid #105289;
   padding: 3px 5px;
   color: white;
   background: #1052CC;
   text-shadow: 0 1px #000;
   border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   box-shadow: inset #1185AA 0 1px 1px;
   -moz-box-shadow: inset #1185AA 0 1px 1px;
   -webkit-box-shadow: inset #1185AA 0 1px 1px;
   cursor: pointer;
}
.achat_tab.selected {
   background: #0C6DB9;
}
.achat_tab .delete_tab {
   position: absolute;
   margin: -7px 1px;
   background: #EB3E3E;
   font-family: sans-serif;
   border: 1px solid red;
   padding: 0 2px;
   border-radius: 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   display: none;
}
.achat_tab:hover .delete_tab {
   display: inline;
}
.achat_tab.new {
   border: 1px solid orange;
}
/*
#achat_tab_count {
   float: right;
   margin: 4px 10px 0 0;
   padding: 0px 2px 2px 10px;
   color: #fff;
   cursor: pointer;
   background: url(http://2img.net/i/fa/subsilver/up_arrow.gif) no-repeat top left;
}
*/
#tab_overflow {
   position: absolute;
   bottom: 34px;
   right: 8px;
   opacity: 0.3;
   -moz-opacity: 0.3;
   -webkit-opacity: 0.3;
   filter: alpha(opacity=30);
}
#tab_overflow:hover {
   opacity: 0.9;
   -moz-opacity: 0.9;
   -webkit-opacity: 0.9;
   filter: alpha(opacity=90);
}

/* Already Existing elements */

#chatbox_messenger_form {
   float: right;
   text-align: right;
   width: 50%;
   color: white;
}
#message {
   width: 60%;
   padding: 3px 5px;
   border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   box-shadow: inset 0 3px 5px #CCC;
   -moz-box-shadow: inset 0 3px 5px #CCC;
   -webkit-box-shadow: inset 0 3px 5px #CCC;
   border: 1px solid #888;
}
#chatbox_main_options {
   display: none;
}
.date-and-time {
   float: right;
   margin: 0 3px;
}
#chatbox_header, #chatbox_footer {
   background: #383838;
   box-shadow: inset 0 10px 10px #1e1f21;
   -moz-box-shadow: inset 0 10px 10px #1e1f21;
   -webkit-box-shadow: inset 0 10px 10px #1e1f21;
   text-shadow: 0 1px green;
   font-weight: bold;
}
#chatbox_footer {
   padding: 4px 0;
}
.chatbox_row_1 {
   background-color: #212122;
        margin:auto;
 
}
.chatbox_row_2 {
   background-color: #27282a;
        margin:auto;
}
#chatbox_members .member-title {
   background-color: #CADCEB;
   background-image: none;
   color: #105289;
   margin: 3px;
   border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border: 1px solid #AAD8F7;
   box-shadow: inset 0 10px 10px #E2EEF8;
   -moz-box-shadow: inset 0 10px 10px #E2EEF8;
   -webkit-box-shadow: inset 0 10px 10px #E2EEF8;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-size: 12px;
   padding: .5em .25em;
   text-align: center;
   text-shadow: 0 1px white;
}
.chatbox {
   background-color: #242424;
}
.out-of-date-chat {
   color: red;
   float: right;
   font-size: 0.9em;
}

Side Note* I am part of another forum which uses it and it works fine there but it doesn't work in mine for some reason.
Sponsored content