Is it possible to toggle the products menu on mouse over rather than clicking?
From the template editor in the admin panel; I changed the scripts.pre.tpl of this line;
$(document).on('click', '.cat-menu-vertical .ty-mainbox-title', function () {I replaced "click" with "mouseover" and edited this file; topmenu_dropdown_ab__un_mwi.tpl
<a class="ty-menu__item-link" onclick="$('.cat-menu-horizontal .ty-menu__items').toggleClass('open');">I replaced onlick with onmouseover. Cleaned the cache. Now I am checking the source code if my edits are live; yes they're live. But the menu still needs to be clicked to show up.
We will make a lesson how to make desired.
Maybe, we will include it as option in settings (if this can be possible)