Theme Width Option Non-Functional
- Status
- Pending
- Subject
- Theme Width Option Non-Functional
- Version
- 17.x
18.x
19.x - Category
- Error
- Regression
- Usability
- Feature
- Theme: Look & feel, Styles, CSS, Theme Control Center
- Resolution status
- New
- Submitted by
- John Morris
- Lastmod by
- John Morris
- Rating
- Description
the latest release 17.1 no longer allows the theme width to be changed by pixel or percentage. Up through 17.0 the theme width could be fixed at a percentage, or a pixel, 85% or 1170px.
There are only two options now, full width, or default width. The custom theme width no longer seems to be operational.
Please see show instance.
Thank you.5-16-2019 update: this issue has returned in Tiki19
- Solution
Rollback to previous working state.
https://sourceforge.net/p/tikiwiki/code/64231
https://sourceforge.net/p/tikiwiki/code/64232UPDATE: This problem I believe is solved in Tiki 20 and trunk (to be Tiki 21) by SVN commits r71241 and r71242, in the case of inputting a width in pixels. In my localhost Tiki 18, I didn't see the problem (entering a pixel width is effective). I didn't test with percentage widths.
- Workaround
If you want to limit that to 700px for example, add in your Custom CSS:
Copy to clipboard@media (min-width: 1200px) { .container { width:700px; } }- Importance
- 7
- Easy to solve?
- 10 easy
- Priority
- 70
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Accessing the Tiki instance that demonstrates this bugThe URL for the show2.tiki.org instance that demonstrates this bug is at: http://jmorris-11758-6464.show2.tiki.org. Note that if you get a popup asking for a username/password, please just enter "show" and "show". This is different from the initial login and password for a new Tiki which is "admin" and "admin".
For the install log, see http://jmorris-11758-6464.show2.tiki.org/info.txt
Note that if you see PHP errors or a Tiki claiming to be missing third party software, the instance creation is probably not finished. Please wait a couple minutes and reload.
SnapshotsSnapshots are database dumps of the configuration that developers can download for debugging. Once you have reproduced your bug on the show2.tiki.org instance, create a snapshot that can then be downloaded by developers for further investigation.
Snapshots can be accessed at: http://jmorris-11758-6464.show2.tiki.org/snapshots/. Note that if you get a popup asking for a username/password, please just enter "show" and "show".
Create new snapshot - 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 currently unavailableUnable to connect to show.tikiwiki.org. Please let us know of the problem so that we can do something about it. Thanks.
- Ticket ID
- 6464
- Created
- Saturday 07 October, 2017 01:02:45 UTC
by John Morris - LastModif
- Thursday 17 October, 2019 16:47:11 UTC