Support

Home Forums Event Espresso Premium Events in calendar show up as lines

Events in calendar show up as lines

Posted: January 16, 2015 at 7:11 am


Safety City

January 16, 2015 at 7:11 am

Hello,
Our events calendar is only showing thin vertical lines without any event description or featured photo. Any help is appreciated. Thank you.

WordPress 4.1 running Enfold theme. We use Event Espresso EE4. This is a new installation.

http://yard.heuerdesign.ca/schedule-register/


Tony

  • Support Staff

January 16, 2015 at 8:13 am

Hi,

This is caused by your theme applying this style to all links:

a {
text-decoration: none;
outline: 0;
max-width: 100%;
max-width: none\9;
}

Its the max-width: 100%; that causes this issue. You can fix this with some custom CSS:

#espresso_calendar a {
max-width: none;
}

We recommend using either the My Custom CSS or Reaktiv CSS Builder plugins to add custom styles such as these.


Safety City

January 16, 2015 at 8:56 am

Thank you for the quick reply Tony!
Where exactly would we fill in the custom CSS at he Envato Theme?
Thanks again!


Tony

  • Support Staff

January 16, 2015 at 8:58 am

It is best to use either a child theme, or a custom CSS styles plugin (mentioned above) to add custom styles. Applying styles using either of those two plugins will override the theme defaults.

If you edit the theme then the next time you update the theme it will overwrite your customisations.


Safety City

January 16, 2015 at 8:59 am

Sorry, it is the ENFOLD theme http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 that shows the issue with Event Espresso Calendar add-on!


Tony

  • Support Staff

January 16, 2015 at 10:25 am

Sorry, I’m not sure what you are asking?

If you use either the My Custom CSS or Reaktiv CSS Builder plugins to add custom styles this will fix the issue without needed to modify the theme itself (and is therefore ‘update sate’)

The support post ‘Events in calendar show up as lines’ 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