Viewing 4 replies - 1 through 4 (of 4 total)
  • 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.

    Thread Starter kismetdesign

    (@kismetdesign)

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

    It appears that ALL of the months have 31 days. 🙁

    Thread Starter kismetdesign

    (@kismetdesign)

    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

    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…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: The Events Calendar] February has 31 days?’ is closed to new replies.