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.

Name Color Not Working

5 posters

Page 2 of 2 Previous  1, 2

Go down

In progress Name Color Not Working

Post by SpyroDragon May 23rd 2015, 9:21 pm

First topic message reminder :

Yea , i had added ///// to my CSS sheet, then it had screwd up my name colors , i removed the ////  and changed the css sheet the way it was, but the name color has disapeerd, can somebody tell me where i have screwed up ?


I have this for my name color via JavaScript
Code:
$(function(){
  multiColor(1, '<strong><font color="#ffffff">Sp</font><font color="#00ffff">yr</font><font color="#666666">o</font><font color="#00ffff"> ▀█▀ </font><font color="#ffffff">Dr</font><font color="#00ffff">ag</font><font color="#666666">on</font></strong>');
 
  function multiColor(id, html){$('a[href="/u'+id+'"] strong').not(function(){return $("img",this)[0]}).html(html)}
});


Then i have this as my CSS sheet... obviously there is an error somewhere


Code:
#sceditor_smilies {
background-color: transparent; !important
}
#sce_smilies_body, .smiley-element {
background: transparent !important;
#sce_smilies_body, .smiley-element {
      background: transparent !important;
      position:  fixed !important:
}
#sceditor_smilies body { overflow:hidden }
body{
background-attachment:fixed;
background-color:;
}
ul#picture_legend, ul#privmsgs-menu {
 text-align: center;
display: none;
 }
ul#picture_legend li, ul#privmsgs-menu li {
display: inline;
margin: 2px 10px;
display: none;
}
ul#picture_legend li img, ul#privmsgs-menu li img {
 vertical-align: middle;
display: none;
}
#profile-advanced-details div.separator {
    border-bottom: 0px solid #DCDCDC;
   
    td.catHead, th.thHead {
border-width: 0px;
}
td.catHead, th.thHead { border-width:0 !important }
   
td.catBottom, th.thBottom {
border-width: 0px;
}
   
.sceditor-container {
  background:none !important;
  border:none !important;
  width:450px !important;
  height:275px !important;
  margin:80px !important;
    }
