I cannot have alternating comments and gravatars with WordPress 2.6 The Gravatars only show up on every other comment. Now that I’ve removed the alternate comment code, the font won’t change to black.
Also, I don’t use Adobe whatever that opens the .psd files.
I want to change the colors of the background on the header but cannot locate where that is.
I and just checked against W3C CSS validator. It returned an error. .wp-caption Property border-radius doesn't exist in CSS level 2.1 but exists in [css3] : 3px
Is it possible to increase the space between site name and slogan? In my case I have "under baseline" elements in letters of the first line of the header (Kid's energy burner) intersecting with uppercase letter from slogan (There is a champion inside every child)
Is there any chance it can be added to coming release?
Alternating comments and gravatars should work out of the box just like on my site. Make sure you have the lastest version of the theme installed and if still you experience problems try disabling plugins one by one until you find a conflicting one.
If you want to try out different headers you can check the sticky thread in this forum (amazing grace tweaks). You can directly use some of the changed files etc.
DREAMGYM: To change space between site name and slogan you can edit #header p section of the CSS file and for example change this
I was still having issues with the alt comment background and gravatars not lining up to the left correctly. I moved them to the right and they are fine now.
I have the latest version of WP and AG.
One thing I can't seem to fix is when there are no comments on a post, the entry box is fine. But, when there is a comment, the entry box doubles. Any clue as to where I can go check on this?
I do love the theme. Sorry I was so cranky in the first post!!! I've done some color adjusting and such, but I really do like how this theme flows.
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/dogensan/public_html/blog/wp-content/themes/amazing-grace/header.php:4) in /home/dogensan/public_html/blog/wp-content/plugins/mycaptcha/MyCaptcha.php on line 51
I have tried with all plugins disabled.
that message shows only on “pages” and never on “articles”.
It doesn't show with default theme, either
Thx in advance for your help.
edit:
Should have used my brain before…
I added this:
<?php if (class_exists('MyCaptcha')) {$MyCaptcha->initialize();} ?>
Vladimir’s WordPress Forum
Issues
19:36
4 August, 2008
Jo
Moving this from comment section here:
I cannot have alternating comments and gravatars with WordPress 2.6 The Gravatars only show up on every other comment. Now that I’ve removed the alternate comment code, the font won’t change to black.
Also, I don’t use Adobe whatever that opens the .psd files.
I want to change the colors of the background on the header but cannot locate where that is.
Thanks!
20:03
7 August, 2008
DreamGYM
Hello Vladimir,
Thanks a lot for “Amazing Grace”. It is truly amazing! I use it on http://kidsenergyburner.com
I have couple of questions:
Is there any chance it can be added to coming release?
Again, Thanks a lot! Sincerely, DreamGYM
12:10
9 August, 2008
Vladimir
posts 685
Alternating comments and gravatars should work out of the box just like on my site. Make sure you have the lastest version of the theme installed and if still you experience problems try disabling plugins one by one until you find a conflicting one.
If you want to try out different headers you can check the sticky thread in this forum (amazing grace tweaks). You can directly use some of the changed files etc.
DREAMGYM: To change space between site name and slogan you can edit #header p section of the CSS file and for example change this
12:37
12 August, 2008
Jo
I was still having issues with the alt comment background and gravatars not lining up to the left correctly. I moved them to the right and they are fine now.
I have the latest version of WP and AG.
One thing I can't seem to fix is when there are no comments on a post, the entry box is fine. But, when there is a comment, the entry box doubles. Any clue as to where I can go check on this?
I do love the theme. Sorry I was so cranky in the first post!!! I've done some color adjusting and such, but I really do like how this theme flows.
http://joscafe.com
Jo
10:18
15 August, 2008
Vladimir
posts 685
It's all ok, my english does not stretch far enough for me to know what cranky means.
It could be that one of your plugins is making the problem. Try disabling them until you find a confilcting one.
19:39
23 September, 2008
René
Hi Vladimir,
I have a problem with amazing grace and MyCaptcha on http://blog.dogensangha-martinique.org
the error message is:
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/dogensan/public_html/blog/wp-content/themes/amazing-grace/header.php:4) in /home/dogensan/public_html/blog/wp-content/plugins/mycaptcha/MyCaptcha.php on line 51
I have tried with all plugins disabled.
that message shows only on “pages” and never on “articles”.
It doesn't show with default theme, either
Thx in advance for your help.
edit:
Should have used my brain before…
I added this:
<?php if (class_exists('MyCaptcha')) {$MyCaptcha->initialize();} ?>
to page page.php and it works like a charm.
that means it wasn't an Amazing Grace issue.