Support

Home Forums Event Espresso Premium EE4 Calendar bug?

EE4 Calendar bug?

Posted: February 11, 2015 at 2:13 pm

Viewing 7 reply threads


Fernando Wiehrl

February 11, 2015 at 2:13 pm

Having a weird issue where my calendar is showing thin vertical lines with no text. please see linked screenshot.

http://i.imgur.com/eMRvdBE.png

PHP: 5.4
EE: 4.6.4.p


Josh

  • Support Staff

February 11, 2015 at 6:28 pm

Hi Fernando,

This looks like a theme bug. Do the thin lines go away if you temporarily switch to a different WordPress theme? You can switch to another theme for the admin only by using the theme test drive plugin


Fernando Wiehrl

February 11, 2015 at 10:53 pm

Yes you’re right, It comes out fine when I used that plugin with a different theme. Whats the best way to go about this?


Lorenzo Orlando Caum

  • Support Staff

February 12, 2015 at 6:04 am

Hi, can you post a link to the calendar page so we can take a look in firebug?


Lorenzo


Fernando Wiehrl

February 12, 2015 at 10:55 pm

http://driftschoolaustralia.com.au/mockup


Tony

  • Support Staff

February 13, 2015 at 1:13 pm

Hi Fernando,

This happens when your theme applies max-width: 100%; rule to your link (a) elements.

You theme does this using this rule:

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

Within base.css line 119

You can override this using this custom style:

#espresso_calendar a {
max-width: none;
}

Which will only apply to the EE Calendar.

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


Fernando Wiehrl

February 15, 2015 at 3:05 am

Working perfectly. Appreciate it.


Tony

  • Support Staff

February 16, 2015 at 4:39 pm

Great. I’m glad it worked for you.

I’ll mark this thread resolved.

Viewing 7 reply threads

The support post ‘EE4 Calendar bug?’ 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