Hi everyone,
for the reason I am using DITA and up to now have not managed to update FM (15.0.4.701) to the latest version, I had the same overlaying marketing window problem. Right-click "Back" or Shift+Mouswheel worked, but still the "recent documents" list remained empty.
Research in these forums, editing files and testing I found 'my' solution – maybe there are others with similiar setting, so I like to share here:
1. Comment out in
c:\Users\<yourname>\AppData\Roaming\Adobe\FrameMaker\15\resources\welcomeScreen\welcome.html
line 63: <!-- <h5><span id="DITA_Standard">(DITA-1.2)</span> <a id="FM_DITA_OPTIONS" href="http://fm-welcomescreen/?cmd=newxml-dita-options" class="">DITA-Version ändern</a></h5> -->
(Thanks to K.Daube for the tip!)
2. Comment out in same folder
c:\Users\<yourname>\AppData\Roaming\Adobe\FrameMaker\15\resources\welcomeScreen\script.js
line 28-37:
//function ClearMarketingContent() {
// ClearListEntries("marketing");
//}
//function AddMarketingContent(source) {
// var item = document.createElement("iframe");
// item.src=source;
// item.className = "iframemarketing";
// document.getElementById("marketing").appendChild(item);
//}
Finally I got a normal working startscreen with the "recent documents" populated.