konrad_151 Posted February 1, 2017 Share Posted February 1, 2017 Co zrobić żeby menu z kategoriami po najechaniu myszką wysuwało się za pomocą jquery slideDown() ? napisałem coś takiego, da się to w ogóle zmienić ? $menu = $('.sf-menu').children().last().prev(); $submenu = $menu.children().last(); $menu.mouseenter(function(){ $submenu.slideDown(); }); Link to comment Share on other sites More sharing options...
konrad_151 Posted February 1, 2017 Author Share Posted February 1, 2017 (edited) ok poradziłem sobie z tym, wystarczyło zmienić w pliku \themes\default-bootstrap\js\modules\blocktopmenu\js\superfish-modified.js na samym dole animation: {height: 'show'}, - ustawiłem height:'show' zamiast opacity:'show'.animationOut: {height: 'hide', opacity: 'hide'}, - ustawilem dodatkowo height: 'hide' opacity zostawiłem bo według mnie lepiej to wygląda, temat do zamknięcia Edited February 1, 2017 by konrad_151 (see edit history) Link to comment Share on other sites More sharing options...
konrad_151 Posted February 9, 2017 Author Share Posted February 9, 2017 Jednak mam jeszcze mały problem, dlaczego po przeładowaniu strony od razu mi się pokazuje submenu i znika, nie powinno się pokazywać. Gdzie tego szukać? Wiem że w plikach js w blocktopmenu ale nie mogę znaleźć tego co odpowiada za to. Link to comment Share on other sites More sharing options...
konrad_151 Posted February 13, 2017 Author Share Posted February 13, 2017 Up Link to comment Share on other sites More sharing options...
konrad_151 Posted February 15, 2017 Author Share Posted February 15, 2017 jednak był problem w styla css, temat zamknięty Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now