Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Stephen Harris

    (@stephenharris)

    There are two widgets on that page you might be referring to: widget calendar and the agenda widget

    Thread Starter latin625

    (@latin625)

    Widget Calendar please. Thanks!

    Thread Starter latin625

    (@latin625)

    I do not use widgets on my site, I use code in the template.

    The demo only has two events so that’s why you are not seeing more events. You can use CSS to restyle the past events to match the regular days and remove the click event.

    
    html .eo-event-past a {
        pointer-events: none !important;
        cursor: default !important;
        background: none !important;
        color: #444 !important;
    }
    
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘days with events available clickable?’ is closed to new replies.