probably fixed the form. Again...
This commit is contained in:
@@ -114,7 +114,6 @@
|
||||
box-shadow: #00000020 0px 5px 20px 0;
|
||||
border-radius: 15px;
|
||||
padding: 20px;
|
||||
height: 550px;
|
||||
margin-top: 50px;
|
||||
|
||||
& .pexpo-core-com-form-title {
|
||||
|
||||
@@ -88,9 +88,7 @@
|
||||
<textarea id="comment" name="comment" aria-required="true" maxlength="600" required></textarea>
|
||||
</p>
|
||||
<div><input type="hidden" name="comment_post_ID" value="<?php echo esc_attr( $post_id ); ?>" id="comment_post_ID"></div>
|
||||
<div><input type="hidden" name="comment_parent" id="comment_parent" value="0"></div>
|
||||
|
||||
</div>
|
||||
<div><input type="hidden" name="comment_parent" id="comment_parent" value="0"></div></div>
|
||||
<div class="pexpo-core-submit-wrapper">
|
||||
<button type="submit" name="submit" id="submit" class="submit"><?php _e( 'Küldés', 'partnerexpo-core' ); ?></button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user