Loading...
 
Skip to main content

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
(0)
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/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.

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
Demonstrate Bug (older Tiki versions)
Ticket ID
6464
Created
Saturday 07 October, 2017 01:02:45 UTC
by John Morris
LastModif
Thursday 17 October, 2019 16:47:11 UTC


Collapse/expand modules below
Show PHP error messages