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
Rollback to previous working state.
https://sourceforge.net/p/tikiwiki/code/64231
https://sourceforge.net/p/tikiwiki/code/64232
UPDATE: 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.
If you want to limit that to 700px for example, add in your Custom CSS:
@media (min-width: 1200px) { .container { width:700px; } }
The 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.
Snapshots 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 snapshotfilename | created | hits | comment | version | filetype | ||
---|---|---|---|---|---|---|---|
No attachments for this item |