Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter shulsite100

    (@shulsite100)

    ok, I just upgraded to wordpress 4.1, and now I’m getting the 403 error…even though the calendar worked fine (even if it displayed a little funny) under 4.0.1; it is definitely marked public!

    1 or more of your feeds could not be displayed. The following errors occurred:

    Feed 1: Access to this feed was denied (403). Please ensure you have public sharing enabled for your calendar.

    Thread Starter shulsite100

    (@shulsite100)

    aaaaaaagh sorry, disregard previous post (403 error). still having the display problem though.

    Plugin Contributor Nick Young

    (@nickyoung87)

    It looks like your theme CSS is overriding the default CSS provided by the plugin.

    For example I saw this:

    .aside div {
    background-color: #f1f1f1;
    border-top: 1px solid #FFF;
    float: left;
    width: 180px;
    padding: 10px 20px;
    font-size: 12px;
    font-family: “Helvetica Neue”, Helvetica, Geneva, Arial, Verdana, sans-serif;
    line-height: 18px; */
    text-shadow: #FFF 0px 1px 1px;
    margin-bottom: 20px;
    }

    Disabling all of those styles with the inspector makes it look more like normal.

    Thread Starter shulsite100

    (@shulsite100)

    Yep, that did it! Thank you very much.

    Guess I need to dig into CSS deeper.

    Thread Starter shulsite100

    (@shulsite100)

    This can be closed.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘New version of calendar widget not displaying correctly’ is closed to new replies.