The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Chatbox Design Edit

5 posters

Go down

Chatbox Design Edit Empty Chatbox Design Edit

Post by Erika Whynter February 2nd 2015, 1:13 am

This is my first time using the support forum and my first problem. So here it is,

I just installed an AWC Chatbox. And I like it. The issue is as follows: http://prntscr.com/5zz2ew I have edited only the chatbox name which was easy to do in the JS. However, I don't like that blue at all. Nor the the name I gave it in Red. I wanna know where I can edit these things. Also I wanna make the font bigger because it's very small as you can see. The JS included a link to the CSS code below. I tried pasting it in the CSS Stylesheet and saving it but it keeps disappearing  it doesn't stay there. So if anyone can help me I'll appreciate it.



Code:
/* AvacWeb Chat CSS (Second Revision: AWC 1.9+) */


/* -------------------------
 *  MAIN AVACWEB CHAT ELEMENTS
 * -------------------------
 */
#avacweb_chat {  /* the box that holds the chat */
   position: fixed;
   bottom: 40px;
   right: 10px;
   height: 70%;
   width: 75%;
   z-index: 99998;
}
#avacweb_chat.custom_placement {
   position: relative;
   height: 400px;
   min-width: 700px;
   bottom: initial;
   top: initial;
   z-index: inherit;
}
#avacweb_chat iframe {
   height: 100%;
   width: 100%;
   border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border: 1px solid #64A4F7;
   z-index: 99999;
}
#avacweb_chat_button { /* The button that opens the chat */
   position: fixed;
   right: 5px;
   font-size: 1.3em;
   font-weight: bold;
   z-index: 99999;
   bottom: 0px;
   background: #9DBCF1;
   box-shadow: inset 0 10px 10px #BBD1F8;
   -moz-box-shadow: inset 0 10px 10px #BBD1F8;
   -webkit-box-shadow: inset 0 10px 10px #BBD1F8;
   color: #385F99;
   border: 1px solid #6DA1C4;
   padding: 3px 50px;
   text-align: center;
   border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
}
#avacweb_chat_button:hover {
   border: 1px solid #13457A!important;
}
#avacweb_chat_button.newmsg { /* Design of the button light up when new messages are entered */
   background: #FFA500;
   box-shadow: inset 0 10px 10px #F0D443;
   -moz-box-shadow: inset 0 10px 10px #F0D443;
   -webkit-box-shadow: inset 0 10px 10px #F0D443;
   color: #FFF;
   text-shadow: 0 1px #555;
   border: 1px solid #C5946D;
}
#achat_tabs { /* The box that holds the tabs */
   background: #EEE;
   border-bottom: 1px solid #CCC;
   position: absolute;
   z-index: 999;
   padding: 0;
   margin: 0;
   margin-left: 181px;
}
.achat_tab { /* Design of the actual tabs */
   border-radius: 0;
   -moz-border-radius: 0;
   -webkit-border-radius:0;
   margin: 0;
   border: none;
   border-right: 1px solid #FFF;
   padding: 3px 17px;
   color: #2D68D1;
   font-weight: bold;
   display: inline-block;
   background: #C8D8EB;
   text-shadow: 0 1px #EEE;
   cursor: pointer;
   box-shadow: inset 0 5px 5px #DFE9FA;
   -moz-box-shadow: inset 0 5px 5px #DFE9FA;
   -webkit-box-shadow: inset 0 5px 5px #DFE9FA;
}


/* ---------------------
 * SMALLER ELEMENTS WITHIN AWC
 * ---------------------
 */
