icon Learn how to get the most out of Surmunity - read our forum tips here! | Welcome! Please register to access all of our features.

» Surpass Web Hosting Forums » Discussions » Coding and Programming » Wordpress Comments codeing problem..

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread
Old February 6th, 2008, 12:45 PM   #1 (permalink)
B - UNIT!!
Super #1
 
bcinelli's Avatar
 
Joined in Aug 2004
Lives in Long Island, NY
Hosted on Pass23
1,373 posts
Gave thanks: 0
Thanked 0 times
Wordpress Comments codeing problem..

I'm trying to fix the comments section on my website. (dirtydalerz.com) its SFW. Click on the newest post and you can see the font color for my comments is basically black but i cannot change it whatsoever.

I have looked through the stylesheet up and down pluging in and out code to see where the property is with no luck at all. Someone mind giving me a hand it would be much appreciated!

Code:
/*
Theme Name: SnobTheme by egoSconnesso[dot]net
Description: Three column theme using elegant light and gray. A snob theme.
Author: egoSconnesso[dot]net
Author URI: http://www.egosconnesso.net/
*/

/* Basics and Typography */
body {
 background: #006600;
 /* background-image: url('images/background.gif'); */
 margin:  0;
 padding: 0;
 font: 75%/1.2 "Trebuchet MS", Verdana, Arial, Sans-Serif;
 color: #000;
 text-align: center;
}
#header {
 position: relative;
 top:4px;
 width: 800px;
 height: 150px;
 margin: 0 auto;
 padding: 0
}
#header h1 {
 padding: 46px 0 0 0;
 margin: 0;
 font-size: 1.7em;
 text-align: center;
}
#header h1 a {
 color: #fff;
}
#header h1 a:hover {
 color: #efefef;
 text-decoration: none;
}
#head {
 text-align:center;
}

p {
	font-size: 1em;
	margin: 0 0 1.2em;
	padding: 0;
	line-height: 1.5em;
}
ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 3em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: .9em 0;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	color: #3e3f5f; 
}
h1, h2 {
	font-size: 1.3em;
}
h3 {
 	font-size: 1.2em;
}
h4 {
	font-size: 1.0em;
}
a {
	text-decoration: none;
        background: none;
}
a:link {
	color: #606060;
}
a:visited {
	color: #606060;
}
a:hover, a:active {
	color: #cecece;
}
input, textarea, select {
	border: 1px solid #000;
	background: #c7c7c7;
	color: #000;
	font: 8pt/1.2 Tahoma, Arial, sans-serif;
}
.button {
	border: 1px solid #000;
	background: #c7c7c7;
	color: #000;
	font: bold 8pt/1.2 Tahoma, Arial, sans-serif;
}
blockquote {
	margin: 6px 4px;
	padding: 10px;
        border: 1px solid #ccc;
        background: #fff url('images/bqbg.gif') no-repeat right bottom;
	font-size: 0.9em
}
code {
	font-family: monospace;
	color: #666;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0px none;
}
.small {
	font-size: 0.9em;
	color: #999;
}
#container {
 width:975px;
 margin: 0 auto;
 padding: 0;
 background: #000000;
 border-left: 1px solid #999;
 border-right: 1px solid #999;
 border-top: 0px none;
 border-bottom: 7px solid #999;
 text-align: left
}

#topcontentdouble {
 float: left;
 width: 300px;
 height: 27px;
 /*background: #fff;*/
 margin: 0 9px;
 display: inline;
}
#topcontent {
 width: 950px;
 background: #fff;
 margin: 9px auto 0 auto;
 height: 27px;
}
#bottomcontentdouble {
 display: inline;
 float: left;
 width: 500px;
 /*background: #fff;*/
 margin: 9px 9px 0 9px;
 height: 27px;
}
#content {
 float: left;
 width: 525px;
 margin:  0 9px;
 display: inline;
}

#singlecontent {
 width: 730px;
 padding:0;
 margin: 0 auto;
}
.post {
 margin: 0 6px 30px 5px;
 padding: 5px;
 background: #000000;
 border: 1px dashed #006600;
}

.post a {
 color: #606060;
 text-decoration: none;
}
.post a:hover {
 color: #cecece;
}
.post a:visited {
 color: #606060;
}
.post h2 {
 color: #606060;
 font-size: 1.8em;
 margin: 40px 0 0 10px;
}
.post h3 {
 float: right;
 color: #606060;
 font-size: 1em;
 margin: 0; padding: 0;
}
.meta {
 font-size: .9em;
 line-height: 18px;
}
.feedback {
 text-align: right;
 font-size: 1.0em;
}
.author {
 width: 200px;
 float: right;
 text-align: right;
}
.pauth {
 text-align: left;
 font-size: 1.0em;
 color: #006600;
}


