? ?
avatar Scrabble96
Scrabble96
6 Sep 2019

What needs to be fixed

The Cassiopeia breadcrumbs module position

Why this should be fixed

At the moment, it is below the component area (see index.php lines 151-157):
<div class="grid-child container-component"> <jdoc:include type="modules" name="main-top" style="cardGrey" /> <jdoc:include type="message" /> <jdoc:include type="component" /> <jdoc:include type="modules" name="breadcrumbs" style="none" /> <jdoc:include type="modules" name="main-bottom" style="cardGrey" /> </div>

And it looks like this:

current-position

How would you fix it

Change the order in that section of index.php to this:
<div class="grid-child container-component"> <jdoc:include type="modules" name="breadcrumbs" style="none" /> <jdoc:include type="modules" name="main-top" style="cardGrey" /> <jdoc:include type="message" /> <jdoc:include type="component" /> <jdoc:include type="modules" name="main-bottom" style="cardGrey" /> </div>

So it looks like this:

proposed-position

Side Effects expected

None. (The misalignment at the top of the component and sidebar was already there).

avatar Scrabble96 Scrabble96 - open - 6 Sep 2019
avatar joomla-cms-bot joomla-cms-bot - change - 6 Sep 2019
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 6 Sep 2019
avatar brianteeman
brianteeman - comment - 6 Sep 2019

I agree with you. For some reason I never understood the breadcrumbs is at the bottom in protostar

avatar franz-wohlkoenig franz-wohlkoenig - change - 6 Sep 2019
Labels Added: ?
avatar franz-wohlkoenig franz-wohlkoenig - labeled - 6 Sep 2019
avatar franz-wohlkoenig franz-wohlkoenig - change - 6 Sep 2019
Status New Discussion
avatar franz-wohlkoenig franz-wohlkoenig - change - 8 Sep 2019
Status Discussion Closed
Closed_Date 0000-00-00 00:00:00 2019-09-08 04:49:26
Closed_By franz-wohlkoenig
avatar franz-wohlkoenig franz-wohlkoenig - close - 8 Sep 2019
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 8 Sep 2019

Closed as having Pull Request #26204

Add a Comment

Login with GitHub to post a comment