Giter Site home page Giter Site logo

multilevelpushmenu's Introduction

multilevelpushmenu's People

Contributors

botelho avatar crnacura avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

multilevelpushmenu's Issues

[enhancement] Add missing bower.json.

Hey, maintainer(s) of codrops/MultiLevelPushMenu!

We at VersionEye are working hard to keep up the quality of the bower's registry.

We just finished our initial analysis of the quality of the Bower.io registry:

7530 - registered packages, 224 of them doesnt exists anymore;

We analysed 7306 existing packages and 1070 of them don't have bower.json on the master branch ( that's where a Bower client pulls a data ).

Sadly, your library codrops/MultiLevelPushMenu is one of them.

Can you spare 15 minutes to help us to make Bower better?

Just add a new file bower.json and change attributes.

{
  "name": "codrops/MultiLevelPushMenu",
  "version": "1.0.0",
  "main": "path/to/main.css",
  "description": "please add it",
  "license": "Eclipse",
  "ignore": [
    ".jshintrc",
    "**/*.txt"
  ],
  "dependencies": {
    "<dependency_name>": "<semantic_version>",
    "<dependency_name>": "<Local_folder>",
    "<dependency_name>": "<package>"
  },
  "devDependencies": {
    "<test-framework-name>": "<version>"
  }
}

Read more about bower.json on the official spefication and nodejs semver library has great examples of proper versioning.

NB! Please validate your bower.json with jsonlint before commiting your updates.

Thank you!

Timo,
twitter: @versioneye
email: [email protected]
VersionEye - no more legacy software!

Not working properly in my Ubuntu chrome sometime..

Sometime, This demo is not opening properly in my chrome ( Ubuntu 13.04 ).

I noticed that this demo is not working properly while getting "no-csstransforms3d" class in the html tag..

pushmenu

