From b4f5a0ddf5f67f0bd40b9426deb882e69a6043b4 Mon Sep 17 00:00:00 2001 From: magepeopleteam Date: Wed, 2 Nov 2022 03:06:52 +0000 Subject: [PATCH] v 3.7.7 released --- css/style.css | 7 +++---- inc/admin_setting_panel.php | 11 +++++++++++ inc/mep_event_meta.php | 2 +- templates/list/default.php | 33 +++++++++++++++++++++------------ woocommerce-event-press.php | 2 +- 5 files changed, 37 insertions(+), 18 deletions(-) diff --git a/css/style.css b/css/style.css index 6ed85f3..050daa5 100644 --- a/css/style.css +++ b/css/style.css @@ -2553,7 +2553,6 @@ span.mep-datepicker-input-box { .mep_everyday_date_secs { padding: 5px 10px !important; } - .mep_everyday_date_secs ul { overflow: hidden; } @@ -3405,9 +3404,9 @@ Vanilla theme css by ariful font-size: 14px; } -.vanilla_theme tr:nth-child(odd) { - background-color: #F8F2F2; -} +/* .vanilla_theme tr:nth-child(odd) { + background-color: #F8F2F2; +} */ .vanilla_theme tr:nth-child(even) { background-color: #F2F2F2; diff --git a/inc/admin_setting_panel.php b/inc/admin_setting_panel.php index 3c06b62..436bb95 100644 --- a/inc/admin_setting_panel.php +++ b/inc/admin_setting_panel.php @@ -304,6 +304,17 @@ if (!class_exists('MAGE_Events_Setting_Controls')) : 'no' => 'No' ) ), + array( + 'name' => 'mep_show_sold_out_ribbon_list_page', + 'label' => __('Show Sold out Ribon?', 'mage-eventpress'), + 'desc' => __('If your want to show Sold Out Ribbon on the event list when fully booked, you can select this as Yes.', 'mage-eventpress'), + 'type' => 'select', + 'default' => 'no', + 'options' => array( + 'yes' => 'Yes', + 'no' => 'No' + ) + ), ) ), 'event_list_setting_sec' => apply_filters('mep_settings_event_list_arr', array( diff --git a/inc/mep_event_meta.php b/inc/mep_event_meta.php index ed89d09..50106c2 100644 --- a/inc/mep_event_meta.php +++ b/inc/mep_event_meta.php @@ -508,7 +508,7 @@ class MP_Event_All_Info_In_One - + " data-city-name="" data-category="" data-organizer="" data-date="" style="width:calc(% - 14px);"> @@ -17,31 +18,39 @@ $event_organizer_icon = mep_get_option('mep_event_organizer_icon', 'icon_s
-
-
-
-
+
+
+
+
+ 0 && $recurring == 'no') { ?> +
+ +
+ +
- -
- + + +
+ +
diff --git a/woocommerce-event-press.php b/woocommerce-event-press.php index ff055bb..e9b3ae0 100644 --- a/woocommerce-event-press.php +++ b/woocommerce-event-press.php @@ -3,7 +3,7 @@ * Plugin Name: Event Manager and Tickets Selling Plugin for WooCommerce * Plugin URI: http://mage-people.com * Description: A Complete Event Solution for WordPress by MagePeople.. - * Version: 3.7.6 + * Version: 3.7.7 * Author: MagePeople Team * Author URI: http://www.mage-people.com/ * Text Domain: mage-eventpress