Support

Home Forums Event Espresso Premium Hide Ticket Sale Dates for ongoing tickets

Hide Ticket Sale Dates for ongoing tickets

Posted: July 26, 2014 at 2:02 pm

Viewing 3 reply threads


Mike Compton

July 26, 2014 at 2:02 pm

Will EE4 support ongoing tickets? The workaround is to put ongoing tickets far into the future however if you view the details for the ticket you see the Ticket Sale Dates. Is there a way to hide the Ticket Sale Dates?


Dean

July 28, 2014 at 1:01 am

Hi Mike,

Ongoing events aren’t currently available.

You can hide the dates from the event with the following CSS:

#post-15 p#event-date-p { display: none; }
#post-15 .tckt-slctr-tkt-sale-dates-sctn { display:none; }
#post-15 .tckt-slctr-tkt-datetimes-sctn { display: none; }

Please note that as it ids the code above will not work for you as it references a post with the ID 15 (#post-15).

If you want to do this for all events, remove the #post-15 bit, and if you want it for a specific event, change the 15 in #post-15 to the ID of the event you want to hide the dates on..


Mike Compton

July 28, 2014 at 3:27 pm

Dean thanks for the help but I don’t know where to put this. I want to hide it for this specific registration http://www.touchdownclubofathens.com/dues/

Correct me if I am wrong but I think that would be post-520 where do I add this CSS? in my wordpress theme? I am using a child 2010 theme. Is there a certain place to put it? If you can tell me the file name and where to put it that would be a huge help.
Thanks,

Sorry I am not a web designer. I am a sys admin.


Dean

July 29, 2014 at 12:15 am

Hi Mike,

Sorry, I should have been clearer.

You can add the CSS either to your themes style.css (child themes are perfect for this) or to a plugin such as My Custom CSS (very useful little plugin – https://wordpress.org/plugins/my-custom-css/)

And yes, you are correct, changing the #post-15, to #post-520 will make it just for that event.

Viewing 3 reply threads

The support post ‘Hide Ticket Sale Dates for ongoing tickets’ 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