Bug color legend
Bug color legend
14 years 9 months ago - 14 years 9 months ago
I don't know if a bug bat the color legend are all same color
Legend :: Site Administrator, Global Moderator, Moderator, User, Guest
Legend :: Site Administrator, Global Moderator, Moderator, User, Guest
Last edit: 14 years 9 months ago by oni.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Re: Re: Bug color legend
14 years 9 months ago
Ok Man,
I'll fix it and update new version today. Thanks
I'll fix it and update new version today. Thanks
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Email: 9themestore@gmail.com
Twitter: @9themestore
Please Log in or Create an account to join the conversation.
Re: Re: Bug color legend
14 years 9 months ago
@Oni,
We have just released new version and a update package. Click the Update menu to view change log.
We have just released new version and a update package. Click the Update menu to view change log.
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Email: 9themestore@gmail.com
Twitter: @9themestore
Please Log in or Create an account to join the conversation.
Re: Re: Bug color legend
14 years 9 months ago - 14 years 9 months ago
I have update but this problem is not fix
Last edit: 14 years 9 months ago by oni.
Please Log in or Create an account to join the conversation.
Re: Re: Bug color legend
14 years 9 months ago
Thanks for report,
We'll fix it in next version, but i have quick fix for you:
Open the kunena.forum-min.css and goto about line 350, replace the CSS code following:
by
Thanks
We'll fix it in next version, but i have quick fix for you:
Open the kunena.forum-min.css and goto about line 350, replace the CSS code following:
Code:
/* COLOR ADMINISTRATOR AND MODERATOR
----------------------------------------------------------------------------------------------- */
#Kunena .kwho-admin { }
#Kunena .kwho-globalmoderator { }
#Kunena .kwho-moderator { }
#Kunena .kwho-user { }
#Kunena .kwho-guest { }
#Kunena .kwho-banned { }
#Kunena .kwho-blocked { }
by
Code:
/* COLOR ADMINISTRATOR AND MODERATOR
----------------------------------------------------------------------------------------------- */
#Kunena .kwho-admin { color: #c00; }
#Kunena .kwho-globalmoderator { color: #dd6d14; }
#Kunena .kwho-moderator { color: #3b8111; }
#Kunena .kwho-user { color: #069;}
#Kunena .kwho-guest { color: #B88B30; }
#Kunena .kwho-banned { color: #000; }
#Kunena .kwho-blocked { color: #999; }
Thanks
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Email: 9themestore@gmail.com
Twitter: @9themestore
Please Log in or Create an account to join the conversation.
Re: Re: Bug color legend
14 years 9 months ago
Now the color legend is good bat my nickname online is same color other user.
My color should be red as an administrator, but are orange.
Yet on the forums are set up as administrator.
My color should be red as an administrator, but are orange.
Yet on the forums are set up as administrator.
Please Log in or Create an account to join the conversation.
Re: Re: Bug color legend
14 years 9 months ago
Hi Oni,
Sorry for this delay.
I have a solution for you. You can add the "!important" after color tag.
I tried and it worked very well.
Thanks
Sorry for this delay.
I have a solution for you. You can add the "!important" after color tag.
Code:
/* COLOR ADMINISTRATOR AND MODERATOR
----------------------------------------------------------------------------------------------- */
#Kunena .kwho-admin { color: #c00 !important; }
#Kunena .kwho-globalmoderator { color: #dd6d14 !important; }
#Kunena .kwho-moderator { color: #3b8111 !important; }
#Kunena .kwho-user { color: #069 !important;}
#Kunena .kwho-guest { color: #B88B30 !important; }
#Kunena .kwho-banned { color: #000 !important; }
#Kunena .kwho-blocked { color: #999 !important; }
I tried and it worked very well.
Thanks
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Email: 9themestore@gmail.com
Twitter: @9themestore
The following user(s) said Thank You: oni
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Re: Re: Bug color legend
14 years 8 months ago - 14 years 8 months ago
This fix are not on latest version theme 1.0.2
Olso there is a bug for the tag list
Here the bug
I have fix Line 1401 kunena-forum-min.css
#Kunena div.kmsgbody div.kmsgtext ul > li { list-style-type: disc; margin-left: 20px; }
I have insert margin-left: 20px;
I don't know if is a good fix
Olso there is a bug for the tag list
Here the bug
- Test 1
- test2
- test3
I have fix Line 1401 kunena-forum-min.css
#Kunena div.kmsgbody div.kmsgtext ul > li { list-style-type: disc; margin-left: 20px; }
I have insert margin-left: 20px;
I don't know if is a good fix
Last edit: 14 years 8 months ago by oni.
Please Log in or Create an account to join the conversation.
Time to create page: 0.274 seconds