View Issue Details

IDProjectCategoryView StatusLast Update
0005533Composrsetupwizardpublic2024-08-01 20:59
ReporterMaster RatAssigned To 
SeverityMinor-bug 
Status non-assignedResolutionopen 
Product Version 
Fixed in Version 
Summary0005533: V11 News display in 10.44 had settings for 50% of the page option not in V11?
DescriptionWhen setting up and you choose to have ""News Block" displayed on the page it only gives you right, left but no center option like it did on V10.44.

"Random Quotes" is centered correctly but no option I found to center the news block I think I checked all the news blocks options for this.
TagsNo tags attached.
Time estimation (hours)
Sponsorship open

Activities

Chris Graham

2024-08-01 20:57

administrator   ~0009053

Last edited: 2024-08-01 20:58

View 2 revisions

Triaging...

For v10:
Any block can be in the 'cell' position.

For v11:
Blocks can be set as BLOCK_POSITION_CELL in admin_setupwizard hooks. Only the main_poll block is set like it. That's not helpful, as you'd need at least two.
The fix is select other blocks should allow it too, such as main_content. Blocks where it really is designed to fit in a small space like that.

Some context:
Modern layouts and responsive designs don't tend to columnize things. We use responsive design to shrink things down based on viewport width. It would be possible to change our code to look at container instead of viewport (see https://caniuse.com/css-container-queries); but that would muddy our code to support a case that most people think is old-school crowded design.

Issue History

Date Modified Username Field Change
2024-01-06 22:05 Master Rat New Issue
2024-08-01 20:57 Chris Graham Note Added: 0009053
2024-08-01 20:58 Chris Graham Note Edited: 0009053 View Revisions
2024-08-01 20:59 Chris Graham Category news => setupwizard