• Resolved saucysandy

    (@saucysandy)


    I’ve tried installing “print page” plugins but only the text is print or the whole page is (maybe I’m not using the right plugin). Could a “print calendar” function be implemented to appear below the calendar? I’m using it for a school Canteen Roster and school events calendar (just love the use of showing one category) so printing for parents would be a fantastic option for me.

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter saucysandy

    (@saucysandy)

    Actually, just to be fussy, Friday seems to expand to fit the page, would know a fix for that?

    That one is a bit more complicated. Looking at the code, each column is given a specific width, except the final one. so the final one fills the rest of the space because the table is set to 100%. Not sure how those widths are calculated and I could give you something that might cause an issue down the road if you change how your calendar displays, such as if you make it 7 days.

    You can try this

    .cf-last {width:105px;}

    but just remember that in case you make a future change and don’t want it that way anymore.

    I’m in desperate need of some help printing my Ajax Event Calendar. My client has a very full calendar. I have created print CSS to suppress all the areas on the page I don’t want. All that is fine, but I can’t get the calendar itself to behave.

    I’ve stripped out all the fancy CSS and javascript for navigation, and created a page with just the calendar and this print CSS on our test site: work.hollywoodballroom.com/calendar-with-print-css
    At the bottom of the page, I have a javascript print screen link.
    When using the javascript print function,depending on the browser, Saturday’s information is either truncated, or all the days’ events show, but they moved to the left and are not below their days. Then again, sometimes the events stack on each other and print is covered up.

    In Firefox, I’ve played with the File > Print function, by shrinking the calendar to 50%. Above 50%, nothing shows up in any of the event boxes. At 50%, the information shows, but is not properly positioned.
    In Chrome, printing the page (right click > print) produces some readable events, but lots of overwritten information, and not all the days are even displayed.

    In IE9 gives me lots of empty boxes, followed by lots of overwritten information.

    I would be grateful for any wisdom the forum has to offer.

    I didn’t realize this was a resolved post. I will post a new issue.

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘[Plugin: Ajax Event Calendar] Print Calendar’ is closed to new replies.