probably fixed the form. Again...

This commit is contained in:
2026-03-15 10:18:51 +01:00
parent 4e433e156b
commit 89b7b5e2cb
4 changed files with 3 additions and 6 deletions

View File

@@ -9,7 +9,7 @@
* Plugin Name: PartnerExpo Core * Plugin Name: PartnerExpo Core
* Plugin URI: https://partnerexpo.eu * Plugin URI: https://partnerexpo.eu
* Description: A PartnerEXPO oldal belső pluginja * Description: A PartnerEXPO oldal belső pluginja
* Version: 1.1.10 * Version: 1.1.11
* Author: Juhász Levente * Author: Juhász Levente
* Author URI: https://github.com/Duskell/ * Author URI: https://github.com/Duskell/
* License: GPL-2.0+ * License: GPL-2.0+
@@ -23,7 +23,7 @@ if ( ! defined( 'WPINC' ) ) {
die; die;
} }
define( 'PARTNEREXPO_CORE_VERSION', '1.1.10' ); define( 'PARTNEREXPO_CORE_VERSION', '1.1.11' );
function activate_partnerexpo_core() { function activate_partnerexpo_core() {
require_once plugin_dir_path( __FILE__ ) . 'includes/class-partnerexpo-core-activator.php'; require_once plugin_dir_path( __FILE__ ) . 'includes/class-partnerexpo-core-activator.php';

Binary file not shown.

View File

@@ -114,7 +114,6 @@
box-shadow: #00000020 0px 5px 20px 0; box-shadow: #00000020 0px 5px 20px 0;
border-radius: 15px; border-radius: 15px;
padding: 20px; padding: 20px;
height: 550px;
margin-top: 50px; margin-top: 50px;
& .pexpo-core-com-form-title { & .pexpo-core-com-form-title {

View File

@@ -88,9 +88,7 @@
<textarea id="comment" name="comment" aria-required="true" maxlength="600" required></textarea> <textarea id="comment" name="comment" aria-required="true" maxlength="600" required></textarea>
</p> </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_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><input type="hidden" name="comment_parent" id="comment_parent" value="0"></div></div>
</div>
<div class="pexpo-core-submit-wrapper"> <div class="pexpo-core-submit-wrapper">
<button type="submit" name="submit" id="submit" class="submit"><?php _e( 'Küldés', 'partnerexpo-core' ); ?></button> <button type="submit" name="submit" id="submit" class="submit"><?php _e( 'Küldés', 'partnerexpo-core' ); ?></button>
</div> </div>