私のWordpressのテーマでは、返信ボタンが表示されますが、クリックできません.URLがリンクされていません.これはstyle.cssスクリプトの一部です:
}
ol.commentlist li .reply{
margin-top:10px;
font-size:10px;
width:42px;
height:28px;
text-indent:-9000px;
background:url(images/reply.png);
}
以下のようにスクリプトを変更すると、テキスト REPLY が表示され、それをクリックすることができます。
}
ol.commentlist li .reply{
margin-top:10px;
font-size:12px;
}
誰でもそれを修正する方法を手伝ってもらえますか、私はNOOBです:-)
よろしくお願いします!
ウェブサイト: http://pietkei.nl