The Grand Potentate
Well-known member
Awesome. Can't wait to update it later. Fingers crossed
Great update Mike but after the update sticky navigation does not work on IE11
It works when I test it on Chrome39 and Opera26
Also I noticed that the slider in @Brogan's CTA Featured Threads slider is not auto resizing when hiding/showing the sidebar.
And in IE11 the slider not even showing up when the sidebar is hidden.
Ooooh, what's this thingy? Does it work on mobile?If anybody is getting this for the Extra Index box, due to styling changes you have made:
View attachment 91738
Add to your EXTRA.css
Adjust width accordingly.Code:#audentio_postPaginationInput { width: 124px; }
View attachment 91739
Can you show us what that looks like and how you did it?It would be cool to have the new pagination also available in the userbar. I moved it up there by editing templates, but having the option to have it up there instead of in the main nav would be cool.
Can you show us what that looks like and how you did it?
<xen:require css="moderator_bar.css" />
<xen:if hascontent="true">
<div id="userBar" class="{xen:if @uix_stickyUserBar, 'stickyTop'}">
<xen:if is="@uix_pageStyle!=1">
<div class="pageWidth">
</xen:if>
<div class="pageContent">
<div class="navTabs">
<xen:if is="@uix_pageStyle==1">
<div class="pageWidth">
</xen:if>
<xen:contentcheck>
<xen:if hascontent="true">
<ul class="left moderatorTabs">
<xen:contentcheck>
<xen:hook name="uix_userbar_left_start" />
<xen:if is="{$visitor.is_moderator} || {$visitor.is_admin}">
<xen:include template="moderator_bar" />
</xen:if>
<xen:hook name="uix_userbar_left_end" />
</xen:contentcheck>
</ul>
</xen:if>
<xen:if is="@uix_postPagination">
<li class="navTab audentio_postPagination" id="audentio_postPagination"></li>
</xen:if>
<xen:if hascontent="true">
<ul class="visitorTabs right">
<xen:contentcheck>
<xen:hook name="uix_userbar_right_start" />
<xen:if is="@uix_visitorTabsToUserBar">
<xen:include template="uix_visitorTabs" />
</xen:if>
<xen:if is="@uix_loginHandleToUserBar && @uix_loginHandleAsNavLink">
<xen:include template="uix_loginTab" />
</xen:if>
<xen:if is="@uix_searchPosition == 3">
<xen:include template="uix_searchTab" />
</xen:if>
<xen:hook name="uix_userbar_right_end" />
</xen:contentcheck>
</ul>
</xen:if>
</xen:contentcheck>
</div>
<span class="helper"></span>
</div>
</div>
</div>
</xen:if>

We use essential cookies to make this site work, and optional cookies to enhance your experience.