osCmax v2.5 User Manual
Results 1 to 6 of 6

Potential css adjustment for admin suckerfish menu in safari or chrome

This is a discussion on Potential css adjustment for admin suckerfish menu in safari or chrome within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; Not sure if this happening to other folks, but when I log into the admin of oscmax 2.5 with safari ...

      
  1. #1
    Senior Member blackhawk's Avatar
    Join Date
    Aug 2009
    Location
    indiana
    Posts
    640
    Blog Entries
    1
    Rep Power
    27


    Default Potential css adjustment for admin suckerfish menu in safari or chrome

    Not sure if this happening to other folks, but when I log into the admin of oscmax 2.5 with safari or chrome, you will see that the top suckerfish menu as a gap issue when you rollover any of the top links. It's not a bug, but just needs css adjustment. So I adjusted the issue by modifying the following styles in the admin folder...


    Code:
    .sf-menu li.sfHover ul {
    	left:			0;
    	top:			1.6em; /* match top ul list item height */
    	z-index:		99;
    }

    and...

    Code:
    /*** DEMO SKIN ***/
    .sf-menu {
    	float:			left;
    	margin-bottom:	0em;
    }
    Hope this helps someone

    bh

  2. #2
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    2,678
    Rep Power
    49


    Default Re: Potential css adjustment for admin suckerfish menu in safari or chrome

    Thanks Blackhawk,

    Not tested this out - but could you commit to the bug tracker and I will update the source.

    Thanks,
    pgmarshall
    _______________________________

  3. #3
    Senior Member blackhawk's Avatar
    Join Date
    Aug 2009
    Location
    indiana
    Posts
    640
    Blog Entries
    1
    Rep Power
    27


    Lightbulb Re: Potential css adjustment for admin suckerfish menu in safari or chrome

    PG I found out why I was not getting the super fish menu to work on my end after downloading oscmax 2.5, which relates to this post and several others I wrote last week. It's because the jquery links in the <head>, in the admin, are being referenced from live sites. I didn't realize that when I was trying to play with oscmax 2.5 locally offline.

    It's not a big deal but it may save some people confusion if we can possibily package the jquery files locally (zipped) when folks want to play with the application offline?

    bh

  4. #4
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    2,678
    Rep Power
    49


    Default Re: Potential css adjustment for admin suckerfish menu in safari or chrome

    Yes - we use the google CDN technology to lower the load on people's servers but this does mean that when you are offline the jQuery will not load ... perhaps a admin switch to allow the use of local files might be in order.

    You can put a feature request into the BugTracker but I suspect it might not make it into v2.5!

    Regards,
    pgmarshall
    _______________________________

  5. #5
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,014
    Rep Power
    36


    Talking Re: Potential css adjustment for admin suckerfish menu in safari or chrome

    Regarding jquery...
    Of course, if you use a development subdomain on your server and don't build locally, then this issue is a non-event.
    Hosting plans with installation, configuration, contributions, support and maintenance.

  6. #6
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default Re: Potential css adjustment for admin suckerfish menu in safari or chrome

    I think it is fair to require web access for a web application. We will not be packaging jquery with the production version of osCmax. However, for the production release, we should consider including a graceful failure to warn users that they don't have internet access, and it is required for the menu system to work. We will also update the documentation to include a live internet connection as a requirement to run osCmax.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

Similar Threads

  1. possible adjustment for admin->reviews page
    By blackhawk in forum osCmax v2 Installation issues
    Replies: 3
    Last Post: 05-24-2010, 09:07 AM
  2. Safari / Chrome layout fix
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 06-29-2009, 04:05 PM
  3. Safari hates my CSS
    By SimpleSurfer in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 04-09-2007, 11:29 PM
  4. [HELP] Need some help with small adjustment things.
    By Squirrel in forum osCommerce 2.2 Modification Help
    Replies: 3
    Last Post: 04-27-2005, 12:16 PM
  5. making the catalog menu same style as admin menu
    By starchild in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 06-01-2003, 04:42 AM

Bookmarks

Posting Permissions

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