Support

Home Forums Event Espresso Premium Suddenly our registration has stopped functioning

Suddenly our registration has stopped functioning

Posted: June 2, 2015 at 7:37 pm

Viewing 1 reply thread


Melanie Levitt

June 2, 2015 at 7:37 pm

Suddenly our registration has stopped functioning – we updated event espresso plugin – we are running the latest version of WordPress. http://www.jacksonartnh.com/calendar/


Dean

June 3, 2015 at 4:43 am

Hi,

It looks like both the theme and the plugin are using the classes clearfix.

Unfortunately, your theme has decided that rather than just using a basic clear rule it will hide some stuff as well.

This is causing the events to disappear.

The code in question (standard.css) is:

.clearboth,.clearfix {
clear:both;
display:block;
overflow:hidden;
visibility:hidden;
width:0;
height:0;
}

You could use the following CSS to over rule this:

#event_espresso_registration_form .clearfix {
overflow: auto;
visibility: visible;
width:inherit;
height:inherit;
}

That CSS can be added to your themes style.css, though in order to preserve the CSS through theme updates we recommend adding it to either: a child themes style.css, your themes CSS options if it has any, or a plugin such as My Custom CSS.

Viewing 1 reply thread

The support post ‘Suddenly our registration has stopped functioning’ 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