Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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 Comments

    Please explain me which file have changes?

    Please help me.

    #834218

    Hi
    Any updates it’s very urgent.

    #835372

    Hi

    Any Updates?

    #835770

    Hi,

    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,
    Ismael

    #836423

    Thanks 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/qKIB3ucU

    Questions – 2
    How to reduces, size in “textarea” for comment form. And onlick event textarea size was increase. – https://www.screencast.com/t/IVKATaAr

    Please help me!

    #837473

    Hi
    Any Update?

    #838850

    Hi,

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.