Events Made Easy Forums How do I … preventing widget and full calendar showing days from prev / next month

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42126
    Anonymous
    Inactive

    I don’t want either of the calendars to show days from the prev or next month. How can I do that? Do I need to edit the .php code?

    #44907
    Franky
    Keymaster

    Try changing just the CSS (create a file called “myown.css”, copy over from events_manager.css what you need changed and keep a backup of this file). In your case:

    table.dbem-calendar-table td.eventless-pre, table.dbem-calendar-table td.eventless-post , table.dbem-calendar-table td.eventful-pre, table.dbem-calendar-table td.eventful-post {
    display: none;
    }

    #44908
    Franky
    Keymaster

    Btw: please post in the correct forums. This one belongs in the “How do I” section.

    If anybody nows better forums … I’m thinking about switching to mlmmj and use web archives …

    #44909
    Anonymous
    Inactive

    Yes, posting in the correct forum is a good idea. I will check next time before I post.

    The display: none; doesn’t work because the boxes all rearrange – setting the color to white does the trick…

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘How do I …’ is closed to new topics and replies.
Scroll to Top