marcinbial Posted November 7, 2016 Share Posted November 7, 2016 (edited) Witam. Po najechaniu na zaproszenia ślubne rozwija się menu i widać podswietlony przycisk"menu slubne" w ktore mozna kliknac. najezdzajac ponizej, podziekowania, akcesoria i dodaki slubne menu sie rozwija ale juz nie widac podswetlenia, przycisk schowal sie w tle... prosze o rozwiazanie problemu? sklep: http://zaproszenia-przemysl.pl/ Edited November 7, 2016 by marcinbial (see edit history) Link to comment Share on other sites More sharing options...
endriu107 Posted November 7, 2016 Share Posted November 7, 2016 Tak bez linku to Ci nikt nie pomoże. Link to comment Share on other sites More sharing options...
marcinbial Posted November 7, 2016 Author Share Posted November 7, 2016 Tak bez linku to Ci nikt nie pomoże. http://zaproszenia-przemysl.pl/ Link to comment Share on other sites More sharing options...
atomek Posted November 7, 2016 Share Posted November 7, 2016 spróbuj w ten sposób,na końcu pliku /themes/default-bootstrap/js/modules/blocktopmenu/js/blocktopmenu.js dodaj taki kod: $(document).ready(function() { $('ul.sf-menu > li').mouseenter( function(e) { if ( $(document).width() >= 768 ) { var children_a = $(this).children('a'); if ( children_a.hasClass('sf-with-ul') ) { var el_height = $(children_a).outerHeight(); var pos = $(this).position(); $(this).children('ul.submenu-container').css('top', pos.top + el_height); } } } ); }); Link to comment Share on other sites More sharing options...
marcinbial Posted November 8, 2016 Author Share Posted November 8, 2016 spróbuj w ten sposób, na końcu pliku /themes/default-bootstrap/js/modules/blocktopmenu/js/blocktopmenu.js dodaj taki kod: $(document).ready(function() { $('ul.sf-menu > li').mouseenter( function(e) { if ( $(document).width() >= 768 ) { var children_a = $(this).children('a'); if ( children_a.hasClass('sf-with-ul') ) { var el_height = $(children_a).outerHeight(); var pos = $(this).position(); $(this).children('ul.submenu-container').css('top', pos.top + el_height); } } } ); }); nic nie dało 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