#achat_login {  /* Red log in box when user is logged out */
   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 { /* The header that holds the reading, archives and logout button */
   float: right;
   margin: 3px 5px;
}
.achat_button { /* The grey-style button found through out AWC */
   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_row { /* Each message row in the chatbox */
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #FFF;
    padding: 5px 2px;
}
#achat_user_prefs, #achat_smilies, #achat_colors, #achat_popup { /*The pop up boxes that display user options, smilies, colors */
   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;
   left: 5%;
}
#achat_popup {
   text-align: center;
   left: 20%;
}
.achat_user_setting { /* User options in the small box. */
   margin: 3px 0;
   border: 1px solid #CCC;
   padding: 2px 5px;
   width: 150px;
}
.achat_user_setting input {
   float: right;
}
.achat_pm_prepend { /* The small bit that says 'Private messsage:' at the start of PM's */
   font-weight: bold;
   font-style: italic;
   font-size: 0.8em;
   margin-right: 5px;
}
#achat_contextmenu { /* The drop down menu when right-click a user name */
   background: #EEE;
   position: absolute;
   z-index: 9999;
   border: 1px solid #CCC;
}
#achat_contextmenu p { /* The options within the dropdown menu */
   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 { /* Positions the resize/move buttons */
   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 { /* Design of the resize and drag buttons */
   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_tab .delete_tab { /* The delete button on tabs */
   position: absolute;
   font-family: sans;
   padding: 0 2px;
   display: none;   
   margin: -7px 7px;
   color: #E71919;
   text-shadow: none;
   font-weight: bold;
   font-size: 18px;
}
.out-of-date-chat, .achat-admin-alert { /* Design of out of date message */
   color: red;
   float: right;
   font-size: 0.9em;
}

span.merged-msg + span.merged-msg { /* Spacing between merged messages */
   padding-left: 5px;
   margin-left: 5px;
   border-left: 1px solid #BBB;
}


/* -----------------------
 * ELEMENT TWEEKS FOR SETTINGS
 * -----------------------
 */
#achat_header .achat_button { /* Tweeks the header buttons to sit neatly */
   margin: 0 3px;
}
#achat_tabs.newest_first { /* Moves the tabs to the bottom when newest first activated */
   bottom: 30px;
}
#achat_tabs + #chatbox {
   top: 55px;
}
#achat_tabs + #chatbox.newest_first { /* This adjusts the position of messages when viewing them "newest first" */
   top: 30px;
   bottom: 55px;
}
.achat_button.reading { /* Changes the reading button when in reading mode */
   color: red;
}
#achat_smilies, #achat_colors { /* Tweeks the width of the colors and smilies box to  look neat */
   max-width: 96%;
   margin: 0 2%;
}
#achat_colors td {
    cursor: crosshair;
    padding: 5px;
    border: 1px solid #FFF;
}
.a_chat_pm, table.a_chat_pm, .a_chat_tab {
   display: none!important;
}
.achat_tab.selected { /* Changes the design of the tab when its selected */
   background: #5C8AFF;
   color: #FFF;
   text-shadow: 0 1px #222;
   box-shadow: inset 0 5px 5px #669CF8;
   -moz-box-shadow: inset 0 5px 5px #669CF8;
   -webkit-box-shadow: inset 0 5px 5px #669CF8;
}
.achat_tab:hover .delete_tab {
   display: inline;
}
.achat_tab.new {
   background: #F0D096;
}
#achat_smilies p.center, #achat_smilies input[type="submit"] {
   display: none;
}
#chatbox_messenger_form .achat_button {
   float: right;
}

/* ENLARGE MESSAGE */
body.enlarge #chatbox_messenger_form {
   position: absolute;
   bottom: 0px;
   right: 0px;
   width: 100%;
   background: #DDD;
}
body.enlarge #message {
   width: 90%;
   height: 60px;
}
body.enlarge #chatbox {
   bottom:70px;
}
#achat_enlarger {
   height: 15px;
   width: 11px;
   float: right;
   cursor: pointer;
}
#achat_enlarger.down {
   background: url(http://2img.net/i/fa/m/arrows_down1.gif) no-repeat;
}
#achat_enlarger.up {
   background: url(http://2img.net/i/fa/m/arrows_up1.gif) no-repeat;
}

/* ------------------
 * RE_DESIGN OF EXISTING ELEMENTS
 * ---------------------
 */
#chatbox_messenger_form {
   float: right;
   text-align: right;
   width: 50%;
   color: white;
   margin: 0;
}
#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: #0076B1;
   box-shadow: inset 0 10px 10px #2787EE;
   -moz-box-shadow: inset 0 10px 10px #2787EE;
   -webkit-box-shadow: inset 0 10px 10px #2787EE;
   text-shadow: 0 1px blue;
   font-weight: bold;
}
#chatbox_footer {
   padding: 4px 0;
}
#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: #ECF3F7;
}


/* --------------------
 * RESPONSIVE ADJUSTMENTS
 * ---------------------
 */
