I think that the issue in Chrome might be related to these bugs. http://blog.typekit.com/2014/02/04/chrome-bug-affecting-web-fonts/ http://blog.typekit.com/2014/02/28/new-bug-in-chrome-v33-affecting-web-fonts/
Error vlibTemplate Error: Template (main.tpl.htm) I followed the instructions with the repo. But I get this error... vlibTemplate Error: Template (main.tpl.htm) file not found I've checked the paths and confirmed they are correct but I still get the error. I'm running CentOS 6.4 with ISPconfig 3.0.5.3 if that helps.
This theme works with 3.0.5.3 on Debian. I am looking at it now. I don't think that the CentOS version would cause an issue. Are you sure that you installed it correctly? You have to copy and overwrite the files that are the same in the two interface folders.
I'm sure, first I changed the default directory names to: admin.default login.default themes.defaut index.php.default Then I uploaded the new theme directories and index.php Next I went to /usr/local/ispconfig/interface/lib/ renamed the config.inc.php to config.inc.php.default and then I uploaded a modified config.inc.php with these changes. //** Themes $conf['theme'] = 'ispc-clean'; $conf['html_content_encoding'] = 'utf-8'; // example: utf-8, iso-8859-1, ... $conf['logo'] = 'themes/ispc-clean/images/header_logo.png'; Finally I imported the ispc-clean.sql to the dbispconfig db through phpMyAdmin. I did manage to get the login page once I cleared cookies and hard refreshed my browser but after login I got the error mentioned previously. Thanks for your fast response.
Alright. It looks like you went too far! I am only updating certain files in that directory, and I don't include all of the other ones in the theme. You need to put all the other files back like they were, and then just replace the files that are included in the folders. There are not that many.
If I install this theme, will everything go ok when I do an upgrade to ISPconfig 3.1 which is the next upcoming release?
I know, but if I switch to default and do the upgrade it wont break anything? This theme puts additional files in /usr/local/ispconfig not just in theme directory and I'm worried. You can check the files here, in admin and login subdir there is additional content: https://github.com/dclardy64/ISPConfig_Clean-3.0.5/tree/master/interface/web
I'm using ispc-theme already for a while and it seems like it's no longer working with the current, new version of ISPConfig released last week. I've tested on the clean installation of ISPConfig - it is working there, but on current servers it is not working. Theme is missing from dropdown menu in ispconfig itself and I just can't get it to work (I've also tried to drop tables/import them again, but no success). Any idea what to do/check?
update the version number in the ispconfig_version file of that theme to the version number of the currently installed ISPConfig version.
....it works exactly like Till says. You can find this file at "/usr/local/ispconfig/interface/web/themes/ispc-clean"...