It worked just fine until recently. (I think there was a plugin update.) Now, the “Register” link does not display. I know it is there, because the mouse cursor turns to a hand and when you click on it, it takes you to the registration page – but the Register link text is invisible.
Where is the CSS for the Registration link so I can make it visible? Or, is there a setting to make the Registration link visible?
For CSS you wouldn’t edit the original file, you’d just apply some additional styles to either your theme or a custom CSS plugin to apply to that element, however, the problem currently is your custom CSS: http://take.ms/u34jp
body #content .row #primary #main .hentry .entry-content p {
width: 900px !important;
}
Is setting all paragraph elements to have a width of 900px.
The Register link is wrapped in a p tag, meaning the register button now shows in the middle of a 900px wide element – http://take.ms/GyWQB
I’m guessing you added that CSS to fix something else, however it seems to be to ‘greedy’ for what it is trying to do.
Viewing 1 reply thread
The support post ‘[ESPRESSO_GRID_TEMPLATE] not showing Registration Link’ 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.