Jump to content

Główe menu


marcinbial

Recommended Posts

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/

post-1324449-0-98044900-1478521254_thumb.png

post-1324449-0-97649000-1478521255_thumb.png

Edited by marcinbial (see edit history)
Link to comment
Share on other sites

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

 

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...