Menu Proxy no longer appears in existing project

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
DaleFranks
Jr. Propeller Head
Posts: 8
Joined: Fri Jun 12, 2015 12:56 pm

Menu Proxy no longer appears in existing project

Post by DaleFranks »

I have an existing project that has been active for about a year, at doc.bplogix.com. Today, the MiniTOC suddenly stopped appearing in the project output. The HTML code for the proxy still appears in the source code (See below), but is simply doesn't display on any of the pages. I haven't changed any of the settings for the target or master page. I don't understand why the MiniTOC is just...gone.




Source code from http://doc.bplogix.com/content/database ... _guide.htm:

<div class="small-12 medium-12 columns miniToc">
<h4 class="relatedtopics">Related Topics</h4>
<ul class="menu _Skins_SideMenu">
<li class="has-children"><a href="#" target="_self" class="selected">Database Guide</a>
<ul class="sub-menu">
<li><a href="table_relationships.htm" target="_self">Table Relationships</a>
</li>
<li><a href="table_definitions.htm">Table Definitions</a>
</li>
<li><a href="audit_log.htm" target="_self">Audit Log</a>
</li>
<li><a href="internal_views.htm" target="_self">Internal VIEWs</a>
</li>
<li><a href="create_view_sql.htm" target="_self">Create view (SQL)</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
NorthEast
Master Propellus Maximus
Posts: 6426
Joined: Mon Mar 05, 2007 8:33 am

Re: Menu Proxy no longer appears in existing project

Post by NorthEast »

Ok, just to avoid confusion, that is a menu proxy - which is a totally different thing to a mini TOC.

It seems to work fine for me, the menu proxy is visible on the web and tablet mediums, but is hidden on the mobile medium.

So if you can't see it, are you testing this on a mobile device or small browser window? If you test on say a desktop PC, you should see it.

If you want the menu visible on mobile too, edit your SideMenu skin, go to the Mobile Medium, and set the Menu > Layout > Display to block.
Post Reply