Page 1 of 2 12 LastLast
Results 1 to 10 of 357

Hybrid View

  1. #1
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Pure CSS Mega Menu

    Hello everyone! I am excited to announce my first module release that isn't a template! I have packaged up the popular Pure CSS Mega Menu that is used in many of our template pacakges as a stand alone module:

    Click image for larger version. 

Name:	pure-css-menu.jpg 
Views:	7114 
Size:	25.7 KB 
ID:	11448

    You can check out live demos of the menu on our free templates here:

    http://www.picaflor-azul.com/free-de...abbington_mega

    Module Features:

    • Completely customizable--add links, images, or customize menu colors, or easily hide elements of the menu from the stylesheet

    • No javascript used

    • Neutral colors, looks good with any template!

    • Display lots of content while keeping a clean layout

    • Improves site navigation and usability

    • Customers get to their destination in fewer clicks

    • Easily ad EZpage links to the Info drop down

    • Dynamically builds your categories and sub categories for the Shop drop down

    • Quick Links drop down includes links to Home, New Products, Featured Products, All Proucts, Specials, and Search

    • Dynamically ads manufacturers with listed products to the Brands drop down

    • About Us drop down has text and an image

    • Connect drop down with facebook, twitter, pinterest, youtube, google, and blog links

    • Customer Service drop down has short shipping text and shop with confidence text with payments image

    • W3C Valid XHTML and CSS3

    • No changes to core files

    • Easy Installation

    • Detailed HTML readme file with written instructions and screenshots, and links to videos for the installation and customization steps.

    • Fully compatible with versions 1.3.8x, 1.3.9x, 1.5x. Would probably work with lower versions although it has not been tested.



    Please post any bugs or questions here.

    Thanks,

    Anne

  2. #2
    Join Date
    Apr 2005
    Location
    TN
    Posts
    94
    Plugin Contributions
    0

    Default Re: Pure CSS Mega Menu

    Is there any way to NOT have the Main Categories branch off into side sub-categories?
    Example:
    What it does now is makes the tree when you hover over the category name
    Category 1
    ----------- Sub-1
    ----------- Sub-2
    ----------------- Sub2-1
    Category 2
    Category 3
    ----------- Sub-1
    ----------- Sub-2

    What I want is to just have
    Category 1
    Category 2
    Category 3

    and not have it split off in to sub-menus.], since one of my categories has over 30 sub-categories. (An no... there is no way to change it or combine them. It is what it is) :)

    Thanks
    Bubba

  3. #3
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Pure CSS Mega Menu

    It should be a simple stylesheet change, removing a :hover rule. Anne will be able to tell you exactly what to change.

  4. #4
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Pure CSS Mega Menu

    Quote Originally Posted by gjh42 View Post
    It should be a simple stylesheet change, removing a :hover rule. Anne will be able to tell you exactly what to change.
    You can add a display:none; to the .mega-menu .levels li ul rule in the stylesheet_mega_menu.css file.

    Thanks,

    Anne

  5. #5
    Join Date
    Apr 2005
    Location
    TN
    Posts
    94
    Plugin Contributions
    0

    Default Re: Pure CSS Mega Menu

    Perfection! Thanks so much Anne!

  6. #6
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Pure CSS Mega Menu

    Quote Originally Posted by bubbadan View Post
    Perfection! Thanks so much Anne!
    No problem ;-)

    Thanks,

    Anne

  7. #7
    Join Date
    Apr 2009
    Posts
    60
    Plugin Contributions
    0

    Default Re: Pure CSS Mega Menu

    Install went well. Good directions.
    What I am trying to figure out is how I can display the top level categories along the top main menu. Now it comes off of Shop and I have turned off the top menus I am not using.
    https://uesakausa.com Zen cart 1.5.5f

    Instead of Shop on the top level I would like the top level categories, then subcats off of those.

    Training | Competition | Custom Bumpers | Apparel & Access | About Us | Info | Connect then sub categories similar to this:
    Bumpers Bumpers Platinum
    Metal Metal Uesaka
    Bars Bars
    Collars

    Not sure how to do this. I am assuming it is in here tpl_mega_menu.php but have no clue how to change this code without blowing it up. Couldn't find any tutorial or post. Thanks in advance for any help! Got a headache on this one.

  8. #8
    Join Date
    Apr 2009
    Posts
    60
    Plugin Contributions
    0

    Default Re: Pure CSS Mega Menu

    Quote Originally Posted by MaxBodine View Post
    Install went well. Good directions.
    What I am trying to figure out is how I can display the top level categories along the top main menu. Now it comes off of Shop and I have turned off the top menus I am not using.
    https://uesakausa.com Zen cart 1.5.5f

    Instead of Shop on the top level I would like the top level categories, then subcats off of those.

    Training | Competition | Custom Bumpers | Apparel & Access | About Us | Info | Connect then sub categories similar to this:
    Bumpers Bumpers Platinum
    Metal Metal Uesaka
    Bars Bars
    Collars

    Not sure how to do this. I am assuming it is in here tpl_mega_menu.php but have no clue how to change this code without blowing it up. Couldn't find any tutorial or post. Thanks in advance for any help! Got a headache on this one.
    Does anyone have a mega menu that has the top level categories in the main part and the sub categories drop down and branch out from there? Can you offer me any ideas on how to proceed?

    Thanks,

    Max

  9. #9
    Join Date
    Sep 2009
    Posts
    40
    Plugin Contributions
    0

    Default Re: Pure CSS Mega Menu

    Is the Pure CSS Mega Menu compatible with 1.5.5f - My Responsive Classic template? I've installed it and it is a mess.

  10. #10
    Join Date
    Apr 2009
    Posts
    60
    Plugin Contributions
    0

    Default Re: Pure CSS Mega Menu

    I did the same thing, and I am still working through it too. I will keep posting as I go. I just found out the mega menu is not responsive. What I did was keep the mega menu for my desktop and put this code below in responsive.css and responsive_mobile.css. Not sure if you made a custom template or not. If you did copy those two files in your custom template css folder with the changes.

    @media (min-width:0px) and (max-width:480px){ #mega-wrapper { display:none;visibility:hidden; }

    Now the problem I am working on is this works until they get to the product info page, then the menu is loosing the css. That may be do to other changes I made. I would be interested if you do not have that problem if you try my fix. That may head me in the right directions too.

    Good Luck hope this helps. And I will keep updating as I figure it out.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Help with Mega Menu css customization
    By swdynamic in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 17 Jul 2013, 01:21 AM
  2. v139h Mega Menu Mess
    By traytray in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 20 Nov 2012, 07:58 PM
  3. v150 Mega Menu assistance
    By Fancyfrills in forum Templates, Stylesheets, Page Layout
    Replies: 18
    Last Post: 24 Aug 2012, 06:16 PM
  4. Horizontal Drop Menu sort order of mega-menu
    By familynow in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 19 Oct 2011, 04:39 PM

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