/* Page Navigation */
.postnavigation {
 height: 45px;
}
.left {
 float: left;
 padding-left: 105px;
}
.right {
 float: right;
 padding-right: 105px; 
}
.leftdouble {
 float: left;
 padding-left: 10px;
}
.rightdouble {
 float: right;
 padding-right: 10px; 
}


/* Sidebars */
#sidebar2 {
 position: relative;
 float: right;
 width: 200px;
 margin: 10px 0 0 10px;
 display: inline;
}
#sidebar {
 position: relative;
 float: left;
 width: 200px;
 margin: 10px 0 0 10px;
 display: inline;
}
#sidebar h2 {
 margin:0; padding: 3px 0;
 color: #FFFFFF;
}
#sidebar ul, #sidebar2 ul {
 padding:0; margin:0;
}
#sidebar ul li, #sidebar2 ul li {
 list-style-type: none;
 list-style-image: url('none');
}
#sidebar ul, #sidebar ul li {
 margin: 0;
 padding: 0;
}
#sidebar ul li ul, #sidebar2 ul li ul {
 margin: 0 5px 0 0;
 padding: 2px 3px 5px 3px;
}
#sidebar ul li ul li, #sidebar2 ul li ul li {
 margin: 0;
 display: block;
 background: url('images/bullet.gif') no-repeat 0 .6em;
 padding-left:10px; padding-right:0; padding-top:0; padding-bottom:0
}
#sidebar ul li ul li a {
 display: block;
 height:1%; /* IE WIN */
}
#sidebar ul li ul li a:hover {
 text-decoration: none;
}
#sidebar ul li ul li ul {
 margin: 0;
 padding: 0;
}
#sidebar2 ul, #sidebar ul li {
 margin: 0;
 padding: 0; 
}
.sidebg {
 background: #000000;
 padding: 5px
}

/* The following is the fix for 3-pixel-jog bug in IE */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #content {
 /*margin-right: 7px;*/
}
 
* html #sidebar, * html #sidebar2 {
 height: 1%;
}
/* End hide from IE5/mac */


/* Comments */

#response {
 margin: 0px 110px;
}
#commentlist {
 padding: 0px 10px 0px 10px;
 margin-left: 10px;
 margin-right: 10px;
 color: #FFFF00;
 list-style-type: none; 
 text-align: justify;
}
#commentlist li  p{
 padding: 0px;
 margin: 8px 0px 0px 0px;
}
.commentname {
 width: 220px;
 float: left;
 font-size: 0.9em;
 margin: 0;
 padding: 0  0 2px 0;
}
.commentinfo{
 width: 250px;
 float: right;
 text-align: right;
}
.commenttext {
 clear: both;
 padding-top: 0px;
 margin-top: 0px;
 margin-bottom: 70px;
 border-top: 1px solid #FFFFFF;
 text-align:left; 
 line-height:16px;
 font-color: #FFFFFF;
}

/* Comment Form  */
h2#postcomment {
 margin: 40px 0px 0px 0px;
 padding: 0 0 20px 10px;
}
#commentform {
 padding: 1px 20px;
 margin: 0;
}
#commentboxes {
 width: 200px;
 float: left;
 color: #000;
 font-size: 0.9em;
}

#inputbox {
 clear: both;
 color: #777;
 font-size: 0.9em;
}
#button {
 padding-top: 0.5em;
}
#commentsbottom {
 margin: 0;
 padding: 0;
 height: 22px;
}

/* Credits */
#footer {
 margin: 10px auto;
 width: 950px;
 font-size: 10px;
}
#footer p {
 margin-top: 0;
}
.clearer {
 clear: both;
 line-height: 0px;
}


/* Typography */

.post {
 color: #000;
 text-align: left;
}

.title a  {
 clear:both;
 text-align: left;
 height: 20px;
 color: #999999;
 display: block;
 text-decoration: none;
 font-size: 1.6em;
 padding: 8px 0 6px 0;
}
.title a:hover {
 color: #cecece;
}
.storycontent {
 color: #FFFFFF;
 padding: 0px 0px 5px 0px;
}
.singlepages p {
 text-align: left;
 margin: 0px 105px 80px 105px;
 line-height: 20px;
}
.storycontent a {
 color: #006600;
 text-decoration: none;
}
.storycontent a:hover {
 color: #009900;
 text-decoration: line-through;
}
.storycontent a:visited {
 color: #006600;
}

