Reply to: tickets(363623)

Hello,

I am sorry, the access information you have provided did not work for us. Please check them and post the correct login information as a private message, thank you!

Please also make sure that EventON as well as add-ons are all up to date.

Reply to: tickets(363679)

Hello,

Please add this CSS code to EventON > Styles (If you don’t see any change, EventON > Scripts & Styling > turn off Write dynamic styles to header > save settings > turn on Write dynamic styles to header):

.evofc_months_strip { margin-left: 0 !important; }

Reply to: tickets(361935)

try adding it to appearance>>>>customize>>>>additional css

and if that fails try  .evosch_oneday_schedule span { padding-left: 70px !important; }

and if that fails 

Please send us wp-admin access to your site as a private message for us to further assist your situation.

Reply to: tickets(363661)

I have made this ticket private

could you reply with the license key, email and login details so we can attempt it

Reply to: tickets(363650)

Please send us wp-admin access to your site as a private message for us to further assist your situation.

Reply to: tickets(359116)

please make this code change in your version of RSVP, and that will fix this. It will be in the next versinoupdate to RSVP addon.

Change the || to &&

Reply to: tickets(363083)

please add this code fix to get the single page events to work with weeklyview. This will be in the next version update to weeklyview calendar.

code: 

// for other UX vals

if( clicked_event_uxval == ‘3a’ || clicked_event_uxval == ‘4’|| clicked_event_uxval == ‘4a’

){

CAL.evo_update_cal_sc({F:’ux_val’,V: clicked_event_uxval });

}

Reply to: tickets(363157)

That booking block time information is save as order item meta data. 

This information comes from event post meta data where booking block data is saved when you create those blocks. Which is then sent to cart > checkout.