If your button panel dont work open developer console (chrome - f12, then console; same for firefox) and type:
bind_panel_buttons()
then enter
Make sure you are in bots home page ( myshop/ ) when doing this.
This method is supposed to be called after loading page/dom, and for some reason it is not. So for button panel to work you need to run this method manually every time you reopen bots home page.
cheers.