Secondary toolbar does not show on the front end when core navigation enabled
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3460333. -->
Reported by: [teknocat](https://www.drupal.org/user/539422)
Related to !464 !465
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>After enabling the core navigation module available in Drupal 10.3, the secondary toolbar does not show up at all on the front end despite having the "Show Secondary Toolbar in Frontend" option enabled. If I disable the core navigation module, then it comes back.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<p>When using Drupal 10.3 or 10.3.1, enable the core navigation module when using Gin 3.0-RC13 and ensure that you have checked "Show Secondary Toolbar in Frontend" in the Gin theme settings.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Ideally make it so the secondary toolbar is indeed rendered in the front end if that option is enabled when using the core navigation module. However, in that case it might also be prudent to also adjust the secondary toolbar to account for things that the core navigation now takes care of (like making the user menu immediately accessible).</p>
<p>However, if there's a technical reason why this is not possible, since core navigation disables all the other Gin toolbar options, then hide/disable this option in the Gin theme settings. It would also be good to show a clear indication that it is also not an available option in conjunction with core navigation, much like the other Gin toolbar options do.</p>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<ol>
<li>Review the code and configuration of the Gin theme to determine why the secondary toolbar doesn't work in this case</li>
<li>Implement one of the proposed resolutions</li>
</ol>
issue