admin管理员组文章数量:1122846
I use plugin Paginated Comments. I edit template and CSS in paginated-comments.php but "reply" does not work. "reply" does not appear at all.
.jpg (There should be a button to reply).
Code full:
What is problem? Help me please, thanks
<div id="respond">
<h3><?php comment_form_title( __('Yorum Yap', 'wpzoom' ), __('Leave a Reply to %s', 'wpzoom')); ?></h3>
<div class="cancel-comment-reply"><p><?php cancel_comment_reply_link(); ?></p></div>
<?php if ( get_option('comment_registration') && !$user_ID ) : ?>
<p><?php _e('You must be', 'wpzoom') ?> <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?redirect_to=<?php echo urlencode(get_permalink()); ?>"><?php _e('logged in', 'wpzoom') ?></a> <?php _e('to post a comment.', 'wpzoom') ?></p>
<?php else : ?>
<form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">
<textarea name="comment" id="comment" tabindex="1" rows="10" cols="140"></textarea><br />
<?php if ( $user_ID ) : ?>
<p><?php _e('Logged in as', 'wpzoom') ?> <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo wp_logout_url(); ?>" title="<?php _e('Log out of this account', 'wpzoom') ?>"><?php _e('Logout', 'wpzoom') ?> »</a></p>
<input name="submit" type="submit" id="submit" class="comm-submit" value="<?php _e('Yorum Gönder', 'wpzoom') ?>" />
<?php else : ?>
<div id="formLabels">
<p><input type="text" onblur="if (this.value == '') {this.value = '<?php _e('İsim (gerekli)', 'wpzoom') ?>';}" onfocus="if (this.value == '<?php _e('İsim (gerekli)', 'wpzoom') ?>') {this.value = '';}" value="<?php _e('İsim (gerekli)', 'wpzoom') ?>" name="author" id="author" size="4" tabindex="2" <?php if ($req) echo "aria-required='true'"; ?> /></p>
<p><input type="text" onblur="if (this.value == '') {this.value = '<?php _e('Email (yayınlanmayacak)', 'wpzoom') ?>';}" onfocus="if (this.value == '<?php _e('Email (yayınlanmayacak)', 'wpzoom') ?>') {this.value = '';}" value="<?php _e('Email (yayınlanmayacak)', 'wpzoom') ?>" name="email" id="email" size="4" tabindex="3" <?php if ($req) echo "aria-required='true'"; ?> /> </p>
<input name="submit" type="submit" id="submit" class="comm-submit" value="<?php _e('Yorum Gönder', 'wpzoom') ?>" />
</div>
<?php endif; ?>
<?php comment_id_fields(); ?>
<?php do_action('comment_form', $post->ID); ?>
<div class="clear"></div>
</form>
<?php endif; // If registration required and not logged in ?>
I use plugin Paginated Comments. I edit template and CSS in paginated-comments.php but "reply" does not work. "reply" does not appear at all.
https://i.sstatic.net/Vl5r6.jpg (There should be a button to reply).
Code full: http://pastebin.com/70Aq4fEQ
What is problem? Help me please, thanks
<div id="respond">
<h3><?php comment_form_title( __('Yorum Yap', 'wpzoom' ), __('Leave a Reply to %s', 'wpzoom')); ?></h3>
<div class="cancel-comment-reply"><p><?php cancel_comment_reply_link(); ?></p></div>
<?php if ( get_option('comment_registration') && !$user_ID ) : ?>
<p><?php _e('You must be', 'wpzoom') ?> <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?redirect_to=<?php echo urlencode(get_permalink()); ?>"><?php _e('logged in', 'wpzoom') ?></a> <?php _e('to post a comment.', 'wpzoom') ?></p>
<?php else : ?>
<form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">
<textarea name="comment" id="comment" tabindex="1" rows="10" cols="140"></textarea><br />
<?php if ( $user_ID ) : ?>
<p><?php _e('Logged in as', 'wpzoom') ?> <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo wp_logout_url(); ?>" title="<?php _e('Log out of this account', 'wpzoom') ?>"><?php _e('Logout', 'wpzoom') ?> »</a></p>
<input name="submit" type="submit" id="submit" class="comm-submit" value="<?php _e('Yorum Gönder', 'wpzoom') ?>" />
<?php else : ?>
<div id="formLabels">
<p><input type="text" onblur="if (this.value == '') {this.value = '<?php _e('İsim (gerekli)', 'wpzoom') ?>';}" onfocus="if (this.value == '<?php _e('İsim (gerekli)', 'wpzoom') ?>') {this.value = '';}" value="<?php _e('İsim (gerekli)', 'wpzoom') ?>" name="author" id="author" size="4" tabindex="2" <?php if ($req) echo "aria-required='true'"; ?> /></p>
<p><input type="text" onblur="if (this.value == '') {this.value = '<?php _e('Email (yayınlanmayacak)', 'wpzoom') ?>';}" onfocus="if (this.value == '<?php _e('Email (yayınlanmayacak)', 'wpzoom') ?>') {this.value = '';}" value="<?php _e('Email (yayınlanmayacak)', 'wpzoom') ?>" name="email" id="email" size="4" tabindex="3" <?php if ($req) echo "aria-required='true'"; ?> /> </p>
<input name="submit" type="submit" id="submit" class="comm-submit" value="<?php _e('Yorum Gönder', 'wpzoom') ?>" />
</div>
<?php endif; ?>
<?php comment_id_fields(); ?>
<?php do_action('comment_form', $post->ID); ?>
<div class="clear"></div>
</form>
<?php endif; // If registration required and not logged in ?>
Share
Improve this question
edited Jan 8, 2016 at 12:29
Cem
asked Jan 7, 2016 at 14:13
CemCem
11 bronze badge
2
- 1 First of all you talk about a plugin you want help for (wrong place try here ). Another issue which actualy is even more important about that specific plugin.. Last Updated: 6 years ago ... , hope you are sure that it is clear code and compatible with Wordpress 4.*.* . That plugin was compatible up to Wordpress 2.8.* !!! If you think you need a plugin for such please take another look at the wp plugin directory. – Charles Commented Jan 8, 2016 at 5:49
- Thanks but Do not fix this plugin? or Can you update? I need this plugin.Maybe the problem can be solved with PHP. Just "reply" does not work, do not have any problems. Not an plugin like this, I've tried them all. – Cem Commented Jan 8, 2016 at 12:28
1 Answer
Reset to default 0By the way, you don't need the plug-in to break your comments into pages. This can be done by default, you have to chose and set some settings according to your needs though. You will find the according settings section under »Settings > Discussion > Other comment settings > "Break comments into pages.."« in your WordPress' admin area.
本文标签: pluginsPaginated Comments “reply” does not work
版权声明:本文标题:plugins - Paginated Comments “reply” does not work! 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736290884a1928607.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论