Hey there!
I’m currently using the Volume theme with GP premium. The subheadings in the left sticky menu are not expanding on clicking the drop-down arrow button. It’s working fine when jQuery is enabled but stops working when I deregister jQuery.
Also, I have applied the following CSS to hide that menu from desktop:
@media only screen and (min-width: 768px) {
/* hide mobile menu on desktop: */
.slideout-header{ display:none!important;}
}
Kindly let me know how to solve the issue without resorting back to jQuery. Thanks!