Support

Home Forums Event Espresso Premium Event Description not showing

Event Description not showing

Posted: July 18, 2013 at 6:15 am


Noel Kelly

July 18, 2013 at 6:15 am

Event Espresso version 3.1.33.3.P
WordPress version WP 3.5.2

I have checked the forum and tried solutions offered but still event descriptions is not showing. This was working perfectly but since we upgraded wordpress it appears to have disappeared.

this page is an example http://visualartists.ie/education-2/current-programme/?ee=115

any help is gratefully received


Dean

July 18, 2013 at 6:46 am

Hi Noel,

For some reason the < div > conatining the content has a clearfix class attached to it. This class has some CSS attached to it that is causing the content to be hidden.

Specifically it has:

width: 0
height:0
visibility:hidden

If that class is removed from the content div or the class is modified (though this may affect other areas of the site) then the content shows.

The clearfix class is default on the events (we add it) but the theme also has this class and has extra rules (such as the ones above) which is now affecting the events.

It looks like if you add the following to the bottom of your style.css file or to a plugin such as My Custom CSS, it will fix it:

.event_espresso_form_wrapper .clearfix {
    width: 100%;
    height: 100%;
    visibility: visible;  
}


Noel Kelly

July 18, 2013 at 7:03 am

thanks… worked perfectly


Dean

July 18, 2013 at 7:09 am

No problem!

The support post ‘Event Description not showing’ 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