Viewing 1 replies (of 1 total)
  • Plugin Author Aspire2

    (@aspire2)

    Ok – two things

    The subscribe button is designed to open a ics file on your local machine – so if you have outlook or another calendar installed it will automatically open in that program. If not it will likely download the file to your local machine. The blank screen means you have no calendar (*.ics) program associated – so it is simply downloading the file.

    On your second question are you trying to word wrap the event descriptions? If so you can use the following code:

    .calp-event-title {
    word-wrap:break-word;
    display: inline;
    overflow: visible;
    }

    .calp-month-view .calp-event {
    overflow: visible !important;
    white-space: normal !important;
    }

    Don

Viewing 1 replies (of 1 total)
  • The topic ‘Two minor issues: "Subscribe" button & event title’ is closed to new replies.