Which file/script is responsible for the annoyingly smooth hiding menu in the Joomla admin panel?
Even when I expand the menu, Virtuemart hides it after every refresh. This is extremely frustrating. Additionally, every time I open the product list, everything shifts around - it's impossible to work with. This is the worst solution that could have been devised - forcing someone to live with this and not giving them the option to disable it.
The person who came up with this idea definitely does not own a store or sell anything. No real seller would want something like this.
There is a new configuration that you can add to your virtuemart.cfg file and then save VM configuration to update
administrator/components/com_virtuemart/virtuemart.cfg
##for new admin templates stops VM from bouncing the side menu
autoCloseJMenu=0
It helped. Many Big Thanks! :)
Glad to help