Support

Home Forums Event Espresso Premium Missing AVAILABLE TICKETS Title in Header (2)

Missing AVAILABLE TICKETS Title in Header (2)

Posted: September 11, 2015 at 10:29 pm

Viewing 8 reply threads


Jos

September 11, 2015 at 10:29 pm

Hi there,

“AVAILABLE TICKETS” (ee-ticket-selector-ticket-details-th). missing after upgrade from 4.7.10 to 4.8.9

https://onespiritinc.com/events/life-love-and-purpose-what-is-love/#buyticket

Thank you!

I tried this solution: https://eventespresso.com/topic/missing-available-tickets-title-in-header/

Didn’t work for me?

Why would I have to add that to custom functions file anyways. was it removed form display in the new version?

Thank you!


Lorenzo Orlando Caum

  • Support Staff

September 12, 2015 at 12:46 pm

Hi, it was removed as we are moving the focus from “tickets” to make it more general. This is because Event Espresso is used for a variety of events such as classes and training and other events where “ticket” may not be a good fit.

What is the exact function that you added to your site and how was it added (e.g. site specific plugin or child theme’s functions.php file)?

Does this one work?

https://gist.github.com/lorenzocaum/01d4e015b7e3afc6cf83


Lorenzo


Jos

September 14, 2015 at 10:01 am

Thanks that did work.

How can add the tickets icon back in as well as I liked the way it was just fine..

Some feedback from an other wise happy customer. In your efforts to please some of your clients in this manner you have left others out to dry.

I also use EE4 for “classes” and “training” and can understand why someone would want that, however it’s never hindered registrations.

Regardless removing it completely with out a more generic replacement or a way to put a custom header title in there is I believe negligent.

Bottom line it looks bad blank and the ticket selector still needs a header title. That’s my two cents.

That being said your support is always excellent and I appreciate your help.

Thanks very much.

Please let me know how I can add the ticket icon back and I’ll be good to go.


Josh

  • Support Staff

September 14, 2015 at 10:33 am

You can add a ticket icon by adding the following html to what gets returned in the filter hook:

<span class="ee-icon ee-icon-tickets"></span>


Jos

September 14, 2015 at 11:48 am

Hey Josh thanks for your always speedy reply.

K where exactly does that go in the php Lorenzo provided?

Please excuse my ignorance with php syntax.

I couldn’t get the icon to display 🙁

Kind regards,

Joseph


Josh

  • Support Staff

September 14, 2015 at 12:18 pm

No worries. You can add the icon with CSS by adding the following to your custom stylesheet:

.ee-ticket-selector-ticket-details-th:after {
  content: "\e604";
  font-family: 'ee_dashicons', sans-serif !important;
}


Jos

September 14, 2015 at 2:22 pm

Hey Josh,

The above CSS displayed the value e604 behind the title rather than the icon.

🙂


Josh

  • Support Staff

September 14, 2015 at 2:53 pm

I’m not sure I follow. Did you put the above code in a CSS file or somewhere else?


Jos

September 14, 2015 at 3:02 pm

Its working now this is resolved thank you very much

Viewing 8 reply threads

The support post ‘Missing AVAILABLE TICKETS Title in Header (2)’ 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