Page 1 of 1

Update to 2.1.6 ver.

Posted: 11 Nov 2009, 02:53
by marco963
Hi Karl, Hi Nick.

In the latest update log, I see:

"GENERAL: Cleaned up some templates
FRONTEND: Improved CSS styles optimized for various OS platforms"


Just to be sure and to avoid an incorrect update, having customized a theme, how can I update my existing theme with new CSS improved styles ?
Are the existing configuration files and/or existing CSS template files affected by this new version ?

Marco

Posted: 11 Nov 2009, 05:38
by mjau-mjau
You also have customized your theme CSS? What theme are you using? The updates only affected "default", "white" and "abyss" themes ... The only change is related to the font, and we changed the font-family in the BODY class:
Code
font-family: "Optima Regular", Candara, "Lucida Grande", "Trebuchet MS", Arial, Verdana, sans-serif;
You can change this style yourself in the CSS if you like, of course if you are using any of those themes above. We did some research and found out that this font-family gives a nice combination of fonts suitable for the multiple platforms.

Posted: 12 Nov 2009, 03:53
by marco963
mjau-mjau wrote:You also have customized your theme CSS? What theme are you using? The updates only affected "default", "white" and "abyss" themes ... The only change is related to the font, and we changed the font-family in the BODY class:
Code
font-family: "Optima Regular", Candara, "Lucida Grande", "Trebuchet MS", Arial, Verdana, sans-serif;
Thanks Karl.
I'm using a customization of the "default" theme and I have now manually added the fonts you suggest.

It would be nice (and wise !) in the future, to get more detailed information about the update process (it would be sufficient a simple text file provided in the update package), in order to upgrade correctly our existing configuration.

Now I usually overwrite the "imagevue" sub-directory (the configuration files are preserved), but if you change for instance some CSS or other files, we should be aware ! :wink:

Marco