Hello

I found a minor bug of 2 images not found using your theme

Failed to load resource: the server responded with a status of 404 (Not Found)
xxx/profiles/openatrium/themes/oa_radix/assets/images/icon/icon-panopoly.png Failed to load resource: the server responded with a status of 404 (Not Found)
Failed to load resource: the server responded with a status of 404 (Not Found)
xxx/profiles/openatrium/themes/oa_radix/assets/images/icon/icon-apps.png Failed to load resource: the server responded with a status of 404 (Not Found)

They are called in

xxx/profiles/openatrium/themes/oa_radix/assets/stylesheets/screen.css
xxx/profiles/openatrium/themes/radix/assets/stylesheets/ie.css
xxx/profiles/openatrium/themes/radix/assets/stylesheets/radix-style.css

They are like

/* line 232, ../../../../../../../../../../var/lib/gems/1.9.1/gems/compass_radix-3.0.13/stylesheets/compass_radix/_structure.scss */
a#navbar-link-admin-panopoly:before {
  background-image: url("../images/icon/icon-panopoly.png");
}

I imagine that you have to compile the scss again with a variable unchanged...

In Radix theme you have a folder and an image with them. I have copied it to solve the problem. They are used in the navbar.

Thanks very much for your theme.

Comments

candelas’s picture

Same problem if you make a oa_radix subtheme.