Support

Home Forums Event Espresso Premium Split: Calendar View doesn't show previous < or next > arrows

Split: Calendar View doesn't show previous < or next > arrows

Posted: June 18, 2015 at 11:19 pm


Ronald Aoki

June 18, 2015 at 11:19 pm

Hi Guys,

The calendar on our site shows the greater and less than signs as the arrows. Is that how EE3 arrows on the calendar are supposed to display?

Thanks.


Dean

June 19, 2015 at 1:40 am

Hi Ronald,

I split this topic of the other one as I feel it is a slightly different question.

The calendar uses (by default) the Themeroller styles, which use arrow icons for the next/prev buttons.

Of course, if you are using a custom style of some sort this might change that.

Looking at your site’s schedule of classes, I can see that the styles are correctly showing the arrow icons, but that there are some additional up and down arrows that should not be there.

It looks like there is a conflict between the calendar and the Ultimate Social Media Icons plugin. Both are using jQuery styles.

The following CSS should resolve the issue for you:

#espresso_calendar .ui-state-default {
    background:none;
}

#espresso_calendar .ui-state-active {
  background: #d22b30;
  font-weight: 400;
  color: #eee;
}

That CSS can be added to your themes style.css, though in order to preserve the CSS through theme updates we recommend adding it to either: a child themes style.css, your themes CSS options if it has any, or a plugin such as My Custom CSS.


Ronald Aoki

June 19, 2015 at 3:40 am

Thank you so much! The custom CSS worked by adding it to the My Custom CSS plugin. Right on!

I also noticed that up and down arrows appear on the “Register” and “Submit” buttons on the registration pages. Is there a CSS to correct those arrows as well?

Thanks, again, Dean!


Dean

June 19, 2015 at 5:08 am

Hi,

#event_content .ui-state-hover, 
#event_content .ui-state-focus, 
#event_content .ui-state-hover, 
#event_content .ui-state-focus, 
#event_content .ui-state-hover {
  background: #d22b30;
}

#event_espresso_registration_form .ui-state-hover, 
#event_espresso_registration_form .ui-state-focus, 
#event_espresso_registration_form .ui-state-hover, 
#event_espresso_registration_form .ui-state-focus, 
#event_espresso_registration_form .ui-state-hover {
  background: #d22b30;
}

That should do it.


Ronald Aoki

June 19, 2015 at 1:11 pm

That worked beautifully! Thank you, Dean! You guys are the best.

The support post ‘Split: Calendar View doesn't show previous < or next > arrows’ 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