Sorry for my Bad english.. :(

Thank you..

Fixed main content and slide menu as overlap

The menu on mobile pushes the main content on the page to the right.

I do now want to move this main content to the right, instead overlap the menu on top of the same.

Pls advise how I can achieve that.

Multi-Level Push Menu Header Fixed Position after clicking on any space place over the page

I want to make "Multi-Level Push Menu" section's position fixed so i mean header section.I can make header position fixed.It is ok but the problem is that my fixed header position is being deactivated when i scroll down my page after clicking any space place on overlay layout to close sidebar menu.I tried to use jquery to fix the problem,to make header section fixed after clicking any place on overlay to return the page but it did not work.?

Added inline styling breaks other css animations

On line: 213 in mlpushmenu.js:
this._setTransform('translate3d(0,0,0)');

Breaks some other css animations (if you have any) inside the menu area. In my code at least.
If you want a simple improvement. Change to:
this._setTransform('');

You remove all inline styling and there wont be any possible problems with this.

Previous Menu Titles (when overlapping)

When using overlapping how could we have vertically written in the previous tabs the name of the prios menus? like this...

I think it wil be an excellent feature.

image

Menu doesn't work in ie9

In ie9 mp-menu always shows regardless of screen size and the push effect doesn't work. Is there a fix for this?

Iphone 6 plus menu button as just one line

Hi, I implemented the menu and so far it's working great (I added the hack to let it srolling smoothly in iOS)

I have another issue. In both iphone 6 plus i could give a try i see just 1 out of the 3 lines the create the menu icon (the top one)

I tried both safari and chrome, portrait and landscape, without any success... work great in iphone 4 , android etc etc

BR
Duccio

More than one menu

Hi, I want to use more than one menu. But when I initialize a new mlPushMenu object and trigger the click on my button all my objects are fired. How can I tell to initialize an object in first button and different object on another button?

Selected list item issue

Hello - trying to work through an issue that my team and I have been spinning wheels on.

We're trying to use Javascript to get the menu to highlight whichever sub-section you are on. For example, the section is Budget and the sub-sections are Administration, Contacts, Documents, Videos. If you click on "Administration" it opens that sub-section and keeps the menu on the left open where you see all the sub sections. We would like "Administration" to be highlighted so you know you're in that subsection.

After going through this trial/error, we used the directory method approach, but it would be better to know how to highlight those list items based on selection (via click/touch).

Any insight would be greatly appreciated!

Failing to find classie requirejs

Have you ever managed to successfully load this with requirejs?

I am currently being returned:

ReferenceError: classie is not defined

if( classie.has( e, waypoint ) ) {

I would assume this is because classie.js is not AMD compatible?

My setup looks like this:

// RequireJS setup
requirejs.config({    
    defaultPath: 'javascript',
    // paths to plugins
    paths   :   {
        classie             :   'plugins/classie',
        modernizr           :   'plugins/modernizr',
        mlpushmenu          :   'plugins/mlpushmenu'

    },
    // dependency order if applicable
    shim    :   {
        mlpushmenu          :   ['classie','modernizr']
    }    
});

// Call to push menu
require(['classie', 'modernizr', 'mlpushmenu'], function() {
    new mlPushMenu(
        document.getElementById( 'mp-menu' ),
        document.getElementById( 'trigger' ), {
            type : 'cover'
    } );
});

Dynamic Page Content

I can't figure out why, but some of my pages I use this menu on, will not scroll all the way.

There is still content hidden that I can not scroll down too.

Please let me know what you think.

On Iphone Menu

On the iPhone I made a tweak use on horizontal only appears 5 menus and i have like 20 and in browser also dont show all .. i made height: auto for content now i have access to all menu.

But on iPhone and Tablets with that tweak once i try to scroll down with menu open it instantly enters a sub-menu is there any way of only entering menu if u actualy click and not touch and slide up ?

fixed items no longer fixed after menu closes

I have 2 fixed div's for a simple icon page navigation and a “back to top” button that work fine when the page loads. They stay fixedand work as intended. Once I click on this menu and then close it, those elements are no longer fixed. They start to scroll with the rest of the page. Is there a fix for this to get those elements to stay fixed when the menu is closed?

Dynamically Added Elements

Is it possible for this plugin to recognize dynamically added menu items? I'm loading all of my menu content via JSON.

Navigation Menu does not open on mobile

Hello together,

I have implemented this wonderful function on my website. In the desktop version I have solved all the problems myself. But on the mobile version, there is one issue where I am not able to find any solution.

https://digital-admins.com/

In the mobile version of my site you are not able to open the left navigation menu.
You can rightclick my site and view the page source. The css and js file is linked in the header/footer.

If somebody could find my problem, this would be very helpful!
Thanks very much in advance!

best regards
Dennis

available in bower?

Is there a chance this might be available through a package manager like bower?

Thanks!

Awesome menu system!

Menu options very sensitive avoid scroll this menu

I have problem in mobile device when I try to scroll this menu if ammount of menu options not fit on all height of the screen, Apears that the menu is very sensitive, when I try to scroll the options are activated and avoid to scroll the menu to view all options bellow.

Best regads

autoopen

is ist possible to add an option for 'autoopen'
or what todo if i want to autoopen the menu on startup

on iphone mp-level 4 not working

Hi,
I tried using multilevel menu as hamburger and faccing and issue in iphone.
If i give more than 3 level to mp-level it doesnt works in iphone and refreshes when i click on menu.
Please help me with this.
RG,

Close menu on link click

Need a built in function to close menu items. I implement the following hack to close menu items when clicked.

// Hack to close items when clicked
$('.mp-close').mousedown(function () {
    $('body').click();
});

Native scroll on iPhone not working.

I noticed that the native scrolling seems to stop working when I applied this to my mobile site and started testing. It looks like there was a fix in the forums, but when I tried it the fix created other issues. Any ideas? Is there something in the JS that could be tweaked to not effect the smooth scrolling?

Hold menus open

Hi will it be possible to hold the menu open after the content is loaded?

Remember last opened menu level...

Good afternoon

I see this project is long dead now.....

But is there a way to remember the last clicked menu level/position on next open?

Or is there a newer and similar mobile menu which does the same thing?

cheers
richard

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.