Page 1 of 1

Opencart 2.0.1.1 admin panel won't display correctly

Posted: Tue Jan 13, 2015 3:04 am
by mandanthe202
Hi,

I've just installed the latest version of opencart on my server and when I access the admin panel it doesn't view correctly.

The styles of the page don't appear correctly.

Attached is a picture of the problem.

Thanks.

Re: Opencart 2.0.1.1 admin panel won't display correctly

Posted: Tue Jan 13, 2015 10:17 am
by opencarthow.com
To fix it, you can edit the file admin > view > template > common > header.tpl, find:

Code: Select all

<link href="view/javascript/bootstrap/less/bootstrap.less" rel="stylesheet/less" />
<script src="view/javascript/bootstrap/less-1.7.4.min.js"></script>
and replace with:

Code: Select all

<link rel="stylesheet" href="view/javascript/bootstrap/css/bootstrap.min.css" />

Re: Opencart 2.0.1.1 admin panel won't display correctly

Posted: Mon Feb 09, 2015 8:55 pm
by mikekasky
This seems to be more elegant... just add to top level and it works
http://stackoverflow.com/questions/2772 ... rt-2-0-1-1