egoddard
Forum Replies Created
-
Forum: Plugins
In reply to: [Print-O-Matic] print onto one pageHi… Just the CSS.
I’m trying to always scale the page to print on one sheet. With the media print wrapper, I get the one page print on Chrome and FireFox. Without the media print wrapper, it does not scale down to print on one page for any browser.
I do love the plugin!
Forum: Plugins
In reply to: [Print-O-Matic] print onto one pageI used the following with some sucess in the print-o-matic settings.
Custom Print Page Style…This is working in Chrome and FireFox but not IE.@media print { * { margin: 0 !important; padding: 0 !important; } #controls, .footer, .footerarea{ display: none; } html, body { height:90%; overflow: hidden; background: #FFF; font-size: 9.5pt; }Forum: Plugins
In reply to: [Volunteer Sign Up Sheets] User tasks showing up in other user's listsYou are most Awesome – Thanks for gitting the update together so fast.
When I checked the settings Login Required – was set correctly.
The login required issue did resolve when I deactived and reactived the plugin as you recommended. Must have needed resetting in the database.Forum: Plugins
In reply to: [Volunteer Sign Up Sheets] User tasks showing up in other user's listsIt appears to only be the ongoing events.
Can you send the code for this fix? I am in the final testing phase, hoping to go live on Monday. Thanks.
Forum: Plugins
In reply to: [Volunteer Sign Up Sheets] User tasks showing up in other user's listsThe ones I noticed were all for ongoing type events.
I will do a full check of the event types and let you know if I see any others.
Thanks, Elaine