Hello,
I’m using the Enfold theme with a plugin called EventsEspresso that allows you to create events and show them on a calendar. The events show up on the calendar, but there is no text in the box. In talking with the plugin developer, they suspect it’s a css conflict with the theme. When I switch to the default 2014 theme in WordPress, the text does show up, so I think that probably makes sense. I don’t really know how to debug a problem like this, so I was wondering if you might have any clues or tips. Here’s a link to the page with the issue:
http://www.workbenchschool.com/Wordpress/class-calendar/
Thanks in advance,
Greg
Hey nesaw!
Another user reported this issue and this css code
#top #espresso_calendar a {
max-width: none;
}
fixed the issue for him.
Cheers!
Peter
I am also testing an almost identical events calendar plugin from IgniteWoo, which is having pretty much the exact same problem. I tried using the same code with their shortcode, but it didn’t fix it. I would like to use the IgniteWoo version because it has a lot of other things I need. I don’t suppose you have any hints on how to attack that one? :-)
Thanks again,
Greg
Hey!
Can you post a link to the calendar please?
Cheers!
Peter
Oops, Sorry!
Here’s the link:
http://www.workbenchschool.com/Wordpress/class-calendar/
You’ll see an event in a blue box on December 21st.
Thanks,
Greg
Hi!
Please try following css code
#top #ignitewoo_events_calendar_wrap a {
max-width: none;
}
Cheers!
Peter
That did it! Thank you so much for the help, I appreciate it…
Greg