Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme »

Help editing nested comments


  #1  
Old Feb 5, 2011, 01:35 AM
ElectroTorials
 
9 posts · Feb 2011
Hi, my site is electrotorials.com.

I am having troubles editing the layout of comments, especially nested ones. In ATO>Comments>style and configure comments, they give you the option to edit the boarder around single comments, and i changed it from dotted grey to a solid blue. But when I did, the nested comments still had a grey dotted border. I couldn't find anywhere to edit nested comments, any i would like to edit their spacing in relation to other comments as well as change the border.

In other posts i saw that the comments could be edited through a css insert:

ul.commentlist li {
margin: 5px 0;
padding: 10px;
border: solid 1px #419184;
background: #FFFCC8;
}

but when i did this, it made a box around a comment and all of its nested comments, additionally, it didn't replace the grey dot border.

If anyone could help me, I have wp 3.0.4 and Atahualpa 3.6.1
  #2  
Old Feb 5, 2011, 04:12 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
what you are seeing is the AUTHOR highlighting. If you want the post authors comments to have a solid border, use
HTML Code:
ul.children div.bypostauthor {
	border-style:solid;
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Feb 5, 2011, 02:38 PM
ElectroTorials
 
9 posts · Feb 2011
Ok, thanks. That worked for the author comments. How do I change comments from other users? I see that your code includes: div.bypostauthor, but what would I do to make it explicable to all of the nested comments. Also, is there a way to make the space that appears after nested comments disappear. Thanks!
  #4  
Old Feb 6, 2011, 12:35 PM
ElectroTorials
 
9 posts · Feb 2011
Here is what my css insert looks like:
Code:
ul.children div.bypostauthor {
	border-style:solid;
}
I can tell that the box is only appearing around my comments because of the bypostauthor but I don't know what to put to make it applicable to all children comments (i.e. ones by the test user I made) which are still showing up as a dotted grey border.
  #5  
Old Feb 7, 2011, 05:50 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
The best way to see all the CSS you will need is to use Firebug in Firefox. This way you can examine each area you want to change, change it and then copy the CSS.

There are several levels when dealing with nested comments and each effects the levels beneth it
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Editing php EasyHiker Header configuration & styling 3 Jul 26, 2010 09:31 AM
Editing the Archive title pushkinpassey Atahualpa 3 Wordpress theme 11 Mar 9, 2010 04:51 AM
Editing page php rhymes Atahualpa 3 Wordpress theme 2 May 16, 2009 10:38 PM
Threaded (nested) comments [X] levels deep?? botv0091 Comments, trackbacks & pings 0 Apr 23, 2009 06:15 AM
Background Colours in Nested Replies bstewart23 Comments, trackbacks & pings 0 Jan 2, 2009 05:54 AM


All times are GMT -6. The time now is 04:27 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.