@media screen and (max-width:800px) {
    #chatbox_footer .achat_button, #chatbox_header .achat_button {
        padding: 1px 3px;
        margin: 0 2px!important;
        font-size: 0.9em;
    } 
    #chatbox_messenger_form {
      width: 60%;
    } 
    .chatbox-title {
      width: auto;
   }
   #avacweb_chat {
      width: 90%;
   }
}
@media screen and (max-width:680px) {
   .chatbox-title {
      font-size: 1em;
   }
   #achat_dimensions, #chatbox_footer > .achat_button { /* no longer give users the option to resize */
      display: none;
   }
   #avacweb_chat {
      width: 95%!important;
   }
   #chatbox_members {
      width: 140px;
   }
   #chatbox {
      left: 140px;
   }
   body > #achat_tabs {
      margin-left: 140px!important;
   }
   #chatbox_messenger_form {
      width: 75%;
    }
}
@media screen and (max-width:450px) {
   .chatbox-title, #chatbox_members, .date-and-time {
      display: none;
   }
   #chatbox_messenger_form {
      width: 100%;
      float: none;
      text-align: center;
      color: rgba(0, 0, 0, 0.0); /* hopefully hiding that annoying text */
      text-shadow: none;
   }
   #message {
      width: 90%;
   }
   #message + .achat_button {
      width: 50%;
      font-size: 1.2em;
      padding: 3px;
   }
   #chatbox {
      left: 0;
   }
   body > #achat_tabs {
      margin-left: 0px!important;
   }
}


/* ----------------------
 * MOBILE ADJUSTMENTS
 * ----------------------
 */
#avacweb_chat.mobile {
   width: 100%;
   height: 100%;
   bottom: 0px;
   left: 0px;
   right: 0px;
}
#avacweb_chat_button.mobile {
   font-size: 5em;
}
body.mobile {
   font-size: 35px;
}
body.mobile #achat_tabs {
   margin-left: 0px!important;
   position: relative;
}
body.mobile #chatbox_messenger_form {
   width: 100%;
   float: none;
   text-align: center;
   text-shadow: none;
}
body.mobile #achat_tabs + #chatbox {
   left: 0px;
   top: 0;
   bottom: 0;
   height: 400px;
   overflow: auto;
   line-height: inherit;
   position: relative;
}
body.mobile #message {
   width: 96%;
   font-size: 35px;
}
body.mobile #message + .achat_button {
   width: 60%;
   font-size: 1.2em;
   padding: 3px;
   border-radius: 2px;
}
body.mobile .chatbox-title, body.mobile #chatbox_members, body.mobile .date-and-time, #avacweb_chat.mobile #achat_dimensions, body.mobile #chatbox_footer > .achat_button {
   display: none;
}
body.mobile #achat_header {
   float: none;
   width: 100%;
   text-align: center;
   font-size: 45px;
}
body.mobile #chatbox_header, body.mobile #chatbox_footer {
   height: auto;
   padding: 5px;
   background: #105289;
   margin: 0;
}
Erika Whynter
Erika Whynter
Forumember

Female Posts : 28
Reputation : 6
Language : EN, SPA, ITA

http://SwordMasteryAcademy.Forumotion.com

Back to top Go down

Chatbox Design Edit Empty Re: Chatbox Design Edit

Post by SLGray February 2nd 2015, 2:14 am



Chatbox Design Edit Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51453
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Chatbox Design Edit Empty Re: Chatbox Design Edit

Post by Erika Whynter February 2nd 2015, 2:30 am

Ok. Thanks. And where do I make the font bigger for the chat because its really small atm
Erika Whynter
Erika Whynter
Forumember

Female Posts : 28
Reputation : 6
Language : EN, SPA, ITA

http://SwordMasteryAcademy.Forumotion.com

Back to top Go down

Chatbox Design Edit Empty Re: Chatbox Design Edit

Post by TheCrow February 2nd 2015, 2:42 am

Whynter Nightmare wrote:Ok. Thanks. And where do I make the font bigger for the chat because its really small atm

Hello @Whynter Nightmare,

Where can we see the button? Could you provide us with a link to your forum and an image of what you mena please?

Thank you,
Luffy
TheCrow
TheCrow
Manager
Manager

Male Posts : 6896
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Chatbox Design Edit Empty Re: Chatbox Design Edit

Post by Erika Whynter February 2nd 2015, 2:49 am

http://SwordMasteryAcademy.forumotion.com

Ok, see here where the users are chatting? http://prntscr.com/5zzz15 I wanna make what they are writing a bit bigger. I also don't know how to disble my users from timing out.
Erika Whynter
Erika Whynter
Forumember