#profile-advanced-details dl dt { width:auto; }
#profile-advanced-details dl dd { padding:0; margin-left:40px; }
#info_open, #info_close { display:none; }
td.hr, .post td table td .postdetails { display:none; }
#profile-advanced-details dl dt { font-size:0; }
.sceditor-container {
  background:none !important;
  border:none !important;
  width:450px !important;
  height:275px !important;
  margin:80px !important;
}
.sceditor-toolbar {
  background:none !important;
  border:none !important;
}
.sceditor-container textarea {
  color:#2C97C3 !important;
  font-weight:bold !important;
}
.sceditor-container:before {
  content:url([url=http://i39.servimg.com/u/f39/18/21/60/73/left10.png]http://i39.servimg.com/u/f39/18/21/60/73/left10.png[/url]);
  position:absolute;
  top:-85px;
  left:-80px;
  z-index:-1;
}
.sceditor-container:after {
  content:url([url=http://i39.servimg.com/u/f39/18/21/60/73/right10.png]http://i39.servimg.com/u/f39/18/21/60/73/right10.png[/url]);
  position:absolute;
  right:-80px;
  bottom:-85px;
  z-index:-1;
}
input.liteoption, input.mainoption {
  background:url([url=http://i38.servimg.com/u/f38/17/84/98/50/better10.gif]http://i38.servimg.com/u/f38/17/84/98/50/better10.gif[/url]) no-repeat center;
  border:none;
  padding:0;
  height:30px;
  width:98px;
  position:relative;
  z-index:4;
  cursor:pointer;
}
input.post {
  background:url([url=http://i39.servimg.com/u/f39/17/84/98/50/better13.png]http://i39.servimg.com/u/f39/17/84/98/50/better13.png[/url]) repeat-x center;
  padding:3px;
  height:24px;
}

.sceditor-container textarea { overflow:hidden }
input.post[name="subject"] { border:none }
#pollitems, #pollitems_show, form[name="post"] + table[width="100%"] + table.forumline[width="100%"] { display:none }
form[name="post"] td.row1 b { display:none }
form[name="post"] .forumline th.thHead strong, form[action="/privmsg"] select, form[action="/privmsg"] #add_username { display:none }
input, select, textarea {
    border-width: 0px;
}
div.sceditor-dropdown {
    background: transparent!important;
}
 

 
div.sceditor-container iframe, div.sceditor-container textarea { background:transparent }
.postbg { background-position:0 0; background-repeat:repeat; }
 
 
  #profile-advanced-details div.separator { display:none !important }
#profile-advanced-details dl { display:inline }
#profile-advanced-details dl#field_id8 { display:block }
  #profile-advanced-details dl dd, #profile-advanced-details .field_uneditable { display:inline }
#profile-advanced-details dl dt { float:none; display:inline }
  #profile-advanced-details dl dd { margin-left:5px }
#profile-advanced-details { white-space:pre-wrap }
.forumline { border-spacing:0 }
th.thLeft, .thRight {
border: none !important;
font-size: 0;
}
 
 
  .forumline .row1.over { position:relative }
.forumline .row1.over .hierarchy {
  position:absolute;
  top:20px;
}
.post .postdetails.poster-profile > a img {
  max-width:0px;
  max-height:0px;
}
.post .postdetails.poster-profile > a {
  display:inline-block;
  background:url([url=http://i38.servimg.com/u/f38/16/87/57/90/modsqu10.png]http://i38.servimg.com/u/f38/16/87/57/90/modsqu10.png[/url]) no-repeat 50% 50% / 100% 100%;
  padding:55x;
}
td.catLeft, th.thLeft {
border-width: 0px 0px 0px 0px;
}
SpyroDragon
SpyroDragon
Forumember

Posts : 462
Reputation : 2
Language : English

http://tlos.forumotion.net/

Back to top Go down


In progress Re: Name Color Not Working

Post by SLGray May 23rd 2015, 11:12 pm

Ok guys, we need to calm down.

I did not see anything wrong, but I did not know what was there before you edited it.


Name Color Not Working - Page 2 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 : 51576
Reputation : 3525
Language : English
Location : United States

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

Back to top Go down

In progress Re: Name Color Not Working

Post by SpyroDragon May 23rd 2015, 11:12 pm

I had exactly like the 1st post, there was no changes , rather than an added extra line with the other lines being moved down the list


Last edited by SpyroDragon on May 23rd 2015, 11:14 pm; edited 1 time in total
SpyroDragon
SpyroDragon
Forumember

Posts : 462
Reputation : 2
Language : English

http://tlos.forumotion.net/

Back to top Go down

In progress Re: Name Color Not Working

Post by SLGray May 23rd 2015, 11:13 pm

Both of you, please be respectful.  Brandon asked you if you can copy and paste the CSS from the source you got it from.


Name Color Not Working - Page 2 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 : 51576
Reputation : 3525
Language : English
Location : United States

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

Back to top Go down

In progress Re: Name Color Not Working

Post by SpyroDragon May 23rd 2015, 11:15 pm

We've tried that already
Code:
$(function(){
  multiColor(1, '<strong><font color="#ffffff">Sp</font><font color="#00ffff">yr</font><font color="#666666">o</font><font color="#00ffff"> ▀█▀ </font><font color="#ffffff">Dr</font><font color="#00ffff">ag</font><font color="#666666">on</font></strong>');
 
  function multiColor(id, html){$('a[href="/u'+id+'"] strong').not(function(){return $("img",this)[0]}).html(html)}
});

is what i got from @Angetutor
There was no CSS code included , which is the " makes no sense what so ever " part
SpyroDragon
SpyroDragon
Forumember

Posts : 462
Reputation : 2
Language : English

http://tlos.forumotion.net/

Back to top Go down

In progress Re: Name Color Not Working

Post by SLGray May 23rd 2015, 11:23 pm

I just tested this on my forum, and it worked.  Did you modify anything else and/or add more JavaScripts?


Name Color Not Working - Page 2 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 : 51576
Reputation : 3525
Language : English
Location : United States

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

Back to top Go down

In progress Re: Name Color Not Working

Post by SpyroDragon May 23rd 2015, 11:28 pm

Negative.. The only thing i added and removed was what i was menchioning eairler, which makes no sense what so ever how it could interfere with javascript..
some how, some way, shape or form .. adding and removing " /// backgrounds /// " to my css sytle sheet ,   caused  my javascript for name color to stop working.



@I have just tried testing all my javascript codes,  it seems that None of them are working except the double post merdging
SpyroDragon
SpyroDragon
Forumember

Posts : 462
Reputation : 2
Language : English

http://tlos.forumotion.net/

Back to top Go down

In progress Re: Name Color Not Working

Post by SpyroDragon May 27th 2015, 8:41 am

Bump
SpyroDragon
SpyroDragon
Forumember

Posts : 462
Reputation : 2
Language : English

http://tlos.forumotion.net/

Back to top Go down

In progress Re: Name Color Not Working

Post by SpyroDragon May 30th 2015, 5:02 pm

Bump
SpyroDragon
SpyroDragon
Forumember

Posts : 462
Reputation : 2
Language : English

http://tlos.forumotion.net/

Back to top Go down

In progress Re: Name Color Not Working

Post by SpyroDragon June 1st 2015, 7:48 pm

Bumpo!
SpyroDragon
SpyroDragon
Forumember

Posts : 462
Reputation : 2
Language : English

http://tlos.forumotion.net/

Back to top Go down

In progress Re: Name Color Not Working

Post by SpyroDragon June 4th 2015, 9:58 am

Bump

** Problem Reminder **

JavaScript Codes have stopped working after adding and removing " ///  " to Css StyleSheet, Somehow, some way , shape , or form adding and removing that from my CSS has broke all my JavaScript Codes except for the Double post Merdging one.
SpyroDragon
SpyroDragon
Forumember

Posts : 462
Reputation : 2
Language : English

http://tlos.forumotion.net/

Back to top Go down

In progress Re: Name Color Not Working

Post by SpyroDragon June 9th 2015, 7:28 am

Bump
SpyroDragon
SpyroDragon
Forumember

Posts : 462
Reputation : 2
Language : English

http://tlos.forumotion.net/

Back to top Go down

In progress Re: Name Color Not Working

Post by SpyroDragon June 13th 2015, 11:15 pm

Bump.. Please Notice The 1st Bump was May 27th...
SpyroDragon
SpyroDragon
Forumember

Posts : 462
Reputation : 2
Language : English

http://tlos.forumotion.net/

Back to top Go down

In progress Re: Name Color Not Working

Post by SpyroDragon June 18th 2015, 7:56 am

Bump
SpyroDragon
SpyroDragon
Forumember

Posts : 462
Reputation : 2
Language : English

http://tlos.forumotion.net/

Back to top Go down

In progress Re: Name Color Not Working

Post by SpyroDragon June 19th 2015, 11:38 pm

This problem is still Occuring.. iv had this problem ever since the 1st Bump..
SpyroDragon
SpyroDragon
Forumember

Posts : 462
Reputation : 2
Language : English

http://tlos.forumotion.net/

Back to top Go down

In progress Re: Name Color Not Working

Post by SpyroDragon June 30th 2015, 1:51 am

i believe its been over a month now since iv been waiting for solution..

BUMP
SpyroDragon
SpyroDragon
Forumember

Posts : 462
Reputation : 2
Language : English

http://tlos.forumotion.net/

Back to top Go down

In progress Re: Name Color Not Working

Post by SpyroDragon July 1st 2015, 11:20 am

Did I finaly stump everyone? nobody knows how to fix this?
SpyroDragon
SpyroDragon
Forumember

Posts : 462
Reputation : 2
Language : English

http://tlos.forumotion.net/

Back to top Go down

In progress Re: Name Color Not Working

Post by Ange Tuteur July 1st 2015, 11:34 am

Hi, I apologize for the wait.

I can confidently say that CSS in no way can prevent JavaScripts from performing their functions. From what I can tell, you have an error in a script installed in all the pages. What was the last JavaScript you installed or modified that's placed in all the pages ?
Name Color Not Working - Page 2 Captur32

My console identifies this part as missing a semi-colon ( ; ) at the end.
Code:
customBg('ᴛᴡɪʟɪ ▀█▀ ᴅʀᴀɢᴏɴ','Twili-background','')
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: Name Color Not Working

Post by SpyroDragon July 1st 2015, 11:46 am

well its not the background im trying to fix, its the name color that's broke, I have an account you can use that has acsess with the admin panel if you want to see for yourself.
SpyroDragon
SpyroDragon
Forumember

Posts : 462
Reputation : 2
Language : English

http://tlos.forumotion.net/

Back to top Go down

In progress Re: Name Color Not Working

Post by Ange Tuteur July 1st 2015, 11:59 am

The error I mentioned is what's preventing the name script from working.
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: Name Color Not Working

Post by Ape July 1st 2015, 7:49 pm

SpyroDragon wrote:well its not the background im trying to fix, its the name color that's broke, I have an account you can use that has acsess with the admin panel if you want to see for yourself.

Ange Tuteur wrote:The error I mentioned is what's preventing the name script from working.
What Ange Tuteur is saying is when a code in java is not made right or has some things missing it may mess up other codes that are loaded before that names code so there for the code he has pin pointed is the one that is making the problem.

You need to fix that problem before we can go on


Name Color Not Working - Page 2 Left1212Name Color Not Working - Page 2 Center11Name Color Not Working - Page 2 Right112
Name Color Not Working - Page 2 Ape_b110
Name Color Not Working - Page 2 Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19454
Reputation : 2012
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

In progress Re: Name Color Not Working

Post by Ange Tuteur July 1st 2015, 11:34 pm

@SpyroDragon it should be okay now. I updated the script with the account you sent me. Very good
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: Name Color Not Working

Post by SpyroDragon July 2nd 2015, 2:18 am

Thanks, can you send me that code for the Custom backgrounds again?
SpyroDragon
SpyroDragon
Forumember

Posts : 462
Reputation : 2
Language : English

http://tlos.forumotion.net/

Back to top Go down

Page 2 of 2 Previous  1, 2

Back to top

- Similar topics

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