Support

Home Forums Event Espresso Premium Calendar Style and Translation issue

Calendar Style and Translation issue

Posted: January 5, 2017 at 4:23 am

Viewing 8 reply threads


ardiaful

January 5, 2017 at 4:23 am

When in the Week and Day modes in the calendar, there are two styling/translation issues that I need to fix:

1) “all-day”, as in the left column

2) hour times with am/pm format, while in “Basic Settings” format has been set to 18:00 format

Check screenshot for reference.

https://postimg.org/image/3vfiip41b/


ardiaful

January 5, 2017 at 8:32 am

Also changing day box background color is not working for me as in:

.fc-grid .fc-day-content
   background-color: white;
}


Josh

  • Support Staff

January 5, 2017 at 2:24 pm

Hi there,

It looks like we’ll need to add a few options for changing the all-day text and the time formats along the day axis.

I’m not sure what you mean by day box background color, but maybe this is what you’re looking for?

.fc-agenda {background-color:white;}


ardiaful

January 5, 2017 at 4:52 pm

What I’m trying to do is make empty days in the calendar appear with a white background. Unfortunately, your css code does not seem to turn days background into white color. See my screenshot.

https://postimg.org/image/da7th57tj/


Tony

  • Support Staff

January 6, 2017 at 2:25 am

It could be your styles are being overridden by more specific default styling, we would need to view the page to be able to narrow that down further, however something like this may work:

.fc-grid .fc-day {
    background-color: #fff!important;
}


ardiaful

January 6, 2017 at 5:09 am

This CSS works for me in calendar days grid.

If you don’t mind answering this other CSS question… I need to hide the email column in event registrations table. Now using this css code with no effect:

.ATT_email .column-ATT_email {
display: none !important;
}


Tony

  • Support Staff

January 6, 2017 at 6:09 am

I’m not sure where you are referring to?

Registrations table within the admin?

Can you post a screenshot?

https://eventespresso.com/wiki/troubleshooting-checklist/#screenshots


ardiaful

January 6, 2017 at 2:56 pm

Yes, exactly in Registration table within admin.


Josh

  • Support Staff

January 6, 2017 at 3:05 pm

My guess for why the CSS isn’t working is the CSS isn’t loading in the admin, only on the front end. There are ways to get custom CSS to load into the WordPress admin, and here’s a link that shows one way:

https://css-tricks.com/snippets/wordpress/apply-custom-css-to-admin-area/

Viewing 8 reply threads

The support post ‘Calendar Style and Translation issue’ 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