in this page when hove on product link the sub menu is displayed, but after moveout the cursor sub menu disappeared. But i want to make it visible after move out cursor, that means active page submenu will be visible on it page. how can do that. original site is http://www.payvment.com/products/
thanks, Mostly working When the page first load on product page, when i move mouse to about page & after that move out mouse, the product page submenu not showing again. Which is showed on original site http://www.payvment.com/products/
at http://www.payvment.com/products/ for product link using same submenu like other link with display: block but when u hover on another link, it turns their display: hidden to block which covers Product's submenu links. As I dont know how your codes works, i cant help more about codes.
on the menu http://www.payvment.com/products/ is contain .current-menu-item class, so if i add here another class called "open" using jquery , then the menu will work, I add this code on header, but its not working
http://facebookmenupages.com/product/
in this page when hove on product link the sub menu is displayed, but after moveout the cursor sub menu disappeared. But i want to make it visible after move out cursor, that means active page submenu will be visible on it page. how can do that. original site is http://www.payvment.com/products/
As I dont know how your codes works, i cant help more about codes.
I add this code on header, but its not working
$('.current-menu-item').addClass('open');