Bei den Kommentaren kommt es zu unschönen Überlagerungen. Wo kann ich das ändern?
https://docs.google.com/open?id=0B70Cg9EggGQoYXg5b2RPS3JDNEE
Gruß
Hannes
Bei den Kommentaren kommt es zu unschönen Überlagerungen. Wo kann ich das ändern?
https://docs.google.com/open?id=0B70Cg9EggGQoYXg5b2RPS3JDNEE
Gruß
Hannes
Hi!
Hallo,
füge folgenden Code in css/custom.css ein, um das Problem zu beheben:
#top .children .comment-reply-link, #top .comment-reply-link{
left: -67px;
}
Regards,
Peter
Ich habe mir jetzt Disqus als Kommentarsystem geholt. Sieht sehr gut aus, wird aber dummerweise unter die Ähnlichen Videos eingefügt. Wie kann ich das ändern?
https://docs.google.com/open?id=0B70Cg9EggGQoWmNadW80S2VfdWM
Du kannst versuchen in single.php folgenden Code:
//show related posts based on tags if there are any
get_template_part( 'includes/related-posts');
//wordpress function that loads the comments template "comments.php"
comments_template( '/includes/comments.php');
mit:
//wordpress function that loads the comments template "comments.php"
comments_template( '/includes/comments.php');
//show related posts based on tags if there are any
get_template_part( 'includes/related-posts');
zu tauschen.
You must log in to post.