Admin, Unified Admin Backend; The footer is under the left admin col
- Status
- Open
- Subject
- Admin, Unified Admin Backend; The footer is under the left admin col
- Version
- 24.x
25.x
26.x - Category
- Usability
- Feature
- Admin Interface (UI)
- Resolution status
- New
- Submitted by
- Bernard Sfez / Tiki Specialist
- Lastmod by
- Bernard Sfez / Tiki Specialist
- Rating
- Related-to
-
- Unified Admin: add a search icon in mobile mode
- Unified admin backend CSS scope is too wide
- New unified Admin Backend should work properly with RTL languages
- Unified Admin Panel: When going through all the menu items, user should not be pulled out of context
- Admin interface, UX/UI; Admin interface should use all the available width to improve usability
- Description
This was tested on Tiki26 using Classic Bootstrap layout with Unified Admin Backend enable, fixed width enabled and a value for "Layout width" (1920px) wider than the available space in the admin display for a screen width.
IE: The site don't use a left column and is designed to use most, but not all, of the width available but in the admin view we have a 268px aside dropdown set.
In that case, the Tiki footer is under the left admin col.
- Solution
I add some CSS to the "#footer class"
Copy to clipboard.tiki_admin #footer { color: #fff; // Already there background-color: #230f50; // Already there width: calc(100% - 268px); // 268px is the side of the admin aside dropdown display: flex; // We go flex margin-left: auto; // This is changed for margin-right: auto when the direction is RTL }- Importance
- 5
- Easy to solve?
- 7
- Priority
- 35
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 8043
- Created
- Tuesday 25 January, 2022 16:26:26 UTC
by Bernard Sfez / Tiki Specialist - LastModif
- Sunday 06 August, 2023 13:11:15 UTC