/* Page Navigation */
.left a {
 color: #FF00CC;
 font-size: 0.9em;
}
.right a{
 font-size: 0.9em;
 color: #606060;
}
.leftdouble a{
 color: #606060;
 font-size: 0.9em;
}
.rightdouble a{
 font-size: 0.9em;
 color: #606060;
}


/* Comments */
.commentauthor {
 font-weight: bold;
 font-size: 1.2em;
 padding: 0 0 2px 0;
 margin: 0;
 color: #FFFFFF;
}
.commentauthor a {
 font-weight: bold;
 margin: 0;
 background: url('images/bullet.jpg') no-repeat top right;; padding-left:0; padding-right:20px; padding-top:0; padding-bottom:0
}
.commentdate {
 font-size: 0.8em;
 text-align: right;
 line-height: 18px;
 padding: 0;
 margin: 0;
}
#nocomment, #commentsclosed {
 text-align: center;
 color: #FFFF00;
 font-size: 1.1em;
}

/* Comments Form */
#comment  {
 width: 320px;
}
#comment, #author, #url, #email, #press{
 background: #fff;
 font-size: 1.1em;
 color: #777;
 padding: 1px 2px 1px 1px;
}
#comment, #author, #url, #email{
 border: 1px solid #FFFFFF;
}
#comment:hover, #author:hover, #url:hover, #email:hover{
 border: 1px solid #777;
}
#comment:focus, #author:focus, #url:focus, #email:focus{
 background: #fff;
 border: 1px solid #000;
 color: #777;
 padding: 1px 2px 1px 1px;
}
#commentboxes p {
 margin: 0;
 padding-bottom: 0.9em;
}


h2#comments {
 margin-bottom:40px;
}


p.feeds {
 float: right;
 margin-top: -1.8em;
 font-size: 0.9em;
}


p.feeds a, p.feeds a:hover  {
 text-decoration: none;
}


p.feeds a:hover {
 color: #000000;
}
#inputbox {
 clear: both;
 color: #777;
 font-size: 0.9em;
}
#inputbox a {
 color: #777;
}
#inputbox a:hover {
 color: #FFFFFF;
}


p.inputbox {
 margin: 0;
 padding-bottom: 10px;
}


p.pages {
 margin: 0;
 padding: 40px 40px;
 padding-top: 0;
 text-align: center;
}


p.pages a {
 color: #cecece;
}


/* Credits */
p.credits {
 padding: 0px;
 text-align: center;
 margin: 10px 0px; 
 color: #FFF;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 0.9em;
}
p.credits a {
 color:#000;
}


/* Search/Archives/Categories Results Pages */
.searchresult, .searchresult h2 {
 padding: 0;
 margin: 0;
}
.searchresult a {
 color: #606060; 
}
.searchinfo {
 font-size: .9em;
 line-height: 18px;
 padding: 0 0 2px 0;
 color: #000;
 margin: 0 ;
}
.searchdetails {
 font-size: .9em;
 line-height: 18px;
 padding: 0 0 2px 0;
 color: #000;
 margin: 0 ;
 border-bottom: 1px solid #d6debb;
}

/* 
This piece of code is for clearing
the floats without structural markup
Don't modify it
*/
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}
.clearfix {
 display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
 height: 1%;
}
.clearfix {
 display: block;
}
/* End hide from IE-mac */
.alt {
        border-bottom: 1px solid #efefef;
        }
.notice {
       color: #59a212;
       font-size: 1.2em;
       font-weight: bold;
        }
.notice2 {
        color: #577305;
        font-weight: bold;
         }
#wp-calendar a {
   background: #f4fbd9;
}
__________________
All sites hosted on Pass23 -- Dirty Dalerz Inc. --Dirty Dalerz (dot) com--ZooYorkFreak (dot) com--NyLiBeerpong(dot) com--Ugh.. Myspace
bcinelli is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old February 6th, 2008, 1:01 PM   #2 (permalink)
H
after g, before i
Super #1
 
H's Avatar
 
Joined in Jul 2004
Hosted on Gojira
7,870 posts
Gave thanks: 44
Thanked 127 times
B dawg!

Simple fix. In the HTML, your commentlist is a class. In your CSS it's an ID. Just change one of them and you should be all set.

Just to make it super easy, I did change in the HTML: "<ol id="commentlist">"
H is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old February 6th, 2008, 1:16 PM   #3 (permalink)
B - UNIT!!
Super #1
 
bcinelli's Avatar
 
Joined in Aug 2004
Lives in Long Island, NY
Hosted on Pass23
1,373 posts
Gave thanks: 0
Thanked 0 times
Quote:
Originally Posted by H View Post
B dawg!

