/civicrm-haystacktheme

A simple, modern theme for CiviCRM

Primary LanguageCSSGNU Affero General Public License v3.0AGPL-3.0

haystack

This provides a simple, modern theme for CiviCRM (based on the theme supplied in CiviCRM Admin Utilities for Wordpress).

Screenshot Screenshot

Updated to https://github.com/christianwach/civicrm-admin-utilities/commit/35d19f21de8ef7e4287efec579f80b86fd759613

Go to Administer->Customize Data and Screens->Haystack theme settings to configure:

  • Enable responsive datatables.
  • Enable responsive tables.
  • Select theme.

Requirements

  • PHP v7.0+
  • CiviCRM 5.13+

Licensing

The extension is licensed under AGPL-3.0.

Original work: License: GPLv2 or later (http://www.gnu.org/licenses/gpl-2.0.html)

Installation (Web UI)

This extension has not yet been published for installation via the web UI.

Installation (CLI, Zip)

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

Installation (CLI, Git)

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

Usage

  1. Disable any other CiviCRM theme extensions.
  2. Enable this extension.

Known Issues

  1. 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.