aokeefe17

Results 2 comments of aokeefe17

I was able to accomplish both by taking out: ('.cbp-spmenu,.toggle-menu').click(function(e){ e.stopPropagation(); }); and changing this, as recommended above by takien: jQuery(document).ready(function($) { $('.toggle-menu').jPushMenu({ closeOnClickInside:false }); });

I should say similar to what was recommended by Takien, as I changed the closeOnClickOutside:false to closeOnClickInside:false