Hi, I'm using the Corporate Clean theme 1.x.2.0 version with Drupal 7.1.9 but when I use the ColorScheme Form (Admin>Appearance>Options) for modifying the colors automatically, the function, in the template.php file, named corporateclean_preprocess retrieves a wrong path to the theme and therefore no style is seen after any modification.

I would like to know:

  1. Could the path theme be specified directly in the theme for avoiding further problems?
  2. Do I have to set the path to the theme in the the admin>Configuration>File System public path and/or private path?
  3. How can I solve this without inducing failures and in a way it is fixed the problem for every theme?

Furthermore, I would like to know Q4: how can the color style be extended inorder to be modified by the ColorScheme Form at the Admin>Appearance>Options too. And if Q5: is it planned a similar form but to handle the style in a deeper way, such as alignment, divs, containers and so on.

Additionally I'm having a problem while including the search form in the search area of the template because it is displayed in the expect region but the button sends to a 404 page and it seems the action is not auto-modified in the POST to make the search according to the written text. And sometimes the search bar is desplayed also in the Navigation or Banner block regions. Q6: How to fix this?

Finally I would like to know if Q7: is it possible to download the complete source of the life demo with the sample as the documentation of to reproduce the demo is hard to follow by beginners.

Thanks.