Results 1 to 10 of 13

Hybrid View

  1. #1
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Admin theme released: Paramita v1.0

    Ok this isn't working correctly for me in Internet explorer 8 or ie6, it seems to work in Opera, Firefox and Chrome, however it makes admin virtually unusable in IE

    I have tested on two machines (XP and Vista) with the same result

    What is happening is

    I log into admin, select something from one of the dhtml drop menu thingies -> and i can go there fine,
    however from that point on the drop down menus stop working correctly, if i go to select something else for instance I hover over "Locations Taxes" the dropdown appears but as soon as i try to move to it, it vanishes.

    here is a picture of what it looks like under IE for me

    http://nigel.geek.nz/admin-theme.png

    basically as soon as the pointer leaves the blue menu bar the dropdown menu vanishes, I can never get to it if you look at the image because of the white gap, as soon as the pointer hits that white gap the menu vanishes.

    The bizarre thing is, if i click the "admin home" link in the grey bar, the blue dropdown menu works again for one turn, then th problem re-occurs, and clicking the "admin home" link fixes it again for one turn

    In all the other browsers the blue menu bar is the same height as the black vertical dividers line however in IE they are sticking out of it.

    I have uploaded the files twice, refreshed the browser, cleared the cache, everything i can think off.

    Any suggestions?

  2. #2
    Join Date
    Apr 2008
    Location
    Nottingham, UK
    Posts
    46
    Plugin Contributions
    1

    Default Re: Admin theme released: Paramita v1.0

    Ah, thanks for the heads up on the menu issue and the details on what conditions it occurs under. I'll take a look at it when I get chance :)

    If it is causing anyone problems in the meantime, you can roll back to the standard menu by just reuploading the standard admin css file.

    Nick

  3. #3
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Admin theme released: Paramita v1.0

    Quote Originally Posted by Nick_H View Post
    Ah, thanks for the heads up on the menu issue and the details on what conditions it occurs under. I'll take a look at it when I get chance :)

    If it is causing anyone problems in the meantime, you can roll back to the standard menu by just reuploading the standard admin css file.

    Nick
    Hi Nick

    I have fixed the issue, although i am still not sure whether it was just my site setup or something with your theme, I am sure if it was something with your theme, other people would have posted here, after all there have been 500+ downloads, so must just be one of those bizarre things, though i can't think what

    anyway my fix was just to change the padding values of the menu section in the new stylesheet, to match the old padding values from the now redundant menu.css, and that solved my problem and seems to have had no negative impact on any other browser, but like I said it is most probably something in my set-up clashing

  4. #4
    Join Date
    Apr 2008
    Location
    Nottingham, UK
    Posts
    46
    Plugin Contributions
    1

    Default Re: Admin theme: Paramita v1.0

    Good work - would you mind posting the fix so I can include it in the next release? Up to my eyes in client work at the moment!

    Thanks,

    Nick

  5. #5
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Admin theme: Paramita v1.0

    Quote Originally Posted by Nick_H View Post
    Good work - would you mind posting the fix so I can include it in the next release? Up to my eyes in client work at the moment!

    Thanks,

    Nick
    I only changed 3 lines basically resetting the padding back to the zencart stock settings as shown below

    Code:
    ul.nde-menu-system li {
    	border-right:1px solid #003D00;
    	color:#ffffff;
    	display:inline;
    	font-weight:bold;
    	margin:0;
    	padding:0 10px;
    	position:relative;
    }
    
    ul.nde-menu-system li a {
    	color:#ffffff;
    	font-weight:bold;
    
    }
    
    ul.nde-menu-system li ul li a {
    	background-color:#eee;
    	color:#666;
    	display:block;
    	font-weight:normal;
    	margin:0;
    	padding:3px 5px;
    }

  6. #6
    Join Date
    Sep 2010
    Posts
    448
    Plugin Contributions
    0

    Default Re: Admin theme: Paramita v1.0

    Thanks for posting your CSS changes.... I too had the same issue with ie8
    Our style sheets seem to differ (probably updated since) but the first two changes worked for me.

    Just to let others know.

    BTW... It's a good add-on
    Last edited by Rizla; 1 Dec 2010 at 05:49 AM.

  7. #7
    Join Date
    Apr 2008
    Location
    Nottingham, UK
    Posts
    46
    Plugin Contributions
    1

    Default Re: Admin theme: Paramita v1.0

    Thanks for your comments Rizla! I'll get the updated version packaged up and submitted to the Addons section as soon as I get time :)

    Nick

 

 

Similar Threads

  1. Green Tea Admin Theme
    By zforrest in forum Customization from the Admin
    Replies: 19
    Last Post: 6 Jun 2012, 02:55 PM
  2. Admin theme development
    By Nick_H in forum All Other Contributions/Addons
    Replies: 11
    Last Post: 1 Mar 2010, 10:50 PM
  3. is there a theme similar to cubecart's killer theme?
    By rksprst in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 15 Jun 2007, 02:59 AM
  4. Admin Area, no css and/or theme
    By tklein in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 14 Feb 2007, 05:30 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