HiImRack
Forum Replies Created
-
Shadromero.com
Let me know if you need anything else
Forum: Fixing WordPress
In reply to: Styling For Commets CallsNice! I think I can manage to get this going…. finally!!!! ?? Thank you very much for your time and education alchymyth.
Take care,
Forum: Fixing WordPress
In reply to: Styling For Commets Callslol…. That simple! You are good. Now if I just wanted to make an indent or spacing on the left of reply’s, for that to work I would need to create a new class?
Forum: Fixing WordPress
In reply to: Styling For Commets CallsI see… Thanks for the link. It helped me find out where this was located. So let me ask you this (for my education)
What would be the best way to style the comments area if using a blank theme (per say)? I mean at most just to add some space in between the comments?
But I see what your saying because this everything I’m reading looks like it CSS is the problem.
Here is a link to the comments post with the issue:
https://cre8tivesense.com/redev/blog/hello-world/Thank you,
ShadForum: Fixing WordPress
In reply to: Styling For Commets CallsWell I cant seem to get it working. But I think I found something that can help.
This is what I found in the functions.php file:
<li <?php comment_class(); ?> id=”li-comment-<?php comment_ID(); ?>”>This line seems to output this in html:
<li id=”li-comment-1″ class=”comment even thread-even depth-1″>But I cant find what outputs this in html:
<li id=”li-comment-2″ class=”comment odd alt thread-odd thread-alt depth-1″>Looks like I need to find the function that controlls the (comment even thread-even depth-1) ad (comment odd alt thread-odd thread-alt depth-1)
Any suggestions on how I should go about this?
Forum: Fixing WordPress
In reply to: Styling For Commets CallsI see… So it’s located in the functions.php file? Well, I found it in my themes functions.php file ??
I think I’m good at this point. If I have any more questions, I’ll be sure to post them.
Thanks again alchymyth
Forum: Fixing WordPress
In reply to: Styling For Commets CallsThank for your response alchymyth.
What I’m trying to do is make a more “stylish” comment area for a blog page. I’m using a theme which (I believe) is using calls from the Twenty Ten theme. So when someone posts a comment it starts this loop (per say) with:
<li id=”li-comment-1″ class=”comment even thread-even depth-1″>
Then if someone leaves a comment or reply it shows:
<li id=”li-comment-2″ class=”comment odd alt thread-odd thread-alt depth-1″>
What seems to happen, when more comments are posted it creates a new (li id) and causes the styling to look weird.
I hope this makes more sense. I’ll take a look at the codex you sent to see if I can find something.
Thanks again.
Forum: Fixing WordPress
In reply to: Styling For Commets CallsAlso… please excuse my lack of proper terms used. I’m a bit new to all this.