GithubHelp home page GithubHelp logo

artfulrobot / aah Goto Github PK

View Code? Open in Web Editor NEW
7.0 5.0 4.0 2.52 MB

Nice CiviCRM bootstrap theme

License: Other

PHP 16.16% JavaScript 2.37% Shell 3.36% Smarty 15.65% SCSS 62.47% CSS 0.01%
civicrm-extension theme

aah's Introduction

aah's People

Contributors

artfulrobot avatar ciderpunx avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

aah's Issues

Fix extension name

From CiviCRM 5.34 the extension UI lists the name then description - you need to update the info.xml so that it does not look like this:
image

Just move the existing name to the description and put "Aah theme" or whatever in the name tag.

Joomla issues

After discussion and solution of the initial issue, it was decided to make a list of Joomla issues in this first comment for easy reference. Please comment if you find further issues so they can be condensed and added to this list.

  • Joomla menu is not visible and partly covers the CiviCRM menu - see #34 (comment)
  • Fonts in the CiviCRM menu looks ancient (this might be caused by our Joomla theme)

Thank you very much for this nice theme! It's nice to have a new look while waiting for Shoreditch, if it ever will be official and support Joomla, which is what we run.

I installed the Aah extension in our development site and it worked fine, and I really wanted it for our live site too. So to be sure I cloned our live site to get an up-to-date copy and re-did the installation using cv dl.

This time how ever, the new theme did not show up. Do you have any idea where I should start investigate?

Support angular dashboard in CiviCRM 5.33+

You need to add something like this for the new angular dashboard at /civicrm:

/* Flexbox copied from civicrm.css (supports dashboard layout) */
.crm-container .crm-flex-box {
  display: flex;
}
.crm-container .crm-flex-box > * {
  flex: 1;
  min-width: 0; /* prevents getting squashed by whitespace:nowrap content */
}
.crm-container .crm-flex-box > .crm-flex-2 {
  flex: 2;
}
.crm-container .crm-flex-box > .crm-flex-3 {
  flex: 3;
}
.crm-container .crm-flex-box > .crm-flex-4 {
  flex: 4;
}

Cannot get theme to display Drupal 9

I am on an upgrade project from Drupal 7 to Drupal 9 and looking to update the theme. (Currently Shoreditch under Drupal 7 which is not supported for Drupal 9 by the looks of things) I simply cannot get the aah theme to display properly. I can see it is enabled and its been chosen under display preferences (I have tried all combinations). I am using the latest Drupal 9.3.9 (with the Bartik theme out of the box) with the latest CiviCRM 5.48.1. Theme debugging is now on. I can see aah classes, but clearly these are being overridden. I think I am just being a numpty, but just in case I am missing an important step?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.