Results 1 to 6 of 6
  1. #1
    Join Date
    Apr 2009
    Location
    Sydney, Australia
    Posts
    22
    Plugin Contributions
    0

    Default 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?



  2. #2
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default 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 .

  3. #3
    Join Date
    Apr 2009
    Location
    Sydney, Australia
    Posts
    22
    Plugin Contributions
    0

    Default 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');

  4. #4
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: admin styling has disappeared

    Quote Originally Posted by stella01 View Post
    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?


    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 .

  5. #5
    Join Date
    Apr 2009
    Location
    Sydney, Australia
    Posts
    22
    Plugin Contributions
    0

    Default Re: admin styling has disappeared

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

  6. #6
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: admin styling has disappeared

    hey you welcome

 

 

Similar Threads

  1. v150 Person doing my admin has disappeared cant log into admin
    By semcomputers in forum Basic Configuration
    Replies: 6
    Last Post: 21 Jan 2015, 01:31 AM
  2. Site has disappeared
    By maryland in forum General Questions
    Replies: 3
    Last Post: 29 Sep 2009, 12:38 AM
  3. Ability to Install or Remove shipping choices has disappeared under Admin section?
    By RJR in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 5 Aug 2009, 02:03 AM
  4. My admin page has disappeared after add-on
    By robbin21973 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 19 Feb 2009, 11:01 PM
  5. Website has disappeared
    By mgbyte in forum General Questions
    Replies: 7
    Last Post: 21 Aug 2006, 03:09 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg