-
AuthorPosts
-
September 5, 2008 at 6:50 pm #133004
have a CSS conflict with the JA_Purity 1.2.0 Template included with Joomla 1.5.6. The buttons at the bottom of the “reply to post” (eg preview, submit, cancel, and also the two img buttons) are almost black (as in black text on black background). I think I need to replace the images with solid (as opposed to transparent) images to compensate for the background.
Where are the images for the five buttons located?
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
September 5, 2008 at 8:38 pm #268983Ja_Purity?
September 5, 2008 at 8:40 pm #268986Yes the problem is with the fireboard
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
September 5, 2008 at 8:42 pm #268987I understand now. Can you share a URL? It’s much easier to diagnose that way.
Thanks,
john.September 5, 2008 at 9:42 pm #269005John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
September 5, 2008 at 11:26 pm #269010Here’s your solution
In the file template.css (line 195)
Change the area in red to indicate what you see below.
NOTE: the following is just a snippet of the full CSS block, but you only need to change what’s indicated in Red.
.button {
background:#FFFFFF none repeat scroll 0 0;That should do it.
John.
1 user says Thank You to John Wesley Brett for this useful post
September 6, 2008 at 8:42 am #269051fixed but now when the mouse by not hce any effect
September 20, 2008 at 5:00 pm #271532Where is that template.css file located, in the one I’m looking at line 195 doesn’t look like that at all and I can’t find another line that does either. Maybe I’m looking at the wrong file?
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
September 20, 2008 at 6:40 pm #271549The first was diagnosed in line 195 in HIS website.
It could quite possibly be different in yours.
If you can provide a URL for your page with the same issue I’ll be glad to track it down for you.John.
September 20, 2008 at 7:14 pm #271556My URL is
http://www.punxsy.net/index.php?option=com_fireboard&Itemid=3&func=post&do=reply&catid=20
You probably have to register to see the problem.
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
September 21, 2008 at 5:52 pm #271597Elbel, located the problem and below is your fix:
To show white letters on top of the dark button:locate forum.css (line 145) and change ….
From this:
table#fb_postmessage .button {
border:1px solid #999999;
color:#333333;
font-weight:bold;
margin:3px;
padding:3px 10px;
}
to this:
table#fb_postmessage .button {
border:1px solid #999999;
color:#ffffff;
font-weight:bold;
margin:3px;
padding:3px 10px;
}Nice shot of Phil in the header by the way! 🙂
Have fun!
John.1 user says Thank You to John Wesley Brett for this useful post
September 21, 2008 at 10:29 pm #271605Thanks a ton for that diagnosis.
I did have a problem when I changed the text color to white it also changed the text to white in the image and file upload boxes, so i figured out how to add a background tag and made the buttons gray and left the text black.
I could have never fixed it without you finding it for me though. Thanks.
-
AuthorPosts
This topic contains 12 replies, has 3 voices, and was last updated by elbel86 16 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum