From 7a0d990279125f2639010901909b9df508ff3c86 Mon Sep 17 00:00:00 2001 From: magepeopleteam Date: Tue, 23 Aug 2022 06:57:23 +0000 Subject: [PATCH] version 3.7.0 released --- css/admin_style.css | 48 +++- inc/mep_event_meta.php | 21 +- inc/mep_extra_price.php | 4 +- inc/mep_functions.php | 236 ++++++++++++++++---- inc/template-prts/event_add_cart.php | 4 +- js/mkb-admin.js | 20 ++ readme.txt | 9 +- support/elementor/widget/event-faq.php | 2 +- support/elementor/widget/event-schedule.php | 3 - woocommerce-event-press.php | 4 +- 10 files changed, 280 insertions(+), 71 deletions(-) diff --git a/css/admin_style.css b/css/admin_style.css index 3da5831..e7ef25e 100644 --- a/css/admin_style.css +++ b/css/admin_style.css @@ -598,7 +598,7 @@ iframe#gmap_canvas { position: relative; display: block; margin-bottom: 10px; - width: max-content; + width: auto; line-height: 28px; } @@ -748,14 +748,13 @@ iframe#gmap_canvas { } p.event_meta_help_txt { - font-size: 13px; - margin: 5px; + font-size: 11px; + margin: 3px 0; color: #004085; background-color: #cce5ff; - padding: .75rem 1.25rem; - margin-bottom: 1rem; + padding: 5px; border: 1px solid #b8daff; - border-radius: .25rem; + border-radius: 0.25rem; } p.event_meta_help_txt:before { @@ -1422,3 +1421,40 @@ input#mep_search_icon { } +.mep-event-shortcode-info { + background: #f9f9f9; + padding: 20px; + text-align: center; + border: 2px solid #ccc; + margin-bottom: 20px; +} + +.mep-event-shortcode-info code { + display: inline-block; + width: auto; + position: relative; + margin: -10px 0px -11px; + padding: 10px; +} +.mep-event-shortcode-info ul li { + display: inline-block!important; +} + +li {} + +.mep-event-shortcode-info ul { + margin-top: 15px!important; + display: block!important; +} +select#mep_org_address_list { + min-width: 177px !important; +} + +.mep_event_tab_location_content { + margin-top: 30px; +} + +h3.mep_virtual_sec_title { + border-bottom: 1px solid #ddd; + padding-bottom: 10px; +} \ No newline at end of file diff --git a/inc/mep_event_meta.php b/inc/mep_event_meta.php index aa1837a..497c4c5 100644 --- a/inc/mep_event_meta.php +++ b/inc/mep_event_meta.php @@ -60,20 +60,25 @@ class MP_Event_All_Info_In_One
-

+ +
+


mp_event_venue($post_id); ?> +
+ +


mep_event_ticket_type($post_id); ?>


mep_event_extra_price_option($post_id); ?> +
@@ -174,8 +179,8 @@ class MP_Event_All_Info_In_One -