-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Low
-
Component/s: Site - Company Hub
-
None
-
1
-
Severity 3 - Minor
Issue Summary
On the Company-hub page, when a Carousel using the Split layout (image left, text right) is embedded via Excerpt Include into a two-column section, the carousel renders reduced in size and centered instead of filling the column width. Changing the Company-hub page layout width (Full width/Wide) does not affect the issue.
Steps to Reproduce
- Create a page named “Left”.
- Add a Carousel macro.
- Choose Split layout (image on the left, text on the right).
- Wrap the Carousel in an Excerpt macro.
- Create a page named “Right”.
- Add a Carousel macro with the same Split layout and wrap it in an Excerpt macro.
- Edit the “Company-hub” page and insert a layout with 2-columns.
- In the left column, add an Excerpt Include (Insert Excerpt) that references the “Left” page.
- In the right column, add an Excerpt Include that references the “Right” page.
- Optionally toggle page width (Full width, Wide) and re-check.
Expected Results
- Each Carousel fills the width of its respective column and preserves the Split layout.
Actual Results
- Both carousels render reduced in size and centered within their columns.
- Toggling page width (Full width/Wide) has no effect; the carousels remain reduced.
Workaround
- Create an “Intermediate” page.
- On that page, add a layout with 2-columns and set the page to Full width.
- In the left column, add an Include macro pointing to the “Left” page; in the right column, add an Include macro pointing to the “Right” page.
- On “Company-hub”, include the “Intermediate” page.
- Result: When the include is set to Full width, the Split layout is preserved and carousels are no longer reduced.