• Hi there,

    I don’t know why, but my Subscribe button opens in a new window blank.
    The titles in my events in Monthly view trail off out of sight. I’m learning CSS in drips and I’m a bit puzzled why a property doesn’t exist that could help me. Perhaps there’s something else going on that I can’t detect.

    http://ww.wp.xz.cn/plugins/calpress-event-calendar/

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.