I am testing an event. When I press register now all I see is a red box with an x. The event looks like it is setup correctly. What are the possible issues?
The error message likely states that you need to select tickets, this is what I see on your site – http://take.ms/5iinv
I’ve highlighted the text in the popup there so it’s visible as there is a custom style on your site that is setting all P tags to have a colour of white – http://take.ms/n65F4
One fix for this is to override that style just for the EE notices:
#espresso-notices p {
color: #000;
}
Add that to your simple custom CSS plugin to override your other custom style.
Viewing 1 reply thread
The support post ‘Register Now Red Box’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.