Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    What specific plugin do you use for our Events Manager Calendar? Have you tried using: https://ww.wp.xz.cn/plugins/wp-fullcalendar/

    Thread Starter sbarker13

    (@sbarker13)

    That is the one I’m using, but if you look at the page, you cannot see the text of what events they are. Every event is chopped off. You also cannot change the color and the lime green is not ideal.

    On the website that recommended this plugin, they show a very nice organized calendar which the text is able to fit and show the events. How do I access that calendar?

    Plugin Support angelo_nwl

    (@angelo_nwl)

    It might be a theme CSS conflict; you can try this custom CSS

    
    span.fc-title {
        white-space: pre-wrap !important;
        word-break: break-all !important;
    }
    
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Need Help With Calendar’ is closed to new replies.