By loic on Saturday, 11 November 2017
Replies 3
Likes 0
Views 1K
Votes 0
Hello,

i feel the comment are a bit far away at the bottom end of my page...
I need the community help to move up the comments on nickel templates...

i would like to have the move-up the keywords (up to "How do you feel about this post?")
and

move-up the comments
between
"How do you feel about this post?"
and
the nav article bar


thanks in advance for your help
Loïc
Hi there,

You can moved codes below accordingly on this path .../components/com_easyblog/themes/wireframe/blogs/entry/default.php
and in case, you required them to be used on the future, you need to do template override on this path .../templates/html/com_easyblog/blogs/entry/default.php

[gist type="php"]
<?php if (!$preview && $this->config->get('main_comment') && $post->allowcomment && $this->entryParams->get('post_comment_form', true)) { ?>
<a class="eb-anchor-link" name="comments" id="comments"></a>
<?php echo EB::comment()->getCommentHTML($post);?>
<?php } ?>
[/gist]

Please give it a try and see how it goes.
·
Saturday, 11 November 2017 18:56
·
0 Likes
·
0 Votes
·
0 Comments
·
hello,
thanks for your help and clear guidance
Loïc
·
Sunday, 12 November 2017 21:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Monday, 13 November 2017 09:58
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post