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
- 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+
-
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
- 5605
- Created
- Thursday 26 March, 2015 22:19:52 UTC
by joel.obrecht - LastModif
- Thursday 26 March, 2015 22:30:44 UTC