Reply to: ActionUser: Frontend collapsed

Hi there,

Thanks for your reply.

      1. I will test that out and see if its a theme conflict. Thanks for the suggestions.
      2. I did try and replace the code but I have nothing being output on the event submission form. Can you see if you spot any mistakes here?

add_filter(‘evoau_form_fields’, ‘evoautest_fields_to_form’, 10, 1);
function evoautest_fields_to_form($array){
$array[‘evotest’]=array(‘Test Fields’, ‘evotest’, ‘evotest’,’custom’,”);
return $array;
}

if(!is_admin()){
// actionUser intergration
add_action(‘evoau_frontform_evotest’, ‘evoautest_fields’, 10, 6);
}
// Frontend showing fields and saving values
function evoautest_fields($field, $event_id, $default_val, $EPMV, $opt2, $lang){
?>

}
add_action(‘evoau_save_formfields’, ‘evoautest_save_values’, 10, 3);
function evoautest_save_values($field, $fn, $created_event_id){
if( $field ==’evotest’){
$__var_name = ‘image_file’;
if( !empty( $_FILES ) && !empty($_FILES[$__var_name]) && ‘POST’ == $_SERVER[‘REQUEST_METHOD’] ){

if ($_FILES[$__var_name][‘error’] !== UPLOAD_ERR_OK) __return_false();

require_once (ABSPATH.’/wp-admin/includes/media.php’);
require_once (ABSPATH.’/wp-admin/includes/file.php’);
require_once (ABSPATH.’/wp-admin/includes/image.php’);

$attachmentId = media_handle_upload($__var_name, $created_event_id);
unset($_FILES);

if($attachmentId)
update_post_meta($created_event_id, ‘_thumbnail_id’,$attachmentId);
}

}
}

Reply to: Refund Request – Slider Add On

Hi Paul,

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: Refund Request – Slider Add On

Hi Ashish,

Thanks for your response. I have completed the request. Please note the form asked for my order ID and which addon I would like to request the refund for. I am only requesting a refund for the slider, not the whole order. The form had no way of indicating this. Can you please follow up and explain to the appropriate contact the situation and that I initiated the request a couple of days ago as I am now even further outside the refund period?

Thanks again for your help and consideration.  – Paul

Thanks again g

Reply to: Can not create shortcode eventon and full

i am doing you can see here http://thepixel.men/faom/event-directory/

now i am want each grid side by side. now it is row each month and also i want margin for each grid box.

and http://thepixel.men/faom/ all event (4/5 events) then how ?

also i want change font face Montserrat. i tried from Appearance but not working