Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| wiki:themes [2022/11/27 11:11] – ric | wiki:themes [2022/11/30 16:29] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 19: | Line 19: | ||
| The path to the customised css is `wiki\lib\tpl\bootstrap3\assets\custom\bootstrap.min.css` with some content added to the bottom of that file. | The path to the customised css is `wiki\lib\tpl\bootstrap3\assets\custom\bootstrap.min.css` with some content added to the bottom of that file. | ||
| - | The plugin did have an option for a theme switcher, but it seems broken at the moment due to the newer dokuwiki moving to lazy loading it's JS in an async way I think. I suspect it could be added back in if someone wanted to mess around a bit coding php. | + | The plugin did have an option for a theme switcher, but it seems broken at the moment due to the newer dokuwiki moving to lazy loading it's JS in an async way I think. |
| + | I suspect it could be added back in if someone wanted to mess around a bit coding php. | ||
| ## Index Menu | ## Index Menu | ||
| Line 29: | Line 30: | ||
| There' | There' | ||
| + | |||
| + | |||
| + | ## Forcing a cache refresh | ||
| + | |||
| + | To force the site to refresh it's cache when editing CSS. | ||
| + | Edit then slightly change the `wiki/ | ||