Page 1 of 1

"elegantblue" theme missing images

Posted: Sun Sep 09, 2012 1:14 pm
by Wynand
Hi

Deployed the latest version of CMS: 1.11.

It seems like none of the images used in the CSS template for the "elegantblue (http://themes.cmsmadesimple.org/uploads ... e.xml.html) theme has been installed. I.e. in the body block it references:

Code: Select all

background: #002236 url(/cmsms/uploads/elegantblue/img01.gif) repeat-x;
searching for it using find:

Code: Select all

find / -name "img01.gif"
also yields no results. (Same result with all the other images.) How are these images installed? If manually, where do I get them? Since I don't see any other forum hits about this, it would seem like an "User Problem".

I though that maybe the importer was getting confused and tried to add it to the directory "/cmsms/uploads/elegantblue", so I created a symlink that points {web_root}/cmsms/uploads -> {web_root}/uploads. This also did not solve the issue. Still all images are missing when re-importing the theme.

Does this theme work for other people?

Cheers
Wynand

Re: "elegantblue" theme missing images

Posted: Sun Sep 09, 2012 5:51 pm
by Dr.CSS
because it has /cmsms/uploads/ it doesn't seem to have brought the images with it, it makes the elegantblue folder in uploads but it is empty, sorry...

Re: "elegantblue" theme missing images

Posted: Mon Sep 10, 2012 12:06 am
by Wynand
Thanks Dr.CSS. I assume the required images for the theme will also be in the binary sections of the XML file? (Is there a way to manually view / extract the XML file's binary content?)