Support

Home Forums WP User Integration ESPRESSO_MY_EVENTS Status Color Coordination

ESPRESSO_MY_EVENTS Status Color Coordination

Posted: October 21, 2018 at 12:06 pm


Steve Dertien

October 21, 2018 at 12:06 pm

I’ve got a couple customers who show a ticket on their My Events page as a black color coded ticket (meaning Inactive Event according to the color coded legend). The event name is color coded Blue and the ticket type shows as Black.

When I log in as an admin it shows their registration as Not Approved in Orange. Im confused as to why the ticket isn’t showing as Orange for my customers.

I’ve tried resetting my theme to the default and the ticket color still shows up as black for them. I can see a very slight hint of orange around the black box but it’s hardly noticeable. Any way this can be fixed? I can send a screenshot if need be. I’ve tried different browsers and resetting the theme with no luck. Any help would be appreciated. I just don’t want the color codes to be confusing to my customers.


Steve Dertien

October 21, 2018 at 12:58 pm

This reply has been marked as private.


Steve Dertien

October 21, 2018 at 1:00 pm

This reply has been marked as private.


Tony

  • Support Staff

October 22, 2018 at 5:39 am

Hi Steve,

This looks like a bug in our CSS for the add-on, you can add this to your site to fix it:

.espresso-my-events-table tr td.reg-status-RNA {
    color : #E76700!important;
}

Add that to Dashboard -> Appearance -> Customize -> Additional CSS and it should fix the color of the status bar.

I’ll create a ticket to have this fixed up in the next version of the Users add-on and you can then remove the above styles after the release if you prefer.


Steve Dertien

October 22, 2018 at 8:44 am

Thank you! That did the trick. Much appreciated.


Steve Dertien

October 22, 2018 at 8:50 am

Also – Noticed the same thing with a sold out event. It makes the color code black when it should be yellow. I’ve added the following fix which seems to fix that issue as well.

.espresso-my-events-table tr td.event-status-DTS {
color : #FCB93C!important;
}


Tony

  • Support Staff

October 22, 2018 at 9:25 am

Thanks for posting, Steve.

We’ll get both of those fixed up in the next update.

The support post ‘ESPRESSO_MY_EVENTS Status Color Coordination’ 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