vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Profile Text changing color when Changing Header background color (https://vborg.vbsupport.ru/showthread.php?t=264076)

Tracyf 05-23-2011 02:17 PM

Profile Text changing color when Changing Header background color
 
1 Attachment(s)
I am super new to vbullentin just purchased it last week, and have been working hard the past few days figuring out how everything works, got the most of it down and alot of the mods i wanted in but I have been racking my brain trying to figure out why the text color in the view profile page turns from black to white when I edit the header_background file, I changed the top option in here, Background Color from the original color #707070 to white #fffff and when I do this the background color under my logo does turn white but I realized that the text in the view profile also turns white which has me stumped, I do not know why its changing to white in the view profile page and If i don't make the background white it looks gross I want it to be white !!! Here r a few screen shots so u know what im taking about !!

Thanks to anyone that can help me with this issue !!
Hugs, Tracy

RobbieZ 05-23-2011 03:00 PM

Hi Tracy

The reason it's doing this is because the memberinfo text color is also linked to this stylevar body_color.

So changing that will also alter your text color in your member profile.

To get around this try

Style Manager > Css templates > member.css

and find the following

#usermenu li a {
color: {stylevar body_color}
}

Change the color to sometyhing like this:

#usermenu li a {
color: #F70CDB;
}

Tracyf 05-23-2011 03:21 PM

Thanks for your reply Robbie I did try this but i can't find #usermenu li a {
color: #eaba11;{stylevar body_color}
} its not in that file !!!

I am using vB4 any other ideas for me to try ???

Thanks in advance !!

RobbieZ 05-23-2011 04:31 PM

One sec, what board number are you using?

Tracyf 05-23-2011 05:00 PM

I'm using 4.1.3

RobbieZ 05-23-2011 07:12 PM

Right, sorry about that, no wonder you couldn't find it. Let me check my other board.

Tracyf 05-23-2011 07:19 PM

ty so much !!

RobbieZ 05-23-2011 09:04 PM

OK, Ive had a good hunt round, A few scratches of the head and come up with this.

Do your changes as you did before so you get the white text color in your profile.

Now in your profile, hit the 'Customize My Profile'

Scroll down and find 'Inactive Modules' and change this to a different color - Inactive Module Link Color

Now in that same panel hit 'Save As Site Default' this will change it global, the only thing is, it changes Add Albums and Join Groups to that same color.

Other than that I'm a little stumped and will probably kick myself when I find out.

Hope that helps

raj4x 05-23-2011 10:17 PM

Quote:

Originally Posted by RobbieZ (Post 2199247)
OK, Ive had a good hunt round, A few scratches of the head and come up with this.

Do your changes as you did before so you get the white text color in your profile.

Now in your profile, hit the 'Customize My Profile'

Scroll down and find 'Inactive Modules' and change this to a different color - Inactive Module Link Color

Now in that same panel hit 'Save As Site Default' this will change it global, the only thing is, it changes Add Albums and Join Groups to that same color.

Other than that I'm a little stumped and will probably kick myself when I find out.

Hope that helps

Problem is that this solution works for about 1 second. The moment you go back to forum and then check Profile again...the "old" colors are back.
At least, that's what's happening on my site.

There's a conflict somewhere, where these CSS settings get overruled later I think.

Stumped here as well. Looking for a way to revert to the original situation and disable Profile Customization...coz that's just not working correctly.

Raj

Tracyf 05-23-2011 10:42 PM

Thanks for the help guys, I hope they come out with a fix for this prob soon !!

Hugs, Tracy

RobbieZ 05-23-2011 10:55 PM

Ok, Ive found it at last.

CSS templates > userprofile.css

Find

Code:

#sidebar_container a
{
        color: {vb:raw moduleinactive_link_color};
}

#sidebar_container a:hover
{
        color: {vb:raw moduleinactive_link_color};
}

Change too

Code:

#sidebar_container a
{
        color: #Your color;
}

#sidebar_container a:hover
{
        color: #Your color if you want hover color to change;
}

Red = a 6 hex html # color eg: #EABA11 , #FFFFFF, #8073A6 etc

goroddy 09-18-2011 12:21 AM

sorry to jump this thread but i couldn't much in regards to changing the back ground color of the header

any ideas ??

any one ??

thanks in advance


All times are GMT. The time now is 07:14 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01072 seconds
  • Memory Usage 1,738KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (12)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete