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.

Username Glow CSS not functioning [Invision]

2 posters

Go down

In progress Username Glow CSS not functioning [Invision]

Post by samareye April 17th 2012, 11:03 am

Hello,

My forum is using Invision. The username glow, which has worked using phpBB2, is not working now.

Code:

.name strong a[href="/u9"] {text-shadow: 0px 0px 3px #eebc1d;}
.gensmall a[href="/u9"] {text-shadow: 0px 0px 3px #eebc1d;}
#chatbox_members a[href="/u9"] {text-shadow: 0px 0px 3px #eebc1d;}
#chatbox a[href="/u9"] {text-shadow: 0px 0px 3px #eebc1d;}

That is what I use, or a variation of it (that has multiple colors, right?)
Code:

.name strong a[href="/u2"]{
color: #ffffff; 
text-shadow: -1px 1px 8px #000000, 1px -1px 8px #000000; 
}

#chatbox_members a[href="/u2"]{
color: #ffffff; 
text-shadow: -1px 1px 8px #000000, 1px -1px 8px #000000; 
}

.gensmall a[href="/u2"]{
color: #ffffff; 
text-shadow: -1px 1px 8px #000000, 1px -1px 8px #000000; 
}

Neither of these are working. Is there a problem I am not seeing?
avatar
samareye
Forumember

Posts : 29
Reputation : 1
Language : english

Back to top Go down

In progress Re: Username Glow CSS not functioning [Invision]

Post by samareye April 17th 2012, 6:59 pm

Update: It works for the Chatbox (not the members list), but not for anywhere else. Is the code different in Invision?
avatar
samareye
Forumember

Posts : 29
Reputation : 1
Language : english

Back to top Go down

In progress Re: Username Glow CSS not functioning [Invision]

Post by SLGray April 17th 2012, 9:07 pm

Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead!




Username Glow CSS not functioning [Invision] 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

In progress Re: Username Glow CSS not functioning [Invision]

Post by samareye April 18th 2012, 6:32 am

Great! It worked like a charm. Thank you very much, Rideem3.

[EDIT:] Actually, I noticed that it started hilighting ALL members names with this code

Code:

#fo_stat a[href="/u2"],
.activeusers-box p a[href="/u2"],
#chatbox a[href="/u2"],
#chatbox_members a[href="/u2"],
table.ipbtable td a[href="/u2"],
.postprofile strong,
.module a[href="/u2"] {
  text-shadow: 0px 0px 3px #ffffff;
}

I'll try to work out to see that the problem is!

I changed it to .postprofile strong a[href="/u#], and now it doesn't hilight peoples' names in posts, though it does in the main forum tables.

This is a link to someone who had a similar issue, but they completely took out .postprofile strong, making their users not have it in their actual posts.
avatar
samareye
Forumember

Posts : 29
Reputation : 1
Language : english

Back to top Go down

In progress Re: Username Glow CSS not functioning [Invision]

Post by samareye April 19th 2012, 6:16 am

Sorry, I typed that out wrong. In my CSS stylesheet, it is properly coded and still not working. Thank you for noticing that.
avatar
samareye
Forumember

Posts : 29
Reputation : 1
Language : english

Back to top Go down

Back to top

- Similar topics

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