Hello.
Sure, here is some details. But you should understand – that this is connected with theme scripts, that was not development by our team – so I can’t tell you exactly files where you should edit this, and line with code that you should edit. So here is some more details:
1. You need to find code that trigger oped widget area from right side after click on button for this – http://screencast.com/t/5W20we0pV . This will be some javascript (jquery) click function event handler in your theme javascript code.
2. After you will find this code – insert there:
gmpGetMapById(2).refresh();
2 – is ID for your map.
That’s all you need to do. Main part will be to find code that open your sidebar. But I think you can simply ask where it is in your theme developer.
Hello.
Please tell me – was last post helpful for you?