? ? Pending

User tests: Successful: Unsuccessful:

avatar astridx
astridx
7 Sep 2019

Pull Request for Issue # #26195

Summary of Changes

I changed the positioning of the breadcrumbs.

Testing Instructions

Apply this patch an open the side in the front end. The breadcrumbs are now in front of the content.
Home

Expected result

The breadcrumbs are in front of the content.

Actual result

The breadcrumbs are under the content.

Documentation Changes Required

No

avatar astridx astridx - open - 7 Sep 2019
avatar astridx astridx - change - 7 Sep 2019
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 7 Sep 2019
Category Front End Templates (site)
avatar brianteeman
brianteeman - comment - 7 Sep 2019

Personally I would have moved it to be directly above the component

and why is there the if statement? If it is needed then surely it would be needed on all the modules

avatar mbabker
mbabker - comment - 7 Sep 2019

The if conditionals aren’t saving much here. It just stops the jdoc tag from being in the content buffer when the API does the pass for finding those tags and triggering the right renderer (which IIRC the modules renderer makes the same check). If there were some kind of wrapping markup then the if conditionals make more sense, otherwise at best you’re saving 1-2 nanoseconds and a few bytes of memory at best wrapping undecorated jdoc tags.

avatar franz-wohlkoenig franz-wohlkoenig - change - 8 Sep 2019
Title
set breadcrumb on start of conteinaer
[4.0] Set breadcrumb on start of container
avatar franz-wohlkoenig franz-wohlkoenig - edited - 8 Sep 2019
avatar astridx astridx - change - 8 Sep 2019
Labels Added: ?
avatar astridx
astridx - comment - 8 Sep 2019

@brianteeman @mbabker
The two points for me OK, too.
The main thing is the breadcrumbs are higher up.

Now it loos like this
Home(1)

avatar Scrabble96
Scrabble96 - comment - 8 Sep 2019

If the breadcrumbs code is removed from the component container and then this code (with an appropriate new container type, but for a quick test on an installed site, using top-a works as long as there is no other top-a module in place) is inserted just below the top-b position in index.php then it works fine:

<div class="grid-child container-breadcrumbs"> ('breadcrumbs' doesn't yet exist, so use 'top-a')
<jdoc:include type="modules" name="breadcrumbs" style="none" />
</div>

image

avatar astridx
astridx - comment - 8 Sep 2019

@Scrabble96 If I understand you correctly, you would like to completely reposition the breadcrumbs. right?
@brianteeman How do you like the suggestion?

avatar brianteeman
brianteeman - comment - 8 Sep 2019

Not great for me as it's too far from the content if you have big top modules. But I'm not a designer and I build few sites and would just move it on any site I built

avatar Scrabble96
Scrabble96 - comment - 8 Sep 2019

Not great for me as it's too far from the content if you have big top modules. But I'm not a designer and I build few sites and would just move it on any site I built

I hadn't realised, but for some reason I don't quite understand, the top-a, top-b and both sidebars drop underneath the content area when viewed on a very small screen, so yes, with my suggestion, the breadcrumbs would drop below the content, too.

I had assumed (silly, I know) that top-a and top-b were designed to be at the top and stay at the top.

avatar uthorat uthorat - test_item - 19 Oct 2019 - Tested successfully
avatar uthorat
uthorat - comment - 19 Oct 2019

I have tested this item successfully on 971b2c3


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26204.

avatar tejashri10 tejashri10 - test_item - 19 Oct 2019 - Tested successfully
avatar tejashri10
tejashri10 - comment - 19 Oct 2019

I have tested this item successfully on 971b2c3


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26204.

avatar Quy Quy - change - 19 Oct 2019
Status Pending Ready to Commit
avatar Quy
Quy - comment - 19 Oct 2019

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26204.

avatar HLeithner HLeithner - change - 19 Oct 2019
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2019-10-19 09:35:07
Closed_By HLeithner
Labels Added: ?
avatar HLeithner HLeithner - close - 19 Oct 2019
avatar HLeithner HLeithner - merge - 19 Oct 2019
avatar HLeithner
HLeithner - comment - 19 Oct 2019

thx

avatar Renuka-S Renuka-S - test_item - 19 Oct 2019 - Tested successfully
avatar Renuka-S
Renuka-S - comment - 19 Oct 2019

I have tested this item successfully on 971b2c3


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26204.

avatar shindebalu shindebalu - test_item - 19 Oct 2019 - Tested successfully
avatar shindebalu
shindebalu - comment - 19 Oct 2019

I have tested this item successfully on 971b2c3


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26204.

Add a Comment

Login with GitHub to post a comment