1. Yes, I know. But if you forget and use the old one you lose everything. The option to save changes should be disabled.
2. Yes, I know how to edit the footer. The question is referring to the Webmasters Tool footer code section. I was previously give this code to help with a touch issue:
<script type=”text/javascript”>
// Open menu on first tap on touch devices.
jQuery(document).ready(function () {
jQuery(“.menu-item”).has(“ul”).children(“a”).attr(“aria-haspopup”, “true”);
});
</script>
3. Fixed my own issue. I missed a few of the custom css settings that I lost the resized columns, removed boards, and etc. Once I added these back in, the things are behaving as before.
4. Previously, the search box in the widget was just the icon and you clicked on it and it expanded. Just different than it was before.
5. Ok. I’ve done a few modifications that let’s me accomplish what I wanted.