Posted: January 3, 2014 at 10:44 am
|
In some browsers, (google chrome is one example) the events in our calendar are showing up as thin vertical lines instead of boxes with class name etc. How can I fix this? I can send you a picture of what it looks like but am unsure of how to attach it here. Thanks! |
Hi Lara, A picture itself may not be that helpful to troubleshoot this. Can you send us a link to the page? If not, can you send a copy of the WordPress theme to support@eventespresso.com so we can investigate? |
|
|
We aren’t live yet so I’m thinking that means I cannot send you a link to the page. How do I send a copy of the theme to you? |
Usually themes are distributed as a zip file, so they can be emailed to email address that I posted earlier. |
|
Hi Lara, Thanks for sending. I took a look and what’s happening is the theme is setting this style rule: a { Chrom ignores the second one (the second one looks like it’s for IE), so that’s why it works in some browsers and not in others. To fix this you can add this to your theme’s custom CSS: #espresso_calendar a { max-width: none!important; } This will tell the browser to use the width value (set by the calendar’s JavaScript) instead of the max-width. |
|
|
I am having the same issue, with my calendar view in Chrome.Just shows as a skinny line. In the Theme Enfold setting: Use stretched or boxed layout?, If I switch from stretched format to boxed it works, but I want stretched layout. The code you provided above did not fix my issue. I can send login info to you so you can look at it. Thank you. |
Hi Don, When I manually apply the code provided here the events display as expected. Can you try adding the CSS again? There’s a text area just below where you select the stretched option in the theme options where you can add CSS rules. |
|
|
Hmmm. It is working now. User error I guess. Thank you! |
It’s not necessarily user error. Sometimes CSS changes don’t automatically get applied by the browser because the browser will use a cached version of the CSS. |
|
The support post ‘Events showing up as skinny verticle line in calendar’ 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.