Simple fix. In the HTML, your commentlist is a class. In your CSS it's an ID. Just change one of them and you should be all set.

Just to make it super easy, I did change in the HTML: "<ol id="commentlist">"
I know its been a long time since i been around haha. i'm working on writing a book so its taken me out of the game for a little while.

I honestly lost you on what you had said. I been so far out of the codeing game its ridiculous. Can i get a re-peat in retarded terms for me .. pweese
__________________
All sites hosted on Pass23 -- Dirty Dalerz Inc. --Dirty Dalerz (dot) com--ZooYorkFreak (dot) com--NyLiBeerpong(dot) com--Ugh.. Myspace
bcinelli is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old February 6th, 2008, 1:19 PM   #4 (permalink)
H
after g, before i
Super #1
 
H's Avatar
 
Joined in Jul 2004
Hosted on Gojira
7,870 posts
Gave thanks: 44
Thanked 127 times
Sweet man. We'll have to catch up on AIM sometime we're both free. It's been quite a while since we've done that.

Go into your template (I have no idea how Wordpress works) where the HTML for comments is stored.

Do a Apple+F and look for "<ol class="commentlist">". Replace that with "<ol id="commentlist">". Save. Done.
H is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old February 6th, 2008, 1:20 PM   #5 (permalink)
URB4N 5K1LLZ
Super #1
 
Roxy's Avatar
 
Joined in Sep 2005
Lives in Orlando, FL
Hosted on SH63
2,648 posts
Gave thanks: 81
Thanked 127 times
In your HTML coding you have the "ordered list" tag with a "CLASS" for the comments style, when it should be "ID" since in your CSS the # represents for an ID and . represents the CLASS.

Edit/// I tried to explain it this way....probably not the best...GO H!
__________________
Roxanne
Surpass Staff

Urban Roxy -Personal Blog
SH63 - the best darn shared server!
Roxy is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old February 6th, 2008, 1:28 PM   #6 (permalink)
B - UNIT!!
Super #1
 
bcinelli's Avatar
 
Joined in Aug 2004
Lives in Long Island, NY
Hosted on Pass23
1,373 posts
Gave thanks: 0
Thanked 0 times
Quote:
Originally Posted by H View Post
Sweet man. We'll have to catch up on AIM sometime we're both free. It's been quite a while since we've done that.

Go into your template (I have no idea how Wordpress works) where the HTML for comments is stored.

Do a Apple+F and look for "<ol class="commentlist">". Replace that with "<ol id="commentlist">". Save. Done.
Well on top of catching up .. damn i owe you a beer! cause you fixed it! .. love you haug.. the name change kinda screwed me up for a sec.

yeah we need to catch up !

and hello everyone .. im trying to fix up my sites cause i have neglected them and people hav actually been visiting them so i kinda wanna update them more.

ON top of that miss you all and i'll be around here more often .. NOT A LIE!
__________________
All sites hosted on Pass23 -- Dirty Dalerz Inc. --Dirty Dalerz (dot) com--ZooYorkFreak (dot) com--NyLiBeerpong(dot) com--Ugh.. Myspace
bcinelli is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old February 6th, 2008, 1:41 PM   #7 (permalink)
B - UNIT!!
Super #1
 
bcinelli's Avatar
 
Joined in Aug 2004
Lives in Long Island, NY
Hosted on Pass23
1,373 posts
Gave thanks: 0
Thanked 0 times
Effing Wordpress! lol. now when i look at my comment form its not showing the NAME Author URL next to the boxes!

argh.

There has to be something wrong with why the font color is not showing up. Damn the comments section on this theme is BOOTY!
__________________
All sites hosted on Pass23 -- Dirty Dalerz Inc. --Dirty Dalerz (dot) com--ZooYorkFreak (dot) com--NyLiBeerpong(dot) com--Ugh.. Myspace
bcinelli is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old February 6th, 2008, 4:58 PM   #8 (permalink)
H
after g, before i
Super #1
 
H's Avatar
 
Joined in Jul 2004
Hosted on Gojira
7,870 posts
Gave thanks: 44
Thanked 127 times
Would you like a mailing address to send that beer? ;-)
H is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old February 6th, 2008, 5:04 PM   #9 (permalink)
URB4N 5K1LLZ
Super #1
 
Roxy's Avatar
 
Joined in Sep 2005
Lives in Orlando, FL
Hosted on SH63
2,648 posts
Gave thanks: 81
Thanked 127 times
Time to get a new theme....
__________________
Roxanne
Surpass Staff

Urban Roxy -Personal Blog
SH63 - the best darn shared server!
Roxy is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 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