-
AuthorPosts
-
August 2, 2017 at 3:07 pm #833506
Hi
I have Display the Comment Box for the end of articles. – https://www.screencast.com/t/HBeUuj6Qfl
My requirement is
How to Move the comment Box Above the all CommentsPlease explain me which file have changes?
Please help me.
August 4, 2017 at 7:48 am #834218Hi
Any updates it’s very urgent.August 7, 2017 at 2:13 pm #835372Hi
Any Updates?
August 8, 2017 at 10:45 am #835770Hi,
We are very sorry for the late response. Please edit the comments.php file, look for this code:
<ol class="commentlist" id="comments"> <?php /* Loop through and list the comments. Tell wp_list_comments() * to use avia_inc_custom_comments() to format the comments. * If you want to overload this in a child theme then you can * define avia_framework_comment() and that will be used instead. * See avia_framework_comment() in includes/loop-comments.php for more. */ wp_list_comments( array( 'type'=> 'comment', 'callback' => 'avia_inc_custom_comments' ) ); ?></ol>
Move it below the following line (line 169):
echo " <h3 class=' commentsclosed'>".__( 'Comments are closed.', 'avia_framework' )."</h3> "; } ?>
Best regards,
IsmaelAugust 9, 2017 at 2:33 pm #836423Thanks Ismael,
Hi
Questions – 1
How to display name field, email field, and “post comment button” in single row. – https://www.screencast.com/t/CCGxmR8VuY
I’ve tried finding something either on your support forums and online but nothing found
For ex. Check screen shot – https://www.screencast.com/t/qKIB3ucUQuestions – 2
How to reduces, size in “textarea” for comment form. And onlick event textarea size was increase. – https://www.screencast.com/t/IVKATaArPlease help me!
August 11, 2017 at 2:58 pm #837473Hi
Any Update?August 14, 2017 at 6:09 pm #838850Hi,
That would require to modify the CSS of the theme ( and might be the HTML also ).
It is outside from our support policy and we would suggest you go ahead and do hire a freelancer, who will be able to help you with the process.Please also consider not to post one time after the other on the forums, as your message goes back to the line and that is why you do not get a reply faster.
Best regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.