PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds How do I...? (http://www.photopost.com/forum/classifieds-how-do-i/)
-   -   Unable to see Product Options (http://www.photopost.com/forum/classifieds-how-do-i/147130-unable-see-product-options.html)

1996 328ti December 11th, 2011 06:42 PM

Unable to see Product Options
 
1 Attachment(s)
I've selected text and has been working up until now.
Recently updated vB to 4.1.8 and notice that the text is white so it blends with the background.

Where would I fix that?


Added:
I added to the additional.css template
Code:

Content visible to verified customers only.
Seems to work now. Will something break elsewhere?

Chuck S December 11th, 2011 07:24 PM

I beleive I discussed this elsewhere but its actually what I would consider a vb 4.18 css bug. They set the background to white and then also set the text to white.

You need to edit the popupmenu.css in vbulletin and change the white color to the black color in that css.

1996 328ti December 11th, 2011 07:33 PM

I read something about the the addtional.css template and the styles directory.
I didn't really understand though. Firebug pointed out the css code to me.

I'll take a look at the popupmenu.css code also.

Thanks.

Added: I guess by adding the code to additional.css, it overwrites the popmenu.css template.
One less thing I need to revert when updating.

Chuck S December 11th, 2011 07:38 PM

All I can tell you is that editing the popmenu css template and changing the code to #000000 worked for me.

The problem as I see it is the background for the popup menu is white set in vb and then they set in the popupmenu css the actual text to white. This simply is wrong if you ask me.

1996 328ti December 11th, 2011 07:43 PM

Quote:

Originally Posted by Chuck S (Post 1294384)
All I can tell you is that editing the popmenu css template and changing the code to #000000 worked for me.

We are saying the same thing. :)
Quote:

The problem as I see it is the background for the popup menu is white set in vb and then they set in the popupmenu css the actual text to white. This simply is wrong if you ask me.
Agreed.

Thanks.

Chuck S December 11th, 2011 07:53 PM

LOL well you said adding it to additional.css worked. Either one works I guess it is all about correcting the color mismatch.

delfi_r December 21st, 2011 01:16 PM

Please, wich line have you reverted to I' ve changed

Quote:

.blockhead .popupbody li > a {
color:{vb:stylevar blockhead_link_color};
to

Quote:

.blockhead .popupbody li > a {
color:#000000;
In one default popmenu.css without chance

Perhaps there is one other option there?

Chuck S December 21st, 2011 01:29 PM

your coding is not exzactly as we posted dont know if leaving a space or not affects it but this in popupmenu.css template

Code:

Content visible to verified customers only.
I can not comment further on what your doing without seeing a site link.

Wulf February 12th, 2012 11:48 AM

I tried to add the code to additional.css but it doesn't work. I looked for the above ".blockhead .popupbody li > a" in popupmenu.css but it isn't there.

There are quite a few settings for PopupMenus in the stylevars for each style. popupmenu_link_color is already set to black but it doesn't make a difference in the Product Options list. All other popup menus on the site appear fine and follow the rules in the stylevars.

Does anyone have this problem in vB version 4.1.10?

Chuck S February 12th, 2012 12:13 PM

anything I did suggested here works fine. Like I said the issue is your setting the text color to the white color same as background in the css. I beleive the popupmenu.css is the one you want to edit and change the color to black not white.

Wulf February 12th, 2012 12:22 PM

Are you on version 4.1.10?

Quote:

Originally Posted by Chuck S (Post 1294681)
Code:

Content visible to verified customers only.

I don't have that code in my popupmenu.css. I do have this:


Code:

Content visible to verified customers only.
As far as I understand, it is referring to "color: {vb:stylevar popupmenu_link_color};" for the text color.

Chuck S February 12th, 2012 01:09 PM

You can try setting the color link to #000000

I am indeed using 4.1.10 and my links are black.

Wulf February 12th, 2012 09:06 PM

All the other popup menus on the forum display fine so it must have something to do with this popup. I have a style (Black Stealth) with white text on a dark background and text in Product Options isn't displayed either.

Never mind, I found some other threads about this setting: Use Icons versus Text Links?

Apparently, you can't have both.

Chuck S February 12th, 2012 11:51 PM

No you can not.

so your issue really is you where electing to use icons and expected text to be there ;)


All times are GMT -5. The time now is 04:27 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97