any way to change hamburger menu

whenever I click on hamburger menu, I get all the groups, but i want to add extra feature that whenever I hover on groups, I should get it subgroups, so can anyone help me in this, like in which file i need to edit in site banner widget

Parents
  • Former Member
    0 Former Member

    Composing the groups list spans several areas of the Site - Banner widget.

    • In the Content tab, the section labeled "## site navigation" pulls widget configuration data and sets up the various siteNavigation* context items that are then loaded into the call to jQuery.telligent.evolution.widgets.siteBanner.register(...)
    • In ui.js, the initSiteNavigation function sets up an instance of locally defined HeaderList function, that will use one of the vm files to display popup content. In your use case it would be the groups.vm file.
    • In groups.vm, the layout of groups is defined, as well as the mechanism for calling back for a new page of scrollable results.

    Depending on your desired implementation, you will need to modify these areas to support the additional nested hover.

Reply
  • Former Member
    0 Former Member

    Composing the groups list spans several areas of the Site - Banner widget.

    • In the Content tab, the section labeled "## site navigation" pulls widget configuration data and sets up the various siteNavigation* context items that are then loaded into the call to jQuery.telligent.evolution.widgets.siteBanner.register(...)
    • In ui.js, the initSiteNavigation function sets up an instance of locally defined HeaderList function, that will use one of the vm files to display popup content. In your use case it would be the groups.vm file.
    • In groups.vm, the layout of groups is defined, as well as the mechanism for calling back for a new page of scrollable results.

    Depending on your desired implementation, you will need to modify these areas to support the additional nested hover.

Children
No Data