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>
  1. Go to Admin > CMS Configuration > Pages.
  2. Open "Check-in Type"
  3. Click Check-in Manager (this page on the demo site)
  4. Click the gear cog on the "Check-in Manager (Locations)" block
  5. Click "Advanced Settings" tab
  6. 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