Reply to: tickets(365748)

I would re-save the event. now that the toggle is on it “should” change the woocomerce product name

essentially you cloned an event- and that cloned the ticket- as you didn’t have that update woocomerce name toggle- it simply kept the old woocommerce product name

simply re-saving the event should fix it for future sales

Reply to: tickets(365571)

I think I might have a solution for you

see long and boring and long video below

using this plugin will allow you to tweak the admin css
https://wordpress.org/plugins/admin-site-enhancements/

and then add this to the admin css (not the frontend css)

#ui-datepicker-div {

    background-color: #ffffff;

}

or use this one instead

#ui-datepicker-div {

    background-color: #ffffff !important;

}

and that will make it more visible- and once that plugin is running I’ll have a look to see if we can get the icons visible
the next and previous month do work (see video above) but the buttons are not visible you’ll have to approximate click where the buttons should be

Reply to: tickets(365627)

It is not possible to customize the css code for example to tell it not to display anything in text?

Reply to: tickets(365571)

Yeiks ok – i thought because ACF is quite popular your plugin would have compatibility here.
I can try to contact them… but most likely they just pass back the ball asking other developer 😀
If you can think of a dirty fix i would be greatly appriciated.

Thanks

Tim

Reply to: tickets(365748)

Hey! Yes, sorry, we have that double authenticator for signins. I should have turned that off!

I followed your path and that tab was not selected, so I just clicked it on. Will that change new purchases from here on out, or is that just if I create a whole new event? Meaning, if someone buys this event ticket that was showing up incorrectly, will it automatically fix it on future purchases on this product?

Thanks so much!

Reply to: tickets(365747)

Hello,

1. Please go to https://dev.myeventon.com/wp-admin/ and test the add-on.

Here’s how you can receive event’s list as JSON:

https://dev2.myeventon.com/wp-json/eventon/events

2. Will this work for you:

https://docs.myeventon.com/documentations/change-events-slug/

Please check and let me know.

Reply to: tickets(356442)

Do you still have the version of the plugin where everything was working before? Could you try downgrading?

Reply to: tickets(365571)

I tried disabling all custom styling, but it still doesn’t look right:

Could you try contacting the plugin developers and ask if it’s possible to fix this from their side?