How can I suppress the AUI responsive menu in Themepress?

Michael Kuhl July 10, 2014

On the AUI menu I have a "More" menu option with no content.

Can I suppress it or at least control the content

It appears as below with the html for it being:

<nav class="aui-header aui-dropdown2-trigger-group" role="navigation" data-aui-responsive="true">
<div class="aui-header-inner">
<div class="aui-header-primary">
<h1 id="logo" class="aui-header-logo aui-header-logo-custom">
<ul class="aui-nav" style="width: auto;">
<li>
<li>
<li>
<a id="aui-responsive-header-dropdown-trigger-0" class="aui-dropdown2-trigger" href="#" aria-haspopup="true" aria-owns="aui-responsive-header-dropdown-content-0" aria-controls="aui-responsive-header-dropdown-content-0">
More
<span class="icon aui-icon-dropdown"></span>
</a>
<div id="aui-responsive-header-dropdown-content-0" class="aui-dropdown2 aui-style-default aui-dropdown2-in-header" style="display: none; left: 300px; top: 40px;" data-dropdown2-alignment="left" aria-hidden="true">
</li>
<li>
</ul>
</div>
<div class="aui-header-secondary">
</div>
</nav>

3 answers

0 votes
Darryl October 31, 2014

Good news: we've been able to reproduce this in Firefox, and have a fix now (see https://brikit.atlassian.net/browse/PRESS-708).

The fix will be in Theme Press release 1.1.7.

Thanks for bringing this to our attention!!

0 votes
Darryl October 25, 2014

Hi Michael and John,

I just stumbled across this post... This was supposed to be fixed in Theme Press 1.1.3 (see https://brikit.atlassian.net/browse/PRESS-708). However, this was appearing very intermittently so difficult to confirm (appearance was dependent on lots of factors, including screen width, other plugins, etc.).

If you're still seeing this in 1.1.3 or later, please open a ticket at https://brikit.atlassian.net and let us know how you're reproducing so we can get this sorted!

Cheers,
Darryl 

0 votes
john_pfeiffer
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 23, 2014
This hack seemed to be good enough for me (shrug) until they fix the bug...

 

<style>
#aui-responsive-header-dropdown-trigger-0 {
display:none;
}
</style>

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events