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.

schappaughc

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Prevent menu from expanding on hover? #3289
    schappaughc
    Participant

    Many thanks! I found this to be very helpful. Needed to use the default bootstrap functionality.

    in reply to: Error with AngularJs #3288
    schappaughc
    Participant

    I found help here. https://github.com/vadikom/smartmenus/issues/16
    (wasn’t using button groups but was using columns inside bootstrap dropdown menus for some items)
    so added “data-in-mega_smartmenus=”true”” as shown below

      <ul class="dropdown-menu">
        <li>
          <ul class="list-unstyled col-sm-6 nav-border" data-in-mega_smartmenus="true">
              <li><a>Great Plains IDEA Directory</a></li>
              <li><a>Lead Institution</a></li>
              <li><a>Functional Teams</a></li>
              <li><a>Human Sciences</a></li>
              <li><a>Board of Directors</a></li>
              <li><a>Campus Coordinators</a></li>
              <li><a>Program Contacts</a></li>
          </ul>
          <ul class="list-unstyled col-sm-6" data-in-mega_smartmenus="true">
               <li><a>AG IDEA</a></li>
              <li><a>Executive Committee</a></li>
              <li><a>Campus Coordinators</a></li>
              <li><a>Program Contacts</a></li>
          </ul>
        </li>
      </ul>
    in reply to: Error with AngularJs #3287
    schappaughc
    Participant

    I am having the same issue as described above. Is there a solution or update available?

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