Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi AW,
    Can you tell me exactly what you mean by ‘wrapping’ the calendar entries? As in the event name doesn’t get cut off by the next day, or something else?
    Cheers

    Thread Starter Accidental Webmaster

    (@jremley)

    That is correct pert. Event names wrap on to multiple lines instead of being cut-off by the next calendar day.

    for this to work you have to enter the css into line 229 (not 292)

    And ps Accidental Webmaster: thank you!

    Hi AW, atQuest,

    I am very interested in using this modification. I am using stout-google-calendar v1.2.3 but I can’t find the line (229 or 292) you are talking about? Can you please be clearer on the lines before/after in gcalendar-wrapper.php where I need to make the change? Thanks!!

    Cheers,

    Thread Starter Accidental Webmaster

    (@jremley)

    PV –

    I made some other tweeks to this php file, so I may give you the wrong line number. I suggest you search for the phrase “/* month view */”, and then insert the code shown above on a line immediately following this phrase. Good luck!

    Thanks for that! It’s working now.

    Cheers.

    Hi AW,

    On my site I have consolidated a few calendars. However I noticed that sometimes there is an empty line between events from different calendars which happen on the same day and sometimes no extra line, but there doesn’t seem to be any logic to this. Is this what all of you are seeing too?

    While we’re at it… Has anyone figured out how to wrap the event title text in agenda view?

    Heh, after continues searching, I found the answer to my own question, add:

    In gcalendar-wrapper.php:

    .agenda .event-title {
    white-space: normal;
    }

    Under /* agenda view */ You’ll be golden.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Wrapping calendar entry titles’ is closed to new replies.