PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Classifieds Support > Classifieds How do I...?

Classifieds How do I...? Wondering how to do something in Classifieds?

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old December 11th, 2011, 06:42 PM   #1 (permalink)
Member
Verified Customer
 
1996 328ti's Avatar
 
Join Date: Aug 2004
Location: Greenville, SC
Posts: 195
Unable to see Product Options

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?
Attached Images
File Type: png screen.png (24.3 KB, 9 views)
__________________
...steven
www.318ti.org
www.nccbmwcca.org

Last edited by 1996 328ti; December 11th, 2011 at 07:16 PM.
1996 328ti is offline   Reply With Quote
Old December 11th, 2011, 07:24 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,943
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.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 11th, 2011, 07:33 PM   #3 (permalink)
Member
Verified Customer
 
1996 328ti's Avatar
 
Join Date: Aug 2004
Location: Greenville, SC
Posts: 195
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.
__________________
...steven
www.318ti.org
www.nccbmwcca.org
1996 328ti is offline   Reply With Quote
Old December 11th, 2011, 07:38 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,943
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.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 11th, 2011, 07:43 PM   #5 (permalink)
Member
Verified Customer
 
1996 328ti's Avatar
 
Join Date: Aug 2004
Location: Greenville, SC
Posts: 195
Quote:
Originally Posted by Chuck S View Post
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.
__________________
...steven
www.318ti.org
www.nccbmwcca.org
1996 328ti is offline   Reply With Quote
Old December 11th, 2011, 07:53 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,943
LOL well you said adding it to additional.css worked. Either one works I guess it is all about correcting the color mismatch.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 21st, 2011, 01:16 PM   #7 (permalink)
Member
Verified Customer
 
Join Date: Nov 2011
Posts: 85
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?
delfi_r is offline   Reply With Quote
Old December 21st, 2011, 01:29 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,943
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.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 12th, 2012, 11:48 AM   #9 (permalink)
Member
Verified Customer
 
Join Date: Nov 2010
Location: NW Michigan (USA)
Posts: 117
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?
Wulf is offline   Reply With Quote
Old February 12th, 2012, 12:13 PM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,943
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.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 12th, 2012, 12:22 PM   #11 (permalink)
Member
Verified Customer
 
Join Date: Nov 2010
Location: NW Michigan (USA)
Posts: 117
Are you on version 4.1.10?

Quote:
Originally Posted by Chuck S View Post
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.
Wulf is offline   Reply With Quote
Old February 12th, 2012, 01:09 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,943
You can try setting the color link to #000000

I am indeed using 4.1.10 and my links are black.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 12th, 2012, 09:06 PM   #13 (permalink)
Member
Verified Customer
 
Join Date: Nov 2010
Location: NW Michigan (USA)
Posts: 117
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.

Last edited by Wulf; February 12th, 2012 at 09:15 PM.
Wulf is offline   Reply With Quote
Old February 12th, 2012, 11:51 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,943
No you can not.

so your issue really is you where electing to use icons and expected text to be there
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems with Product options menu gameover Classifieds Bug Reports 3 July 6th, 2011 11:47 AM
Text in Product Options RAFA Classifieds How do I...? 3 October 15th, 2010 04:47 PM
Product Options? RaceJunkie Classifieds How do I...? 3 January 1st, 2010 12:31 PM
Product Options Drop Down AstroDude Classifieds Bug Reports 5 April 9th, 2009 01:42 PM


All times are GMT -5. The time now is 12:07 PM.

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