Collapsible blocks not working
Request Type:
Bug Fix
Forums:
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.
*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