Hello Milk we are going to add this to RSVP addon next version in the mean time here is the patch fix for to get your version have this working for the settings field.
code1
// additional fields list
$_rsvp_add_fields = array();
for($x=1; $x <= EVORS()->frontend->addFields; $x++){
if(!EVO()->cal->check_yn(‘evors_addf’.$x, ‘evcal_rs’) ) continue;
if( !EVO()->cal->get_prop( ‘evors_addf’.$x.’_1′ ) ) continue;
$_rsvp_add_fields[‘AF’. $x] = EVO()->cal->get_prop( ‘evors_addf’.$x.’_1′ );
}
code 2
‘_evors_form_af_filter_val’=> array(
‘id’=>’_evors_form_af_filter_val’,
‘type’=>’lightbox_select_cus_vals’,
‘name’=> __(‘Type the field keys’,’evors’),
‘default’=> ‘eg. AF1,AF2 and AFNONE to not show any’,
‘options’=> $_rsvp_add_fields,
‘value’=> $EVENT->get_prop(‘_evors_form_af_filter_val’),
),

Just loaded your website and the map works fine for me on my reloadins of your website.
The error you mention we are goign to address in eventON 4.8.3 – We are hoping to get this new version of eventON out in the next 2 weeks.

Sorry Alison we were not able to find out anything that would help this. It seems this started only with a recent wordpress update. So we are hoping they will correct the issue in a next wordpress update. Anyways we will continue to keep an eye on this and if we find any fixes we can do from eventON we will not hesitate to implement those in eventON 🙂
please update to the latest versino of event photos addon version 2.0.3
https://docs.myeventon.com/documentations/changelog-event-photos/
should resolve this issue with undefined text showing.
For description translation here is a patch fix code.
array(‘label’=>’Description’,’var’=>1),
I am not sure what you mentioned about 50-50. ? Do you mean this type of layout for the eventcard where speakers are at?

That worked perfectly, thank you. One more question, can I push the date and event name down a little bit on the “Featured” events? Please see the attached image. I just want the Date and Event name to be lined up with the square image how the non-featured events are…
Thank you for your assistance, I hope in the future we can find use for your products !
Sorry about the delay both the order are now refunded and subscriptions cancelled. If you have more questions, kindly send us a new ticket and we would be more than happy to help you resolve your issues!
here is a patch code that will resolve this issue for you on slider addon .
code
$classNames[] =’etttc_’. EVO()->cal->get_ett_color_prop();
$classNames[] =’color’;
We will include this code change in the next version update to slider addon.
