Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / admin styling has disappeared

admin styling has disappeared

Locked

Views: 942

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
11 Apr 2009, 11:27 PM
#1
stella01 avatar

stella01

New Zenner

Join Date:
Apr 2009
Location:
Sydney, Australia
Posts:
22
Plugin Contributions:
0

admin styling has disappeared

hello,

i renamed my store and put it into my root then i renamed my admin folder successfully.

after this my admin home page has mysteriously lost the styling for the menu and main page. all other sections in the admin are ok except for the menu line. when i try and see what style it is using the ff web developer tool, it tells me there is no style information for that.

i noticed that in /myadmin/includes/stylesheet.css there was this reference so i changed the code as follows.

@import url("file:///myadmin/includes/menu.css");/* including stylesheet for dhtml menu /
@import url("file:///myadmin/includes/index.css");/
including stylesheet for index.php */

did i make a mistake here? why would there be No style information? when all other pages appear to be ok?

:frusty:

11 Apr 2009, 11:32 PM
#2
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: admin styling has disappeared

you need to edit your configure.php file for admin correctly .

this looks like something is not right with confure.php file

admin / includes / configure.php

look over this file and see if you spot the error .

11 Apr 2009, 11:53 PM
#3
stella01 avatar

stella01

New Zenner

Join Date:
Apr 2009
Location:
Sydney, Australia
Posts:
22
Plugin Contributions:
0

Re: admin styling has disappeared

hi there, thanx for your quick response.

i couldn't spot anything that wasn't right in the configure.php file.
everything was looking fine until i changed a colour in the stylesheet and uploaded it, then my menu styling disappeared. i tried to recover quickly and load the stylesheet from my back up, re-uploaded but still same problem.

what do you think i should be looking for specifically in the configure file?

this is what i changed in that file:

define('DIR_WS_ADMIN', '/myadmin/');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_ADMIN', '/myadmin/');
define('DIR_WS_HTTPS_CATALOG', '/');

define('DIR_FS_ADMIN', '/clientdata/n5200-2-dynamic/w/o/mysite/www/myadmin/');
define('DIR_FS_CATALOG', '/clientdata/n5200-2-dynamic/w/o/mysite/www/');

define('DIR_FS_SQL_CACHE', '/clientdata/n5200-2-dynamic/w/o/mysite/www/cache');

12 Apr 2009, 12:05 AM
#4
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: admin styling has disappeared

stella01:

hello,

i renamed my store and put it into my root then i renamed my admin folder successfully.

after this my admin home page has mysteriously lost the styling for the menu and main page. all other sections in the admin are ok except for the menu line. when i try and see what style it is using the ff web developer tool, it tells me there is no style information for that.

i noticed that in /myadmin/includes/stylesheet.css there was this reference so i changed the code as follows.

@import url("file:///myadmin/includes/menu.css");/* including stylesheet for dhtml menu /
@import url("file:///myadmin/includes/index.css");/
including stylesheet for index.php */

did i make a mistake here? why would there be No style information? when all other pages appear to be ok?

:frusty:

it should be

@import url("menu.css");/* including stylesheet for dhtml menu /
@import url("index.css");/
including stylesheet for index.php */

start by this and see how things work from here .

12 Apr 2009, 12:11 AM
#5
stella01 avatar

stella01

New Zenner

Join Date:
Apr 2009
Location:
Sydney, Australia
Posts:
22
Plugin Contributions:
0

Re: admin styling has disappeared

that was it. THANK YOU all the way from the land down under.
:clap:

12 Apr 2009, 12:14 AM
#6
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: admin styling has disappeared

hey you welcome :P:clap: