Support

Home Forums Event Espresso Premium Whole calendar not rendering properly

Whole calendar not rendering properly

Posted: January 9, 2015 at 4:24 pm


hoffman

January 9, 2015 at 4:24 pm

I’m using 4.4.8 and 3.2.1 of the calendar but for some reason ‘saturday’ isn’t showing up as a whole day http://screencast.com/t/HjnbJ9cUG

I’ve used EE on other sites and have never seen this happen. You can see it on there temp site here


Lorenzo Orlando Caum

  • Support Staff

January 9, 2015 at 6:07 pm

Hi, will that page eventually have content in the sidebar?

If not, could you adjust the page template to full-width or a no-sidebar option?


Lorenzo


hoffman

January 10, 2015 at 2:14 am

Hi, I tried with the shortcode dropped into a full width and it’s still the same issue. I also checked that I had no EE related CSS causing this but I only have something to hide the ticket selector but nothing related to the calendar.

/* EE hide ticket selector */

.tckt-slctr-tkt-details-td span:nth-of-type(4),
.tckt-slctr-tkt-details-tbl th,
.tckt-slctr-tkt-details-tbl td:nth-child(3),
.tckt-slctr-tkt-details-tbl td:nth-child(4),
.tckt-slctr-tkt-details-tbl td:nth-child(5),
.tckt-slctr-tkt-details-tbl td:nth-child(6) {
display: none;
}

.display-tckt-slctr-tkt-details, .hide-tckt-slctr-tkt-details
{display:none;}

.tkt-slctr-tbl-wrap-dv p {
display: none;
}

/* EE widget title */
a.ee-widget-event-name-a{
color: #C2621D;
transition: color .2s linear,background .2s linear;
}

.ee-upcoming-events-widget-title-h5 {
margin: 0.1em;
}

.widget_ee-calendar-widget #espresso_calendar {
padding:0px;
}

/* EE hide attendee info */
#single-page-checkout .spco-attendee-wrap-fs #spco-auto-copy-attendee-pg {
display: none;
}

/* EE font list display */
table#ee_filter_table {
font-family: brandon-grotesque;
}


Dean

January 12, 2015 at 12:40 am

Hi,

Can you provide a link to the calendar page in question please?


hoffman

January 14, 2015 at 3:42 am

Hi the link is here

It’s full page as Lorenzo requested but it doesn’t appear to make any difference.


hoffman

January 14, 2015 at 3:52 am

Ok I checked this again and it’s a forum plugin called WP Symposium which is causing the calendar not to render correctly when activated. Is there a way of fixing this through CSS?


Dean

January 14, 2015 at 5:02 am

Hi,

#espresso_calendar table {
width: 100% !important;
}

That CSS should fix the calendar width conflict.

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.


hoffman

January 14, 2015 at 5:05 am

Thanks, that fixed it. All CSS is written into a child theme.


Dean

January 14, 2015 at 5:22 am

Great glad to hear we got that sorted for you!

The support post ‘Whole calendar not rendering properly’ 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