• Resolved wpuman

    (@wpuman)


    Hello,
    Since the update of WordPress version 5.9, I notice a bug in the add a comment section. Indeed, the title as well as the form (comment-form-email and comment-form-url paragraphs) is duplicated!!

    <div id="respond" class="comment-respond">
    	<h3 id="reply-title" class="comment-reply-title">Laisser un commentaire</h3>
    	<form action="..." method="post" id="commentform" class="comment-form" novalidate="">
    		<p class="comment-notes">...</p>
    		<p class="comment-form-comment">... <textarea id="comment" name="comment" cols="45" rows="8" maxlength="65525" required=""></textarea></p>
    		<p class="comment-form-author">... <input id="author" name="author" type="text" value="" size="30" maxlength="245" required=""></p>
    		<p class="comment-form-email">... <input id="email" name="email" type="email" value="" size="30" maxlength="100" aria-describedby="email-notes" required=""></p>
    		<p class="comment-form-url"><label for="url">Site web</label> <input id="url" name="url" type="url" value="" size="30" maxlength="200"></p>
    		<p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Laisser un commentaire"> ... </p>
    		
    		<div id="respond" class="comment-respond">
    			<h3 id="reply-title" class="comment-reply-title">Laisser un commentaire</h3>
    			<p class="comment-notes">...</p>
    			<p class="comment-form-comment">...<textarea id="comment" name="comment" cols="45" rows="8" maxlength="65525" required=""></textarea></p>
    			<p class="comment-form-author">...<input id="author" name="author" type="text" value="" size="30" maxlength="245" required=""></p>
    			<p class="comment-form-email">...<input id="email" name="email" type="email" value="" size="30" maxlength="100" aria-describedby="email-notes" required=""></p>
    			<p class="comment-form-url"><label for="url">Site web</label> <input id="url" name="url" type="url" value="" size="30" maxlength="200"></p>
    			<p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Laisser un commentaire"> ... </p>
    		</div>
    	</form><!-- #respond --><!-- Block uncached by LiteSpeed Cache 4.4.7 on 2022-02-07 12:04:38 -->
    </div>
Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support qtwrk

    (@qtwrk)

    Hi,

    please provide the report number , you can get it in toolbox -> report -> click “send to LiteSpeed”

    Best regards,

    Thread Starter wpuman

    (@wpuman)

    Hi,

    the report number is : XMCIKGKP

    Report date : 02/09/2022 04:49:01

    Best regards

    Plugin Support qtwrk

    (@qtwrk)

    please try disable ESI , and see how it goes

    Thread Starter wpuman

    (@wpuman)

    When I disable ESI, the problem is solved (no more duplicates on the comment reply form) but I have another problem when ESI is disabled:
    a problem updating a class (’empty-cart’) in the body which affects the display of the shopping cart icon in the main menu when the shopping cart is not empty. That’s why I activated ESI which solved this problem…

    • This reply was modified 4 years, 3 months ago by wpuman.
    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    could you please try disable wp-asset-clean-up with ESI on ? see how it goes ?

    best regards,

    Thread Starter wpuman

    (@wpuman)

    Hi @qtwrk,
    I disabled the wp-asset-clean-up and enabled ESI but still this same duplicate problem in the comment reply form…

    Plugin Support qtwrk

    (@qtwrk)

    please create a ticket by mail to [email protected]

    we will investigate further.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Bug Comments section with WordPress 5.9’ is closed to new replies.