Glitter dont appear chatbox
3 posters
Page 1 of 1
Glitter dont appear chatbox
Hi i just wanna ask what happen to my forum i been doing this for a long time never had error but now got problem on it just happen my glitter on chatbox and the last post name glitter was not appearing kind a wierd this 1st time had error on glitter and glowing hope you guys can help.
Last edited by padrig on Wed 11 Feb 2015 - 19:05; edited 1 time in total (Reason for editing : ask to change)
Re: Glitter dont appear chatbox
Hello @padrig,
The chatbox was recently updated. By consequence some user CSS rules and Scripts no longer work.
The reason your Username styles are not working anymore is because the user links are no longer Anchor elements which contain the HREF attribute. The usernames are now SPAN elements which contain a special data-user attribute.
You'll have to add the following selector to your current CSS rule.
The 1 is the ID of the user. So to affect both the forum and the chatbox, we do the following :
The chatbox was recently updated. By consequence some user CSS rules and Scripts no longer work.
The reason your Username styles are not working anymore is because the user links are no longer Anchor elements which contain the HREF attribute. The usernames are now SPAN elements which contain a special data-user attribute.
You'll have to add the following selector to your current CSS rule.
- Code:
span[data-user="1"]
The 1 is the ID of the user. So to affect both the forum and the chatbox, we do the following :
- Code:
a[href="/u1"] span strong, span[data-user="1"] { text-shadow:0 0 6px #F00 }
Re: Glitter dont appear chatbox
Please change the title of your topic to something that is related to your question/issue, so that other users will be able to find their question/issue using the search engine.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Glitter dont appear chatbox
Thnx and how about on the last post? showing the admin name not gliittering? thnx for the chat solution
Re: Glitter dont appear chatbox
Hi sir this guide you gave work on Last post but chatbox still same not working glitter glow not appearing ty!
Last edited by padrig on Wed 11 Feb 2015 - 19:43; edited 1 time in total
Similar topics
» im think html dont work on my templates orr i dont know because im new in forumotion
» glitter effects to user
» Glitter Photo
» Text glow and glitter problem
» Glow and glitter on administrators name?
» glitter effects to user
» Glitter Photo
» Text glow and glitter problem
» Glow and glitter on administrators name?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum