Support

Home Forums Events Calendar Add-on Calender

Calender

Posted: July 21, 2012 at 2:37 am


mkeenan

July 21, 2012 at 2:37 am

Hi, Last issue, for some reason the title page , ie. the month, day, week dosent display, this was a issue fixed by sidney which i copied across for the calender css from the old to new, dosent seem to work.
below is the url
http://psmdemo.com.au/realcoach6/calendar/

the css given last time was:

h2.fc-header-title {opacity: 1;}

thanks


Chris Reynolds

  • Support Staff

July 21, 2012 at 10:30 am

You’re getting an opacity: 0; in your markup from this:

 #main h4, #intro h4, .logo a, #slider_module + #intro h3, #outro, #outro a, .toggle a, .toggle_accordion a, .slide_title, #content .teaser, h1, h2, h3, #intro .intro_title, #intro .teaser, #sidebar .widgettitle, .overlay_slide h2, .partial_gradient_slide h2 {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 }

Try adding an !important to the end of your h2.fc-header-title rule, e.g.:

 h2.fc-header-title { opacity: 1!important; }

I couldn’t figure out what was making the opacity 0 to begin with as it doesn’t look like it’s coming from your theme’s CSS.


mkeenan

July 21, 2012 at 11:08 am

Thanks Chris, I try in the morning and let you know.

Mick


mkeenan

July 21, 2012 at 3:52 pm

Should this go in the CSS file of the calendar or the CSS of the theme

Thanks


Chris Reynolds

  • Support Staff

July 21, 2012 at 4:22 pm

I’d do it in your theme or you can add it to a event_espresso_style.css that you upload to /wp-content/uploads/espresso/templates/. The !important should override pretty much anything though, so the theme’s CSS should be fine, but I’d avoid changing the calendar CSS as that would probably get overwritten when you upgrade the calendar.


mkeenan

July 24, 2012 at 11:17 pm

tried this no luck? any other ideas?


mkeenan

July 25, 2012 at 2:51 am

It worked mistyped

The support post ‘Calender’ 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