Recipe - Do your volunteers accidentally close rooms in Check-in Manager?
Skill level: Beginner
Organization: Highlands Fellowship
Requires Rock: 1.3.0
{# strip images & classes from the HTML but otherwise leave structure #}
Do your volunteers (surely not staff 😜) accidentally close rooms in check-in manager?
Yeah our staff does that too.
Here's a simple code to add to the block in check-in manager to hide those open/close panels.
<style>
.list-group-item .toggle-container, .toggle-container {
display:none;
}
</style>
- Go to Admin > CMS Configuration > Pages.
- Open "Check-in Type"
- Click Check-in Manager (this page on the demo site)
- Click the gear cog on the "Check-in Manager (Locations)" block
- Click "Advanced Settings" tab
- Paste the above code in the "Pre-HTML" field and hit save
Now your open/close options are hidden.
Screenshots
- /GetImage.ashx?guid=106434f6-aab3-4534-b63a-cee3ee9ef7db
- /GetImage.ashx?guid=7aa82683-b924-4d0e-b158-dfde934c8227