Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

ratmalwer

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: oldfashioned style: (sm-vertical-no-flyout) required #3096
    ratmalwer
    Participant

    No all is static – no parent gets expanded…
    Can I send you an examlpe (word/pdf) to explain what I want?

    I wanted the script for easy realize different menus (horizontal/vertical and I liked the mobile-view.

    in reply to: Have I to add classes manually (eg. has-submenu current) #3063
    ratmalwer
    Participant

    oh – yes.
    Now I see where I can define the options.

    Here an example maybe it helps some other reader:

    $(function() {
    	$('#menu').smartmenus({
    		subMenusSubOffsetX: 1,
    		subMenusSubOffsetY: -8,
    		markCurrentItem: true,
    		markCurrentTree: true
    	});
    });
    in reply to: z-index does not affect my div #3062
    ratmalwer
    Participant

    Great! its always the littel things…
    Thanks!!!

    in reply to: href not working on parent as expected #3061
    ratmalwer
    Participant

    PS:
    i think there might be the need of a new style (sm-vertical-no-flyout) as mobile-view should act as it is?!

    in reply to: href not working on parent as expected #3060
    ratmalwer
    Participant

    Hello

    I come back with this issue. As mentioned it works but still does not cover my reqirements.

    I tried to change the script you provided but failed.

    The menu should react as this examlple (click the CMS_ML -item of the link : http://mk-design.ch).
    – on click the menu should expand and the href should fire and the menu should remain expaded.
    – on cklick of the sub-menu the href should fire and the menu should remain expanded.

    Is there an easy way to do this?

    in reply to: z-index does not affect my div #3040
    ratmalwer
    Participant

    in reply to: Hamburger and menu text alignment #3036
    ratmalwer
    Participant

    maybe float:left wold help.

    Or supply a short but complete codesamle HTML + CSS.

    in reply to: href not working on parent as expected #3032
    ratmalwer
    Participant

    Hey
    works great!!!

    Still I have a bit thinking to do.
    As I work on a CMS that the user allows to choose the menuposition (left, horizontal maybe multiple menus) I have to check it out deeper.
    In the left-menu in desktop-mode I want the menu stay expanded and active.
    On mobile view the menu should disapear after the selection.
    etc.

    Your code will help me and point the direction.
    Thanks

Viewing 8 posts - 1 through 8 (of 8 total)