DokuWiki

It's better when it's simple

User Tools

Site Tools


template:newspaper

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
template:newspaper [2021-03-01 04:25] desbesttemplate:newspaper [2022-08-27 03:50] (current) – old revision restored (2021-03-24 22:07) schplurtz
Line 31: Line 31:
 ===== Customisation ===== ===== Customisation =====
  
-I'm getting help on getting the theme settings to work, so once done you'll be able to change the default ones.+Use the jQuery code below to move the sidebar to the right, as was requested on the forum.
  
 +<code>
 +jQuery(document).ready(function() {
 +    jQuery("#dw__toc").prependTo("#column3");
 +    jQuery("#dw__toc").addClass("tocmovedtocolumn");
 +});
 +</code>
  
 ===== Sites using this Template ===== ===== Sites using this Template =====
template/newspaper.1614569136.txt.gz · Last modified: 2021-03-01 04:25 by desbest

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki