Hi there,
would it be possible to add this code to your plugin?
//Variable
var s = false;
//Prüfen ob Untermenue sichtbar
jQuery("#nav .menu ul li ul" ).each(function(index, obj){
if(jQuery(obj).is(':visible')){
s = true;
}
});
//Falls kein Untermenu sichtbar
if(s==false){
jQuery("#nav .menu ul li.current_page_parent").parent().show();
}
I added it behind the following line:
jQuery("#nav .menu > ul > li.page_item").click(function()
The click or hover option could be an option inside of the settings.
Best Regards,
Norman Schlorke
PS: See the working example: http://www.vdvc.de