Loading...
 
Skip to main content

Better layout of the wiki top (.tocnav, .wikitopline, .categbar)

Status
Open
Subject
Better layout of the wiki top (.tocnav, .wikitopline, .categbar)
Version
12.x
Category
  • Patch
Feature
Content template
Resolution status
New
Submitted by
joel.obrecht
Lastmod by
joel.obrecht
Rating
(0)
Description

Hello !

Currently the top af the wiki article has 4 lines, each for an item. Space could be saved (in my site wikispiral.org I'm putting those in a special slider fixed on top)...

Workaround

As I have no knowledge of tpl, and as I didn't find any option to order the items or to reorganize them (as in the modules tool), I just patched this with some jquery.

Copy to clipboard
// Correct display of page info and actions : $('.wikitopline').removeAttr("style").appendTo(".tocnav > .clearfix"); $('.categbar').css({ 'clear': 'none', 'display': 'inline-block', 'float': 'right' }) .appendTo(".tocnav > div:nth-child(2)");


Hope this helps.

Priority
25
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
5605
Created
Thursday 26 March, 2015 22:19:52 UTC
by joel.obrecht
LastModif
Thursday 26 March, 2015 22:30:44 UTC


Show PHP error messages