Female Posts : 28
Reputation : 6
Language : EN, SPA, ITA

http://SwordMasteryAcademy.Forumotion.com

Back to top Go down

Chatbox Design Edit Empty Re: Chatbox Design Edit

Post by _Twisted_Mods_ February 2nd 2015, 3:56 am

Code:
.user-msg .msg{font-size:14px!important;}
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Chatbox Design Edit Empty Re: Chatbox Design Edit

Post by Erika Whynter February 2nd 2015, 4:35 am

Now I'm having another issue. None of the other Javascripts are working that I had before. I deleted the chatbox but still my Javascripts are not working
Erika Whynter
Erika Whynter
Forumember

Female Posts : 28
Reputation : 6
Language : EN, SPA, ITA

http://SwordMasteryAcademy.Forumotion.com

Back to top Go down

Chatbox Design Edit Empty Re: Chatbox Design Edit

Post by Guest February 2nd 2015, 5:11 am

Hello @Whynter Nightmare : Are you sure your JS is on? http://prntscr.com/6010kp

For AWC to be re-styled you need to override (!important) settings found in the default CSS in your own CSS for that. The link to that CSS is given in the default JS installation, but here it is in case you overlooked that: http://chat.avacweb.net/avacweb_chat_2.css

You can style AWC or even translate most of it the way you want. Here's an example of my Dutch chat: http://prntscr.com/6012ep
avatar
Guest
Guest


Back to top Go down

Chatbox Design Edit Empty Re: Chatbox Design Edit

Post by Erika Whynter February 2nd 2015, 5:19 am

I had to delete it since the other Head Admins didn't want it but now the other Javascripts aren't working and yes JS is on
Erika Whynter
Erika Whynter
Forumember

Female Posts : 28
Reputation : 6
Language : EN, SPA, ITA

http://SwordMasteryAcademy.Forumotion.com

Back to top Go down

Chatbox Design Edit Empty Re: Chatbox Design Edit

Post by Guest February 2nd 2015, 5:22 am

Whynter Nightmare wrote:I had to delete it since the other Head Admins didn't want it but now the other Javascripts aren't working and yes JS is on
Did you also delete the small CSS part that comes with the installation and did you switch the default FM chat back on? If so, after that, delete forum cookies and clear cache. It will log you out for a moment, but when you get back on your website, all should be okay.

PS: The link to the website you provided in your profile on here contains a typo. Just telling. Wink
avatar
Guest
Guest


Back to top Go down

Chatbox Design Edit Empty Re: Chatbox Design Edit

Post by Erika Whynter February 2nd 2015, 5:31 am

The part of the chat that goes in the CSS disappeared  after I inserted it. I deleted my forum cookies and logged back in, still nothing. I re-pasted the CSS from my backup on my PC. How do I clear the cache?
Erika Whynter
Erika Whynter
Forumember

Female Posts : 28
Reputation : 6
Language : EN, SPA, ITA

http://SwordMasteryAcademy.Forumotion.com

Back to top Go down

Chatbox Design Edit Empty Re: Chatbox Design Edit

Post by Guest February 2nd 2015, 5:34 am

That's your browser's cache I was talking about. The forum cookies can be found here on your forum: http://prntscr.com/6017aq What exactly isn't working atm?
avatar
Guest
Guest


Back to top Go down

Chatbox Design Edit Empty Re: Chatbox Design Edit

Post by Erika Whynter February 2nd 2015, 5:40 am

http://prntscr.com/6018on all of these except Topics and Forums which is a post count spoofer
Erika Whynter
Erika Whynter
Forumember

Female Posts : 28
Reputation : 6
Language : EN, SPA, ITA

http://SwordMasteryAcademy.Forumotion.com

Back to top Go down

Chatbox Design Edit Empty Re: Chatbox Design Edit

Post by Guest February 2nd 2015, 5:41 am

Whynter Nightmare wrote:http://prntscr.com/6018on all of these except Topics and Forums which is a post count spoofer
OK try this. Enable JS management: NO > Save, then Enable JS management: YES > Save.
avatar
Guest
Guest


Back to top Go down

Chatbox Design Edit Empty Re: Chatbox Design Edit

Post by Erika Whynter February 2nd 2015, 5:45 am

Nope still nothing. also the ones not working are the JC code for owners which is a username color edit and prof music which is for profile music which plays a youtube song of the users choice when you visit their profile
Erika Whynter
Erika Whynter
Forumember

