We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

I need help changing the chat font color on the toolbar | Forum

Douglas
Douglas Dec 17 '11
I am trying to change the font color for the ajaxim on the top toolbar, without effecting the other places using the same CSS.... (see pic)



I went into the base CSS and changed 
.ow_txt_value to WHITE, but that caused other places on the website to be white also.

So i created a new CSS rule called 
.ow_txt_value2 for just the chat toolbar font.
But, the only place i found to point to that new CSS rule is at 2 places in \ow_plugins\ajaxim\views\components\toolbar.html

I made the change, uploaded that file, but nothing happened. Still the chat font color is black and pulling from the original 
.ow_txt_value 

What am i missing here? I completely stumped now after 3 hours...


Den Team
Den Dec 19 '11
Did you enabled DEV_MODE in ow_includes/config.php file?
Douglas
Douglas Dec 19 '11
Quote from Addenster Did you enabled DEV_MODE in ow_includes/config.php file?

Oops No i didnt. What does dev mode do?
Den Team
Den Dec 20 '11
Before you implement any css/html changes, you have to enable DEV_MODE in ow_includes/config.php file. This mode actives a cache rebuilding. 
Douglas
Douglas Dec 20 '11
Oh my :\

I've made some changes without that. 
Den Team
Den Dec 22 '11
This mode should be activated before any changes in other way your changes will not be applied
Willow
Willow Dec 29 '11
Kinda along the same lines of this. What changes in what files would i need to make in order for this to read IM, and not Chat?

from: 


to:


Thanks in advance.
Willow891

Douglas
Douglas Dec 29 '11
Willow, thats an easy one...

In your admin area, goto... Settings--->Language
Then in the dropdown menu on that page, select INSTANT CHAT
it's in there somewhere with text value of 
{text key='ajaxim+chat'}


Willow
Willow Dec 29 '11

Quote from Douglas Willow, thats an easy one...

In your admin area, goto... Settings--->Language
Then in the dropdown menu on that page, select INSTANT CHAT
it's in there somewhere with text value of 
{text key='ajaxim+chat'}



Thanks Douglas, I really appreciate the quick response! That did the trick. :)