Cara Mengatasi Tombol Reply Atau Balas Tidak Berfungsi Di Kotak Komentar Blog
Ketika anda ingin membalas komentar di postingan blog anda akan tetapi tombol balas atau tombol reply tidak berfungsi atau tidak dapat di klik, untuk cara mengatasinya mari simak langkah - langkah berikut dibawah ini.
- Letakkan isyarat di bawah ini sempurna di atas isyarat </body>
<script> //<![CDATA[
/* Repair Reply Button by igniel.com */
function Display_Reply_Form(e) {
par_id=$(e).attr('id');
par_id=Valid_Par_Id(par_id);
html=$(Cur_Cform_Hdr).html();
if(Cur_Cform_Hdr=='.comment_form') {
reset_html='<a href=\"#origin_cform\" onclick=\"Reset_Comment_Form()\" id=\"resetcomments\">Add Comments</a><a name=\"origin_cform\"/>';
$(Cur_Cform_Hdr).html(reset_html)
}
else {
$(Cur_Cform_Hdr).html('')
}
Cur_Cform_Hdr='#r_f_c'+par_id;
$(Cur_Cform_Hdr).html(html);
$('#comment-editor').attr('src',Cform_Ins_ParID(par_id))
}
//]]> </script>
/* Repair Reply Button by igniel.com */
function Display_Reply_Form(e) {
par_id=$(e).attr('id');
par_id=Valid_Par_Id(par_id);
html=$(Cur_Cform_Hdr).html();
if(Cur_Cform_Hdr=='.comment_form') {
reset_html='<a href=\"#origin_cform\" onclick=\"Reset_Comment_Form()\" id=\"resetcomments\">Add Comments</a><a name=\"origin_cform\"/>';
$(Cur_Cform_Hdr).html(reset_html)
}
else {
$(Cur_Cform_Hdr).html('')
}
Cur_Cform_Hdr='#r_f_c'+par_id;
$(Cur_Cform_Hdr).html(html);
$('#comment-editor').attr('src',Cform_Ins_ParID(par_id))
}
//]]> </script>
- Contohnya menyerupai gambar di bawah ini
- Kemudian klik simpan tema dan lihat hasilnya.
- Selamat Mencoba