Female Posts : 28
Reputation : 6
Language : EN, SPA, ITA

http://SwordMasteryAcademy.Forumotion.com

Back to top Go down

Chatbox Design Edit Empty Re: Chatbox Design Edit

Post by Guest February 2nd 2015, 5:48 am

Whynter Nightmare wrote:Nope still nothing. also the ones not working are the JC code for owners which is a username color edit and prof music which is for profile music which plays a youtube song of the users choice when you visit their profile
Are you sure they (JS) are all on where they should be, like "In the topics", "Index only", etc.? And did the other members delete cookies as well? Are you the only one seeing or...?

I could perhaps take a look if you provide me with an account with the proper rights. If you want that, please PM me.

PS: The link to the website you provided in your profile on here contains a typo. Just telling.
avatar
Guest
Guest


Back to top Go down

Chatbox Design Edit Empty Re: Chatbox Design Edit

Post by Erika Whynter February 2nd 2015, 5:51 am

PM sent
Erika Whynter
Erika Whynter
Forumember

Female Posts : 28
Reputation : 6
Language : EN, SPA, ITA

http://SwordMasteryAcademy.Forumotion.com

Back to top Go down

Chatbox Design Edit Empty Re: Chatbox Design Edit

Post by Guest February 2nd 2015, 6:43 am

Seems more like scripting errors to me. Someone needs to take a closer look at your JS to find them.
avatar
Guest
Guest


Back to top Go down

Chatbox Design Edit Empty Re: Chatbox Design Edit

Post by Eugeo Igvalt February 2nd 2015, 6:56 am

SamanthaS wrote:Seems more like scripting errors to me. Someone needs to take a closer look at your JS to find them.
Hi there. I'm the owner of the Forum, Whynter is having the issue with. I wanted to thank you for looking into the situation. I contacted Twisted Mods since he had helped me with a profile song issue I had. Hopefully he can help me find a solution for it.
Eugeo Igvalt
Eugeo Igvalt
Forumember

Male Posts : 289
Reputation : 17
Language : EN, SPA
Location : Puerto Rico

http://www.NewbForums.com

Back to top Go down

Chatbox Design Edit Empty Re: Chatbox Design Edit

Post by Guest February 2nd 2015, 6:59 am

Eugeo Ayano wrote:
SamanthaS wrote:Seems more like scripting errors to me. Someone needs to take a closer look at your JS to find them.
Hi there. I'm the owner of the Forum, Whynter is having the issue with. I wanted to thank you for looking into the situation. I contacted Twisted Mods since he had helped me with a profile song issue I had. Hopefully he can help me find a solution for it.
You're welcome and thanks. Yeah, he's not online here right now, also not on our website or I would have contacted him directly for you about this issue.
avatar
Guest
Guest


Back to top Go down

Chatbox Design Edit Empty Re: Chatbox Design Edit

Post by _Twisted_Mods_ February 2nd 2015, 11:13 am

you had a JavaScript with text that wasn't suppose to be read outside its /* */ container
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Chatbox Design Edit Empty Re: Chatbox Design Edit

Post by Eugeo Igvalt February 2nd 2015, 1:57 pm

Thank you. I just saw your PM and saw everything is working again. Glad to know it was just that.
Eugeo Igvalt
Eugeo Igvalt
Forumember

Male Posts : 289
Reputation : 17
Language : EN, SPA
Location : Puerto Rico

http://www.NewbForums.com

Back to top Go down

Chatbox Design Edit Empty Re: Chatbox Design Edit

Post by SLGray February 2nd 2015, 6:42 pm

Is this topic needed since you removed the chatbox?


Chatbox Design Edit Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51453
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Chatbox Design Edit Empty Re: Chatbox Design Edit

Post by Erika Whynter February 3rd 2015, 6:49 pm

SLGray wrote:Is this topic needed since you removed the chatbox?
Hi there.  No the topic is not needed. it can be locked or deleted or whatever lol. I also didn't mark it as solved since the issue was deleted.
Erika Whynter
Erika Whynter
Forumember

Female Posts : 28
Reputation : 6
Language : EN, SPA, ITA

http://SwordMasteryAcademy.Forumotion.com

Back to top Go down

Chatbox Design Edit Empty Re: Chatbox Design Edit

Post by _Twisted_Mods_ February 15th 2015, 8:37 pm

trashed as original issue was removed from the users forum
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum