Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Ross Hanney

    (@rosshanney)

    Hello,

    What do you have the “Retrieve events from” and “Retrieve events until” options set to?

    Regarding the widget getting cut off; this is probably due to the table cells that make up the calendar having too much padding. This can usually be corrected with a little CSS:

    .gce-widget-grid .gce-calendar th,
    .gce-widget-grid .gce-calendar td {
    	padding: 0;
    }
    Thread Starter rachael.oettinger

    (@rachaeloettinger)

    Thank you for the quick response. The CSS worked, thank you.

    I currently have it set to retrieve from the beginning of time and retrieve until the end of time.

    Thread Starter rachael.oettinger

    (@rachaeloettinger)

    Also just curious, is it possible to change where the “more details” link the appears when you hover over a widget event sends you to (rather than having it take you to the gcal)?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Previous/Next month buttons not appearing and Widget size trouble’ is closed to new replies.