Support

Home Forums Event Espresso Premium Event time slots not visually removed – button is

Event time slots not visually removed – button is

Posted: August 13, 2012 at 3:58 pm


ltomlin

August 13, 2012 at 3:58 pm

Dear Espresso,

When creating an event I always remove the time slots. Since upadting to the latest version “remove” only removes the button – I think it’s visual only so everything behind the scenes is OK. It’s just a bit annoying,

As an aside personally I find the time slots rather annoying and would suggest that they should be able to be added rather than displayed and needing to be removed, since I think it is probably more common not to need them.

Thank you………… liz


Sidney Harrell

August 14, 2012 at 12:40 am

Looks like it could be a small javascript bug. I’m seeing if you hit “add additional Time” and then hit the remove button, it leaves the new time slot, too.
I’m looking into the code, and hopefully I should have something for you shortly.


Sidney Harrell

August 14, 2012 at 2:03 am

here’s the fix:
in includes/event-management/event_functions.php
on line 82:
where it currently says:
‘this.parentNode.parentNode.removeChild(this.parentNode);’
it should be:
‘this.parentNode.parentNode.parentNode.removeChild(this.parentNode.parentNode);’
and the same with line 49
this should make it into the next update


ltomlin

August 14, 2012 at 3:35 am

Thank you!!!


ltomlin

August 14, 2012 at 3:41 am

Sidney, I also found that string on linees: 125, 160, 183. I assume these are correct?

Thank you…………………. liz


Josh

  • Support Staff

August 14, 2012 at 1:31 pm

Those should be correct. Are you having issues with removing prices?


Sidney Harrell

August 14, 2012 at 1:31 pm

Yeah, those are for removing additional prices, etc. I tested them and they look like they are working ok.


ltomlin

August 15, 2012 at 9:22 am

All good now, thank you!

The support post ‘Event time slots not visually removed – button is’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso