Support » Plugin: My Calendar » No Calendar

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    Here’s the same answer I emailed you, so others can benefit:

    There’s a bunch of code in your theme that’s absolutely positioning and sizing the class ‘month’, which is causing problems. Removing these styles causes My Calendar to render normally.

    These are the problem styles:

    .entry .month
    {
        display: block;
        font-size: 18px;
        left: 60px;
        line-height: 1em;
        position: absolute;
        text-transform: uppercase;
        top: 6px;
        width: 50px;
    }

    They appear on about line 760 of your theme stylesheet. Without knowing how they are used in your theme, I can’t make a firm recommendation on what to do; I don’t know what it does in your site.

    Thread Starter breeze76

    (@breeze76)

    I commented the blog coding out and it took care of the calendar. I will have to revisit it if I decide to use the blog feature on my site. But that was the answer.. thanks…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No Calendar’ is closed to new replies.