I found that a duplicate Rubik theme is appearing in my Tao folder. It seems like if I update the original Rubik theme css files (outside the Tao folder) that the duplicate Rubik theme in the Tao folder will be updated.

Can someone explain this process?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

R-H’s picture

Category: support » bug
Priority: Normal » Critical

I'm assuming that this is bug now. I'm finding that my regular theme settings are being overridden by the Tao theme. I'm finding that my site logo settings are being ignored in the regular theme and that the Tao theme settings are being used.

You can also see that the css being used for the regular theme is actually coming from this duplicated folder in the Tao Theme.

If you look at the source for dev.ryanhanau.com, you will see that it isn't using the correct css files. 

<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/tao/ryan/css/regions.css?b" />
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/tao/ryan/css/typography.css?b" />
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/themes/tao/ryan/css/display-suite.css?b" /> 

It looks like it has created a duplicate version of the ryan theme and placed it in the tao folder.

What makes matters worse is that it is random. Sometimes the correct regular theme is being used and then sometimes this mysterious duplicate regular theme folder in Tao is being used.

R-H’s picture

Here are a couple of images that show the problem with the site's logo.

The regular theme is called "ryan". It's base theme is omega. I've said to use the default logo, which should be at "sites/all/themes/ryan/logo.png". Instead, if you look at the source it pulling the logo form "sites/all/themes/tao/ryan/logo.png

greggles’s picture

Category: bug » support
Priority: Critical » Normal
Status: Active » Fixed

This is a problem with the way you've managed your installation. I just checked out rubik and tao and don't have this problem.

I suggest deleting one of the rubik folders.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.