Hey nabend zusammen!
ich komme leider nicht weiter!
und zwar habe ich das Plugin aktiviert, welches es ermöglicht, auf Kommentare zu antworten!
jetzt würde ich gerne, dass die Kommenater genau so aussehen wir früher! (das Plugin ersetzt die ganzen Kommentar-Dateien wie comments.php usw)
hier ist auch beschrieben, dass es prinzipiell möglich ist!
nur jetzt in der Praxis komm ich nich weiter!
Ich hab in meinem Design viele Style-Infos für die Kommentare wie z.B.
#comment-tpl h5
.comment-list
.comment-user
.comment-block
.comment-list-alt
.comment-block:hover
.comment-list a:hover
und noch andere!
Jetzt sieht die style.css des Plugins, welche man bearbeiten soll, so aus:
select#comment_parent {
width: auto;
}
.authorline {
font-size: 0.8em;
font-style: italic;
}
ol.yatcp_commentlist {
margin: 0;
padding: 0;
list-style-type: none;
}
ol.yatcp_commentlist li {
margin: 0;
padding: 5px;
list-style-type: none;
}
ol.yatcp_commentlist li.alt {
border: 0;
background-color: #fafafa;
}
ol.yatcp_commentlist li ol {
border-left: 2px solid #aaa;
list-style-type: none;
}
Alles anzeigen
was muss ich tun, um die Sachen zu übernehmen? einfach überall ol.yatcp_ davorschreiben und reinkopieren??
Als in info steht auf der Seite noch:
"You might tweak the contents of these Selectors so they fit your taste and/or template. You can also add new selectors (e.g. ol.yatcp_commentlist li ol li, as a link to the CSS File is included within the outout of the comments template every time it is called, so new CSS Rules will apply instantly. "
wäre euch echt dankbar, wenn ihr mir helfen könnt!!!
mfG