Same here. I have 2 empty sub-forums. They are not showing when Style Pack is active.
– If I turn the plugin off, the subforums are visible.
– When I turn ‘Change order of forums’ off in Style Pack, subforums are visible too with StylePack installed (and activated).
Hi Robin,
Forum is logged-in users only 🙁
Theme is Astra.
Maybe the code is helpful?
Code from the Forum-Next-Link:
<nav class=”navigation post-navigation” role=”navigation” aria-label=”Messages”>
<h2 class=”screen-reader-text”>Navigation</h2>
<div class=”nav-links”><div class=”nav-next”>Next Forum<span class=”ast-right-arrow”>→</span></div></div>
</nav> </main><!– #main –>
Code from the Topic-Next-Link:
<nav class=”navigation post-navigation” role=”navigation” aria-label=”Messages”>
<h2 class=”screen-reader-text”>Navigation</h2>
<div class=”nav-links”><div class=”nav-next”>” rel=”next”>Next Subject <span class=”ast-right-arrow”>→</span></div></div>
</nav> </main><!– #main –>