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 » Center area post/pages » Comments, trackbacks & pings »

[SOLVED] Color for Author comment highlighting - not working?


  #1  
Old Feb 5, 2009, 10:50 PM
lctkw
 
10 posts · Feb 2009
I'm using Wordpress 2.7 and version 3.2 of the Atahualpa theme. I've set 'color for author comment highlighting' to 5E6A91 (which should give a bluish colour) but it still displays as the default pink in my blog. anyone has any ideas what's wrong? thanks very much!

an example can be seen at http://waslost.thecoffeespoon.net/20...lure/#comments

p.s. is there any way to indent comment replies to make it more obvious that they're replies? or is styling the borders of the comments the only way to do it?
  #2  
Old Feb 6, 2009, 01:09 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
You're right... a bug, will fix in 3.2.1. Try, via HTML/CSS Inserts -> CSS Inserts

HTML Code:
div.bypostauthor {
background-color: #5E6A91;
border: solid 1px #.......;
}
From the 3rd level on (2nd reply level on) the replies would be indented. I left the first on the left to have room for more reply levels. This is the default setting for the 2nd level (1st reply level), add this via CSS Inserts and change the values:

HTML Code:
ul.commentlist li ul.children li.depth-2 {
    margin: 10px 0 0 0;
    }
  #3  
Old Feb 6, 2009, 04:28 AM
lctkw
 
10 posts · Feb 2009
the div.bypostauthor code didn't see to work, although the commentlist styling works fine. i'm in no hurry to change the author comment background - as long as i know it's being fixed, i can wait!

thanks for replying!
  #4  
Old Feb 6, 2009, 06:25 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Try with !important if you got a chance

HTML Code:
div.bypostauthor {
background-color: #5E6A91 !important;
border: solid 1px #....... !important;
}
It'll be fixed in 3.2.1 regardless
  #5  
Old Feb 6, 2009, 06:38 AM
lctkw
 
10 posts · Feb 2009
that worked great, thanks a lot!

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
comment author link... designer666 Comments, trackbacks & pings 1 May 11, 2009 01:23 PM
Author comment background to appear the same in all levels of commenting perdox808 Comments, trackbacks & pings 6 May 1, 2009 06:08 PM
[SOLVED] Highlighting search results perdox808 Atahualpa 3 Wordpress theme 4 May 1, 2009 06:38 AM
Author comment background to appear the same in all levels of commenting perdox808 Comments, trackbacks & pings 0 Apr 21, 2009 06:19 AM
[SOLVED] LMB^Box Comment Quicktags -> not quite working? lctkw Comments, trackbacks & pings 3 Mar 5, 2009 08:11 AM


All times are GMT -6. The time now is 09:51 PM.


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