• I’m hoping you can help with some advice and code for fixing a few items with my calendar. I really love this plugin and have managed to customise quite well so far but really stuck with these things:

    I am missing the event times on the full calendar view and on hovering over the event

    Show there be grey borders down the right hand side? I was worried it was being cropped by my right side bar so I reduced the width of the calendar but there was still no border

    The Go button next to the month and year selectors is too large – how can I reduce it or just have the text “Go” as the link rather than the button.

    Link to the calendar is here http://bidefordaac.co.uk/spiffy

    https://ww.wp.xz.cn/plugins/spiffy-calendar/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Anonymous User

    (@anonymized-1391468)

    You can target CSS to the Go button:

    .calendar-date-switcher input { line-height: normal; }

    You can widen the year field with:

    .calendar-date-switcher .entry-content select { width: 100px !important;}

    Your right border is missing because it has been styled away with this in your custom CSS:

    #content tr td:last-child, #content tr th:last-child {
    border-right: none;
    }

    The events do not appear to have a valid event time entered. Are you sure it’s there? Can you attach a screenshot of the editor of one of the events?

    Thread Starter IndigoDaisies

    (@indigodaisies)

    Hi Bev

    Thank you for the information. As you can see I have managed to put most bits into action.

    http://bidefordaac.co.uk/spiffy

    I think the button issue maybe to do with my theme style so will investigate where I can find this.

    Unfortunately I can’t attached a screen shot on here that shows the events have times assigned to them, if you can provide an email address I will happily send to you but I can assure they do have valid dates.

    A couple more questions – where do I add padding to more the event text and number for date away from left border of the cell?
    Also can I align “Category key” so it aligns with the colour blocks below?

    Many many thanks for all your help

    Anonymous User

    (@anonymized-1391468)

    To align the category key, target your CSS to table with class “cat-key” or td with class “cat-key-cell”.

    Add padding to the calendar cells by targeting td with class “day-with-date” and “day-without-date”.

    I see you have a work around for the event times issue. I can only guess there is a conflict with something else that is preventing the time display.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Missing Time, Go Button, Right Border’ is closed to new replies.