minor css bug fixed

This commit is contained in:
magepeopleteam 2019-04-02 09:23:16 +00:00
parent 56d35e2c6a
commit 4b7c7a98fa
2 changed files with 27 additions and 15 deletions

View File

@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2.0">
<?php wp_head(); ?>
<style>
.mep-reg-user-details {
@ -49,14 +50,31 @@
padding: 0;
margin: 0;
}
.mep-new-user-details {
width: 400px;
border: 1px solid #ddd;
margin: 20px auto;
}
.user-details-list ul {
padding: 0;
margin: 0;
list-style: none;
}
.user-details-list ul li {
width: 49%;
display: inline-block;
border-bottom: 1px dashed #ddd;
padding: 5px;
}
</style>
</head>
<body>
<?php
the_post();
$values = get_post_custom(get_the_id());
?>
<div class="mep-wrapper">
<div class="mep-reg-user-details">
@ -66,17 +84,17 @@ $values = get_post_custom(get_the_id());
<center>
<?php echo get_avatar( $values['ea_email'][0], 128 ); ?>
<h2><?php echo $values['ea_name'][0]; ?></h2>
<!-- <h3>ID: <?php //echo $values['ea_user_id'][0].$values['ea_order_id'][0].get_the_id(); ?></h3> -->
<img src="https://chart.googleapis.com/chart?chs=100x100&cht=qr&chl=<?php echo $values['ea_user_id'][0].$values['ea_order_id'][0].get_the_id(); ?>&choe=UTF-8" title="Pin QR Code" />
<?php do_action('mep_qr_code_checkin_btn',$values['ea_user_id'][0],get_the_id()); ?>
<h4><?php echo $values['ea_event_name'][0]; ?></h4>
</center>
</td>
</tr>
<?php do_action('mep_attendee_table_row_start',get_the_id()); ?>
<tr>
<td><?php _e('Ticket No','mage-eventpress'); ?></td>
<td><?php echo $values['ea_user_id'][0].$values['ea_order_id'][0].get_the_id(); ?></td>
</tr>
<tr>
<td><?php _e('Order ID','mage-eventpress'); ?></td>
<td><?php echo $values['ea_order_id'][0]; ?></td>
@ -129,8 +147,6 @@ $values = get_post_custom(get_the_id());
<td><?php _e('T Shirt Size','mage-eventpress'); ?></td>
<td><?php echo $values['ea_tshirtsize'][0]; ?> </td>
</tr>
<?php } if($values['ea_ticket_type'][0]){ ?>
<tr>
<td><?php _e('Ticket Type','mage-eventpress'); ?></td>
@ -140,8 +156,6 @@ $values = get_post_custom(get_the_id());
$mep_form_builder_data = get_post_meta($values['ea_event_id'][0], 'mep_form_builder_data', true);
if ( $mep_form_builder_data ) {
foreach ( $mep_form_builder_data as $_field ) {
$vname = "ea_".$_field['mep_fbc_id'];
$vals = $values[$vname][0];
if($vals){
@ -154,14 +168,12 @@ $values = get_post_custom(get_the_id());
}
}
}
do_action('mep_attendee_table_row_end',get_the_id());
?>
</table>
</div>
</div>
<?php
do_action('at_footer');
wp_footer();
?>

View File

@ -3,7 +3,7 @@
* Plugin Name: Woocommerce Events Manager
* Plugin URI: http://mage-people.com
* Description: A Complete Event Solution for WordPress by MagePeople..
* Version: 2.5.1
* Version: 2.5.2
* Author: MagePeople Team
* Author URI: http://www.mage-people.com/
* Text Domain: mage-eventpress