Reply to: tickets(160664)

Hello Guys,

Just checking in to see if its possible to review the above items? To confirm the issues we’ve spotted are as follows;

  1. The way its pulling through is loosing paragraph spacing, so its just showing as a total block.
  2. Other Events you may be interested in, i can see the code for Eventon but how would i go about showing three random events in the normal styling from Eventon?
  3. The Google Map is not generating anywhere on the page, ideally if this can be done within the Events Information box (On the right hand side) with a link to view in Google Maps. Or if not, if we can display the Map directly below the two content boxes full width. Other Events would be at the very bottom (relating to point 1).

Also as a side note, i’ve gone in and applied a lot of custom CSS to style the page. Please leave this as is.

Reply to: tickets(161558)

Ok, thanks. Can you possibly please help me with a couple more questions…

1.When I ‘buy’ a ticket, it isn’t coming off the ticket stock numbers and isn’t showing me as guest. Is it because I’m using the test payment gateway and not the live one?

This is the event I’m ‘buying’ tickets for: https://www.nbwn.co.uk/events/februarys-lunch-at-bills-restaurant/

2.Previously, I managed to create a ‘Menu Options’ field in the checkout but it was showing as ‘business’ on the order summary. I want to change it to read ‘Menu Choice’.

This is the code I’m using in my theme’s functions.php:

add_action( ‘after_switch_theme’, ‘catcheverest_setup_options’, 100 );

add_filter(‘evotx_checkout_additional_fields_settings’,’evotx_2′,10,1);

function evotx_2($fields){

$fields[‘business’] = __(‘Menu Choice)’,’evotx’);

// you can add other fields like this similarly

return $fields;

}

add_filter(‘evotx_additional_ticket_info_fields’, ‘evotx_1’, 10,1);

function evotx_1($fields){

// additonal field code block

$fields[‘business’] = array(

‘type’=>’text’,

‘label’=> evo_lang(‘Menu Choice if applicable’),

‘required’=> false,

);

// you can use same code block for more fields

return $fields;

}

add_filter(‘evotx_get_attendees_for_event’, ‘evotx_3’,10, 3);

function evotx_3($arr, $event_id, $_th){

if(!isset($_th[”])) return $arr;

$arr[‘oD’][‘business’] = $_th[‘business’];

// the above 2 lines can be used for all other new fields

return $arr;

}

I changed where it says ‘business’ but the field stopped working properly and even now I’ve restored it, it’s not showing the menu choices on the emails etc like it was previously.

3.Also – I added your css from above but it didn’t hide the ‘optional’ wording…

Reply to: tickets(162352)

Hello,

Please try adding this style to Appearance > Customize > Additional CSS:

span.ev_ftImg { width: 200px !important; height:200 !important; }

Reply to: tickets(162293)

Hi,

unfortunately is it not working. In the csv file in excel I don’t see the extra quotes, only when I open it in text editor I see them, I removed them and tried again. I get the same errors.

Enclosed the file I use.

Regards,
Alwin

Reply to: tickets(162342)

Hello,

We are sorry for the inconvenience. After plugin installation or update you need to go to EventON Settings and save them otherwise it can cause such issues. Please check now and let me now.