Forums

The Events Calendar
February has 31 days? (5 posts)

  1. kismetdesign
    Member
    Posted 4 months ago #

    A client just informed me that the calendar plugin is showing 31 days for February. Can you tell me how to fix this? (The Events Calendar is the plugin I'm using.)

    Thanks!

    http://wordpress.org/extend/plugins/the-events-calendar/

  2. jonahcoyote
    Member
    Posted 4 months ago #

    Got a URL we can look at? Is the client using the latest version of WordPress and the plugin? If not, you might try updating to fix the issue.

  3. kismetdesign
    Member
    Posted 4 months ago #

    http://www.daisyducks.org/events/

    It appears that ALL of the months have 31 days. :(

  4. kismetdesign
    Member
    Posted 4 months ago #

    I just updated, and it had the solution... it fixed the bug that made all the months have 31 days. One last thing with this plugin.. when I installed it, it asked me if I wanted it full-width, or with the sidebar. I said I wanted it full-width, but when I click on an event, it brings it up on a details page that has the sidebar, only the sidebar is stuck down underneath of the details. Not sure why this happened, but I'd really like to either have the sidebar on the side where it's supposed to be, or not there at all!

    Thanks for the help!
    KD

  5. jonahcoyote
    Member
    Posted 4 months ago #

    Hi kismetdesign, glad to hear the 31 day issue got fixed with the update. For the sidebar issue you're going to need to adjust your CSS to get this fixed. I can give you some tips to do so. You'll want to specifically target your single events pages like so:

    .single-tribe_events #main {
     margin: 0 auto;
    width: 960px;
    }
    
    .single-tribe_events #container {
    float: left;
    width: 600px;
    }

    That should get you going in the right direction...

Reply

You must log in to post.

About this Plugin

About this Topic