Menu or Sidebar Has Disappeared
This can be either on-line or on your local hard drive. You have done an edit in the menu.js or sidebar.js and now that item is no longer appearing on the page. This is usually for one of the following reasons.
Possible problem #1:
You have edited your .js file with an HTML editor like Frontpage or Dreamweaver. Only edit .js files with a plain text editor like Notepad. If you do not have a backup of this file or do not still have the downloaded .zip file with the original file you may need to request a new download for this file.
Possible problem #2:
You have used a ' in the menu or sidebar. You can not use a ' unless you put a backslash in front of that like this \'. See example below:
Possible problem #3:
You have put a line break in the .js file by accident. First, uncheck "Word Wrap" in Notepad under the "Format" menu. Now make sure every line has document.write(' at the start of the line, and '); at the end of each line. See the sample below:
IMPORTANT: Be sure to turn off "Word Wrap".
To solve this problem in most cases, simply backspace to remove the line break. Only in a few cases will you add the code mentioned above.