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.

Problems with SmartMenus

Home Forums Older releases 0.9.x Problems with SmartMenus

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2415
    murat@sm
    Participant

    Hello,

    First of all I would like to thank to the author of this great plugin.
    I’m making a website for a Graduate School using SmartMenus jQuery plugin. I used sm-mint theme and customized it a lot. The problems I’m having are as follows:

    1) when the browser is resized (to about a phone size) the menu does not work as expected anymore, i.e. when I click a top level item submenus open just below it (which is fine) but the other top level menus shift to the right of submenus and submenu item cannot be clicked.

    2) when the page scrolls the menu stays fixed which prevents some menu items from being seen.

    3) active (or current) state in top level items does not work.

    Problems 1 and 2 only appears at mobile resolutions.

    Does anybody have any ideas?

    #2418
    admin
    Keymaster

    Hi,

    I guess while customizing the theme you have paid attention just to the desktop layout. So now basically you will need to include additional rules at the end of the theme CSS file (in the “Responsiveness” section) in a media query like this:

    
    @media screen and (max-width: 640px) {
    	/* additional rules here ... */
    }

    that will fix any issues your customizations have produces on small screens.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘0.9.x’ is closed to new topics and replies.