diff --git a/css/style.css b/css/style.css index 1775d20..139cbac 100644 --- a/css/style.css +++ b/css/style.css @@ -1942,11 +1942,11 @@ Vanilla theme css by ariful width:100% } .vanilla_theme .mep-default-feature-content{ - margin-top: 20px; - margin-bottom: 20px; + margin-top: 20px; + margin-bottom: 20px; } .vanilla_theme .mep-default-sidrbar-map h3, .vanilla_theme .mep-default-sidrbar-events-schedule h3,.vanilla_theme h4.mep-cart-table-title { -margin: 00px 0 20px 0; + margin: 00px 0 20px 0; font-size: 14px; font-weight: 500; text-transform: uppercase; @@ -1966,7 +1966,7 @@ font-size: 14px; padding: 5px; } .vanilla_theme h3.ex-sec-title{ -font-size: 14px; + font-size: 14px; background: #fbd03b; color: #17113A; font-weight:500; @@ -2017,7 +2017,7 @@ background-color: #fbfbfb; font-weight: 500; color: #000000; text-transform: uppercase; - font-size: 14px; + font-size: 14px; } .vanilla_theme .mep-default-sidrbar-meta .fa-list-alt{ font-size:14px; @@ -2038,7 +2038,7 @@ background-color: #fbfbfb; .vanilla_theme .mep-share-btn-title{ display: inline-block; margin-right: 15px; - font-weight: 500; + font-weight: 500; } .vanilla_theme .mep-default-sidrbar-social .mep-event-meta { text-align: left; @@ -2054,7 +2054,7 @@ background-color: #fbfbfb; border-bottom: 1px solid #f5f5f5; } .vanilla_theme ul.mep-social-share a{ -font-size: 14px; + font-size: 14px; width: 30px; height: 30px; border-radius: 0; diff --git a/inc/mep_extra_price.php b/inc/mep_extra_price.php index e31b634..743bc46 100644 --- a/inc/mep_extra_price.php +++ b/inc/mep_extra_price.php @@ -316,7 +316,7 @@ function mep_add_custom_fields_text_to_order_items($item, $cart_item_key, $value if($recurring == 'everyday' && $time_status == 'no'){ if (is_array($ticket_type_arr) && sizeof($ticket_type_arr) > 0) { foreach ($ticket_type_arr as $_event_recurring_date) { - $item->add_meta_data($date_text, get_mep_datetime($_event_recurring_date['event_date'].' '.$start_time, 'date-time-text')); + $item->add_meta_data($date_text, get_mep_datetime($_event_recurring_date['event_date'], 'date-time-text')); } } }elseif ($recurring == 'yes') {