Collapsible blocks not working

Request Type: 
Bug Fix
Author: 
Eamonn Edge
Issue/Request: 

please note you will need to cas login for this page

after poking around for awhile, i cannot figure out why the collapsiblock feature is no longer working on this site.  it was working last week and now it is not.

any ideas?

thanks.

Hi Eamonn,

This should be all set now - can you confirm? We had to change the name of the CSS selector for the module due to the code change.

Best,

Alyssa

Future reference: this setting is in the Module settings itself.

  1. Search Collapsiblock from the module list
  2. click the Configure link
  3. at the bottom of the page click on appearance settings
  4. change the block selector to “.block”

*You may have to also change the selector in the theme settings as well

Hi Eamonn,

Alyssa DeChiaro fixed the collapsible block issue. Have a look.

I also noticed that, since one has to CAS login, I noticed that it’s very difficult to get to the hamburger menu on a mobile device. I recently had a client request that I make the admin tool disappear on mobile devices for her. So in case you want to do that, you can add this CSS rule to the site.

 @media (max-width: 739px) {#admin-menu #admin-menu-wrapper {
display: none;
}

Best regards,

Chris