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>
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!!
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.