This provides a simple, modern theme for CiviCRM (based on the theme supplied in CiviCRM Admin Utilities for Wordpress).
Go to Administer->Customize Data and Screens->Haystack theme settings to configure:
- Enable responsive datatables.
- Enable responsive tables.
- Select theme.
- PHP v7.0+
- CiviCRM 5.13+
The extension is licensed under AGPL-3.0.
Original work: License: GPLv2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
This extension has not yet been published for installation via the web UI.
Sysadmins and developers may download the .zip
file for this extension and
install it with the command-line tool cv.
cd <extension-dir>
cv dl haystack@https://github.com/mattwire/civicrm-haystacktheme/archive/master.zip
Sysadmins and developers may clone the Git repo for this extension and install it with the command-line tool cv.
git clone https://github.com/mattwire/civicrm-haystacktheme.git
cv en haystack
- Disable any other CiviCRM theme extensions.
- Enable this extension.
- When running CiviCRM in debug mode you may see slow CSS loading in the browser - this is because the CSS generated by this extension is passed through the CiviCRM asset builder which is cached when debugging is disabled.