CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • Drupal template not applied after upgrading tot 3.1.2
Pages: [1]

Author Topic: Drupal template not applied after upgrading tot 3.1.2  (Read 1589 times)

Ed van Leeuwen

  • I post occasionally
  • **
  • Posts: 68
  • Karma: 1
  • CiviCRM version: 4.7
  • CMS version: Drupal 7.x
  • MySQL version: MariaDB 10
Drupal template not applied after upgrading tot 3.1.2
February 15, 2010, 01:59:39 am
I am using Drupal 6.15 with the pixture_reloaded theme set to forest green. Now, after upgrading to 3.1.2, the template shows its default setting (pink). This is only so inthe CiviCRM section; all other Drupal pages do have the green layout.

I have cleared all caches including views. I have disabled all caching mechanisms. I have reset the template and reapplied the colour. Nothing helps.

Does aynone have any ideas on this?

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Drupal template not applied after upgrading tot 3.1.2
February 15, 2010, 03:18:06 am
There might be some conflict with civicrm css. You might want to debug it with firebug.

Kurund
Found this reply helpful? Support CiviCRM

MatthewD

  • I’m new here
  • *
  • Posts: 7
  • Karma: 0
Re: Drupal template not applied after upgrading tot 3.1.2
February 15, 2010, 07:17:27 am
I've got the same problem with cepixture.

The style.css is getting picked up from different places.

The drupal installation is from the file/color directory:
http://<site>/sites/embodiedleadership.co.uk/files/color/cepixture-7e117948/style.css?v

the Civicrm uses the default
http://<site>/sites/all/themes/cepixture/style.css?v

Any suggestions where to look at how this is built?

cheers
   Matthew

Ed van Leeuwen

  • I post occasionally
  • **
  • Posts: 68
  • Karma: 1
  • CiviCRM version: 4.7
  • CMS version: Drupal 7.x
  • MySQL version: MariaDB 10
Re: Drupal template not applied after upgrading tot 3.1.2
February 15, 2010, 08:15:04 am
Yes, that is the same behaviour I have noticed:

In Drupal (e.g. main page):

Code: [Select]
<link type="text/css" rel="stylesheet" media="all" href="/covs/drupal-6.15/sites/default/files/color/pixture_reloaded-6a0e602a/style.css?7" />

In CiviCRM (e.g. dashboard):

Code: [Select]
<link type="text/css" rel="stylesheet" media="all" href="/covs/drupal-6.15/themes/pixture_reloaded/style.css?7" />
This worked fine in 3.1.1.

MatthewD

  • I’m new here
  • *
  • Posts: 7
  • Karma: 0
Re: Drupal template not applied after upgrading tot 3.1.2
February 15, 2010, 09:29:55 am
Edward,

I've put in place a temporary workround by
  • making a copy of pixture directory,
  • deleting the template*.php files
  • and copying the files/color/.../pixture/* files into it
i.e. making a hard-coded copy of the pixture directory with the non-default colours. This works OK, until the problem is resolved....

Matthew

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Drupal template not applied after upgrading tot 3.1.2
February 15, 2010, 03:19:18 pm
This seems to be a bug introduced in 3.1 - I've recreated locally and filed an issue. You can track progress here:
http://issues.civicrm.org/jira/browse/CRM-5840
Protect your investment in CiviCRM by  becoming a Member!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • Drupal template not applied after upgrading tot 3.1.2

This forum was archived on 2017-11-26.