What's New - February 09, 2018



  • Blog post: Tips and Tricks – Part 3

    In Part 1 and Part 2, I have highlighted some tips and tricks to get a website menu more user-friendly and attractive to website visitors. In this part, I will reveal some useful user interface features that will help you become a more efficient Menu Generator user.


    Dropdown Menus: Tips and Tricks – Part 3

    Contents:

    • Menu Structure: Element in the Proper Place
    • Show/Hide Elements
    • Import Navigation Links
    • Undo/Redo
    • Duplicate Menu
    • etc.

    Read more: https://www.dropdownmenugenerator.com/blog/menu-tips-3.aspx



  • Import

    You can now easily import HTML code with menu links into Menu Generator. To import menu structure, just click on the Import button and paste the code into the input field.


    Import Navigation Links

    A classic menu structure is a series of nested <ul> elements; a single link is a combination of the <li> and <a> elements.

    Example code with two levels of hierarchy:

    <ul>
        <li><a href="#">Home</a></li>
        <li><a href="#">About Us</a>
            <ul>
                <li><a href="#">News</a></li>
                <li><a href="#">Events</a></li>
                <li><a href="#">Gallery</a></li>
            </ul>
        </li>
        <li><a href="#">Support</a></li>
        <li><a href="#">Contact Us</a></li>
        <!-- etc. -->
    </ul>
    



  • Usability Enhancements

    We have worked hard to make our Menu Generator as clean, flexible and easy-to-use as possible. Here’s what’s new:


    • Better performance

      Menu Generator is now based on new, significantly improved core. As a result, the system works much faster, especially with the menus, which have a large number of elements.


    • Menu Name

      Now you can set the desired menu name from the Options, Design Window or My Menus page.

      Menu Name


    • Design Window: Background Color

      Color contrast is very important for better readability. For a light-colored or transparent menu, you can set the dark background.




    • HTML in tooltips

      You can now insert HTML code in tooltips. For example, you can use images, formatted text, any other HTML element as information about the menu element is being hovered over.

      HTML in tooltips


    • Personal settings

      Menu Generator now remembers its state (active Tabs, expanded option groups, IDE settings, etc.), even if a user closes the browser.




  • New templates




  • Fixed Bugs


Uploading ...