I have some question and a little advises about this dkret3 theme, and hope they will make this theme better:
1. When i use my-dkret3 child theme, Why the sidebar layout option disappear in my-dkret3 settings? i want to use the sidebar-small.css in child theme and modify my own style.css.
2. when the cursor focus in the comment textarea, there is a long grey image pop out between "leave a comment" and "Your email is never published nor shared", do anybody take note of it?
3. could you theme author move the "edit" link (right align) in to the tags area which is in the end of each post in your next version? i think that will looks better for blog owner, do you?
4. In the single post page, the "previous post" and "next post" links display is a good function for readers, but as i know, we can display the previous post's TITTLE and the next post's TITTLE in this function. so i change the single.php like blow:
<div id="nav" class="navigation">
<span class="nav-previous"><?php previous_post_link('%link'); ?></span>
<span class="nav-next"><?php next_post_link('%link'); ?></span>
5. In the calendar, the DAY's align is center, but the DATE's align is left, so it is looks a little disorderly, and i found setting it all right-align looks better, could you try it and fix it?
6. I think it's not good experience for blog reader move their mouse on header image but the cursor changed to 'hand', because that means they cannot click the mouse next, otherwise it will take them to the same page most of the time. so i remove the onmouseclick function myself. how do you think it?