Limited slide out menu irregularities – qCascadingMenu
The menu in qCascadingMenu is cut. Only first sub-menu is visible.
<p> The Team Site HomePage.aspx page layout has been changed to Header and two columns. The web part is placed to the header zone. That causes the error.</p>
<p> 1. Find the following part from the home page which has two columns with header:<br/> <table id="layoutsTable" style="width:100%"><br/> <tbody><tr style="vertical-align:top"><br/> <td colspan="2"><br/> <div class="ms-rte-layoutszone-outer" style="width:100%"><br/> <div class="ms-rte-layoutszone-inner"> <br/> <WpNs0:CascadingMenu runat="server" __MarkupType="xmlmarkup" WebPart="true" __WebPartId=</p><p> 2. Add the style="overflow:visible" the class "ms-rte-layoutszone-inner" as follows:<br/> <table id="layoutsTable" style="width:100%"><br/> <tbody><tr style="vertical-align:top"><br/> <td colspan="2"><br/> <div class="ms-rte-layoutszone-outer" style="width:100%"><br/> <div class="ms-rte-layoutszone-inner" style="overflow:visible"> <br/> <WpNs0:CascadingMenu runat="server" __MarkupType="xmlmarkup" WebPart="true" __WebPartId=</p><p> 3. Save the page<br/> 4. Refresh the home page from browser.</p><p> You may need to clear the browser cache.</p>
<p> The Team Site HomePage.aspx page layout has been changed to Header and two columns. The web part is placed to the header zone. That causes the error.</p>