OK with fresh eyes today I made more edits to topic.slp, outside of RH.
under Extra mobile header with special functions, I commented out:
<!--<a class="filter" data-attr="href: '#'; title:@KEY_LNG.Filter" data-if="KEY_FEATURE.filter" data-class="filter-applied: @.l.tag_expression.length" data-click="$mc.toggleActiveTab('filter')"> </a>-->
Then under <!-- Filter --> I commented out the entire <div> </div> section.
This practically fixed it but still, I oddly had just the top of the Filter icon showing up in phone view. Clicking on it returned to the TOC (although the tooltip says "Filter"). So to fix that, I simply made the filter icon white. Most of our customers do not view our help on their phones, fortunately.
Then I noticed that although I have AND search set to false, that is another setting that is being ignored in the 12.0.4 update. The checkbox for "Display results with all search words" was showing up in my search tab. We do not want AND search, because it doesn't work. If it's selected, no results are ever returned although there should be results. So back to topic.slp.
under Search results, I commented out:
<!--<label class="wSearchAndLabelResults" data-if="KEY_FEATURE.andsearch" for="andsearch" data-class="active: @KEY_AND_SEARCH == '1'">
<?rh-lng-string lngname="EnableAndSearch" class="wSearchAND" lngvalue="Show results that include all search words" ?>
</label>-->
under Extra search field for desktop, I commented out:
<!--<div class="searchAND" data-class="layout-visible: @mousein_searchbox || @focusin_searchbox || @focusin_andoption" data-if="KEY_FEATURE.andsearch">
<input id="andsearch" type="checkbox" value="1" class="wSearchAND" data-checked="KEY_AND_SEARCH" data-focus="@focusin_andoption(true)" data-blur="@focusin_andoption(false)" />
<label for="andsearch"><?rh-lng-string lngname="EnableAndSearch" class="wSearchAND" lngvalue="Show results that include all search words" ?></label>-->
After making these edits to topic.slp (also including my edits from yesterday's post), I regenerated my HTML5 output.
At last, my help appears correctly, and seems to be functioning correctly. I want to use this RH 12.0.4 update, because it promises to fix the problems with Google search indexing.
I have another help project without a Glossary or Filter. So I'll be figuring out what to comment out in topic.slp to hide the Glossary icon. I assume it will be similar.
I do not necessarily recommend making these changes because I am not sure if I did the right thing, and make no promises that they'll work for you. I just hope this post helps you if you're encountering the same problem. Hopefully Adobe will fix the problems with the 12.0.4 update soon and release another patch.
Alexandra
Alexandra, Adobe released an update this afternoon. It has fixed the problem in my help. Hopefully it will do the same for yours.
Andy.