sfldoc
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Setting Cache to "0"Hi, it seems that setting the “Refresh interval” (cache) to “0” runs correct! Only the value in the backend didn’t change to “0”:
after storing
Best regards, sfldoc
Thank you for the reply, could you tell me the filename where I could change the code? I’m not a experienced programmer.
Best regards
We use a very compact design to show many upcommnig events, soccer matches and the results. Here is our homepage with google calendar events 2.x. Our test homepage runs with simple calendar 3.x and I adapt it nearly as before as you will see here (except problems: limit the number of events and refesh interval to “0”). I use this CSS code for the .entry-content, may this will help again:
.simcal-default-calendar-list { padding: 0px; } .simcal-default-calendar-list .simcal-day-label{ font-size: 1.0em! important; } .simcal-default-calendar-list dt.simcal-day-label { margin: 14px 0px 0px 0px; } .simcal-default-calendar-list .simcal-event-details br{ display:none!important; } .simcal-default-calendar-list .simcal-event-details p { margin: 0px !important; } .simcal-default-calendar-list .simcal-event-details p span{ font-size: 1.0em! important; } .simcal-default-calendar-list ul.simcal-events li.simcal-event { margin-bottom: 0px; } .simcal-default-calendar-list ul.simcal-events { margin: 0px 4px 6px! important; } .simcal-default-calendar-list .simcal-event-details { line-height: 1.2;} .simcal-default-calendar-list dt.simcal-day-label > span { padding: 1px ! important; border-top-left-radius: 5px; border-top-right-radius: 5px; }
Try this to hide
<br>
:
.simcal-default-calendar-list .simcal-event-details br{ display:none!important; }
Hi Nick, thank you for the reply.
I want to reduce the hight of grouped calendars in the sidebar and show the same calendar in full length on a page. Here was our homepage with the GCE design. In grouped calendars in the new “Simple Calendar” is no field “Maximum Events”.
We use the calendar to show the result of football matches, and therefore the refresh interval in the sidebar needs to be “0”. We change the text on an existing event. This will never shown on our calendar (results). Could I change this in the code and could you tell me were, please?
Best regards
KlausHi, try this:
.simcal-default-calendar-grid .simcal-event-title { font-size: 0.8em!important; } .simcal-default-calendar-grid .simcal-events-dots { margin: -10% 0px ! important; min-height: 0px !important} .simcal-default-calendar-grid .simcal-no-events { margin: 0px 0px ! important; min-height: 5px !important } .simcal-default-calendar-grid .simcal-events-dots b{ font-size: 1px; color: rgba(0,0,0,0) !important}
Here is my result:
1. picture: Google Calendar Events
2. picture: Simple Calendar (without CSS code)
3. picture: Simple Calendar (with CSS code above)Thanks for the great plugin. In Google Calendar Events version 0.7.3.1, a positive and negative offset could be specified at each feed. We use this to publish results of old football games and draw attention to upcoming football games.
If you specify a “Specific Date” this date is static. We want to represent the events of the past five days and the next ten days on our website:
Retrieve Events From: Today – 432000 (seconds)
Retrieve Events Until: Today + 864000This functionality I have not found in GCal Events version 2.0.1. Are there plans to implement this feature again? Many Thanks