Reply to: tickets(381287)

Here’s the test event:

https://thebeatbali.com/wp-admin/post.php?post=204169&action=edit

No issues. Could you tell us more about “then delete… and date”? How do you delete it?

and this is happening again with the slider. see attached.

Are you seeing the same issue on this page without Elementor:

https://thebeatbali.com/test-5/

Reply to: tickets(387667)

Thank you friends for the mesages. As you can see — https://patchstack.com/database/wordpress/plugin/eventon/vulnerability/wordpress-eventon-plugin-4-9-9-broken-access-control-vulnerability

 

They have corrected the version issue. We have reached out to them to get a detailed report to resolve this issue and waiting to hear back ATM.

 

Reply to: tickets(378832)

Hi Ashan,

Thanks for the help.

The above code is in the functions.php of my child theme:

add_filter(‘evotx_confirmation_email_additional_data_array’,’evotx_4′, 10, 4);

function evotx_4(  $array, $_this_ticket , $TIX_CPT, $EVENT ){

$line_break = “<br style=’mso-line-height-rule: exactly;padding-bottom:10px;’ />n”;

if( !empty( $_this_ticket[‘oD’][‘naam_chauffeur’] )){

$array[‘naam_chauffeur’] = array(

//’label’=> evo_lang(‘Naam chauffeur’),

‘value’=> “<table><tr><td>” . $_this_ticket[‘oD’][‘naam_chauffeur’] . “</td></tr></table>”

);

}

if( !empty( $_this_ticket[‘oD’][‘adres_chauffeur’] )){

$array[‘adres_chauffeur’] = array(

//’label’=> evo_lang(‘Adres chauffeur (straat + nr)’),

‘value’=>”<table><tr><td>” .  $_this_ticket[‘oD’][‘adres_chauffeur’] . “</td></tr></table>”

);

}

if( !empty( $_this_ticket[‘oD’][‘adres_chauffeur_postcode’] )){

$array[‘adres_chauffeur_postcode’] = array(

//’label’=> evo_lang(‘Adres chauffeur (postcode + gemeente)’),

‘value’=>”<table><tr><td>” .  $_this_ticket[‘oD’][‘adres_chauffeur_postcode’] . “</td></tr></table>”

);

}

if( !empty( $_this_ticket[‘oD’][‘rijksregister_chauffeur’] )){

$array[‘rijksregister_chauffeur’] = array(

//’label’=> evo_lang(‘Rijksregister’),

‘value’=> “<table><tr><td>” . $_this_ticket[‘oD’][‘rijksregister_chauffeur’] . “</td></tr></table>”

);

}

if( !empty( $_this_ticket[‘oD’][‘gsm_chauffeur’] )){

$array[‘gsm_chauffeur’] = array(

//’label’=> evo_lang(‘Gsm’),

‘value’=> “<table><tr><td>” . $_this_ticket[‘oD’][‘gsm_chauffeur’] . “</td></tr></table>”

);

}

if( !empty( $_this_ticket[‘oD’][’email_chauffeur’] )){

$array[’email_chauffeur’] = array(

//’label’=> evo_lang(‘E-mail’),

‘value’=> “<table><tr><td>” . $_this_ticket[‘oD’][’email_chauffeur’] . “</td></tr></table>”

);

}

if( !empty( $_this_ticket[‘oD’][‘geboorteplaats_chauffeur’] )){

$array[‘geboorteplaats_chauffeur’] = array(

//’label’=> evo_lang(‘Geboorteplaats’),

‘value’=> “<table><tr><td>” . $_this_ticket[‘oD’][‘geboorteplaats_chauffeur’] . “</td></tr></table>”

);

}

if( !empty( $_this_ticket[‘oD’][‘nationaliteit_chauffeur’] )){

$array[‘nationaliteit_chauffeur’] = array(

//’label’=> evo_lang(‘Nationaliteit’),

‘value’=> “<table><tr><td>” . $_this_ticket[‘oD’][‘nationaliteit_chauffeur’] . “</td></tr></table>”

);

}

if (!empty($_this_ticket[‘oD’][‘address_waar’])) {

$array[‘address_waar’] = array(

      //  ‘label’ => evo_lang(‘Adres waar de opleiding start’),

‘value’ => nl2br(“<table width=’100%’ cellpadding=’0′ cellspacing=’0′ border=’0′>

<tr>

<td style=’padding: 10px; font-size: 14px; line-height: 1.5; mso-line-height-rule: exactly;’>

” . htmlspecialchars($_this_ticket[‘oD’][‘address_waar’]) . “

</td>

</tr>

</table>”)

);

}

if (!empty($_this_ticket[‘oD’][‘opmerking’])) {

$array[‘opmerking’] = array(

      //  ‘label’ => evo_lang(‘Opmerking’),

‘value’ => nl2br(“<table width=’100%’ cellpadding=’0′ cellspacing=’0′ border=’0′>

<tr>

<td style=’padding: 10px; font-size: 14px; line-height: 1.5; mso-line-height-rule: exactly;’>

” . htmlspecialchars($_this_ticket[‘oD’][‘opmerking’]) . “

</td>

</tr>

</table>”)

);

}

 

 

The other changes are in wp-content/themes/Lilo_child/eventon/templates/email/tickets/ticket_confirmation_email.php:

// print out the extra data
if( is_array( $extra_data ) && count( $extra_data )> 0 ):
foreach($extra_data as $key => $data){
if( !isset( $data[‘label’] )) continue;
if( !isset( $data[‘value’] )) continue;
$label = esc_attr( $data[‘label’] );
$value = esc_attr( $data[‘value’] );
?>
<tr>
<td colspan=’2′ style=’padding:8px 20px’>
<p style=”<?php echo $styles[‘007’];?>; text-transform:none;”><?php echo $value;?></p>
****
</td>
</tr>

(**** deleted:    <p style=”<?php echo $styles[‘004’].$styles[‘pt5’];?>”><?php echo $label;?></p>  )

Yet the mail is still with a label.

Reply to: tickets(388645)

Hello,

Could you let us know more about your issues?

Your WeeklyView and ours both look quite similar on mobiles:

Reply to: tickets(388471)

Thanks!

In this case, we have played around and cannot see where the images already pushed forward can be edited to fit to this frame.

This option was not available in the Events page to edit and no option shows to be able to replace images from our investigation.

Here is an example event we are working to replace imagery with an appropriately sized version:

https://wnyfundraiser.com/wp-admin/post.php?post=385&action=edit

The attached is the preferred imaged which is sized to allow for it to be shown in the full frame without anything cut off.

 

Jay

 

Reply to: tickets(388509)

Ashan,

When an event is deleted permanently, Related Events show 1970 as it’s Date/Time:

https://dev2.myeventon.com/events/test-24/

Also when an event is passed, should it be hidden from Related Events?

Reply to: tickets(388509)

Thank you for your messages, I am going to assign this ticket to Ashan and he will be able to take it from here and find you a solution. Please allow some time for him to get back to you, we greatly appreciate your patience and thank you for being a eventon customer! Also please disable any IP blocking on your site if there are any.

Reply to: tickets(388612)

You can use Tile Design the same way you use it with Main Calendar shortcode. Like this:

[add_eventon_list number_of_months=”12″ tiles=”yes” tile_bg=”1″ tile_style=”1″ hide_empty_months=”yes”]