Toggleable Sidebar
rating: +1+x

So you've probably seen our Side Bar Menu in mobile and were wondering how did we make it toggleable?

It's simple

Go to your Side bar in you wiki then upload a file called "black.png" what should look like just a 1x1 black image which can't be shown for some reason, but open the link and download it: https://arstotzkanuniverse.wdfiles.com/local--files/nav:side/black.png

then click on edit and copy and paste this at the very bottom of the page:

[[a href="##" class="close-menu"]]
[[image black.png style="z-index:-1; opacity: 0.3;"]]
[[/a]]

To get the mobile view:

  1. Click "Edit Meta"
  2. Click "Add a new meta tag". For name, use "viewport" (without quotes) and for content use "width=device-width, initial-scale=1.0" (again, without quotes).

This is optional but if you want it, upload https://arstotzkanuniverse.wdfiles.com/local--code/scorched-sundays/1 in your wiki to do that:

Go In the Site Manager for your site, go to Appearances & Behavior, Themes, then select the External tab, and enter "https://arstotzkanuniverse.wdfiles.com/local--code/scorched-sundays/1".

To activate the Toggleable Side Bar go to your Top Bar Menu and do this:

Take your top menu and type this in according to your top menu

[[div class="top-bar"]]
* Top Menu 1
 * [https://your-site-name.wikidot.com/menu-1 Menu 1]
* Top Menu 2
 * [https://your-site-name.wikidot.com/menu-2 Menu 2]
* Top Menu 3
 * [https://your-site-name.wikidot.com/menu-3 Menu 3]
[[/div]]

And then add this:

[[div class="mobile-top-bar"]]

[[div class="open-menu"]]
[#side-bar ≡]
[[/div]]

And the last part is to duplicate your top menu like this:

* Top Menu 1
 * [https://your-site-name.wikidot.com/menu-1 Menu 1]
* Top Menu 2
 * [https://your-site-name.wikidot.com/menu-2 Menu 2]
* Top Menu 3
 * [https://your-site-name.wikidot.com/menu-3 Menu 3]
[[/div]]

Together it should look like this:

[[div class="top-bar"]]
* Top Menu 1
 * [https://your-site-name.wikidot.com/menu-1 Menu 1]
* Top Menu 2
 * [https://your-site-name.wikidot.com/menu-2 Menu 2]
* Top Menu 3
 * [https://your-site-name.wikidot.com/menu-3 Menu 3]
[[/div]]

[[div class="mobile-top-bar"]]

[[div class="open-menu"]]
[#side-bar ≡]
[[/div]]

* Top Menu 1
 * [https://your-site-name.wikidot.com/menu-1 Menu 1]
* Top Menu 2
 * [https://your-site-name.wikidot.com/menu-2 Menu 2]
* Top Menu 3
 * [https://your-site-name.wikidot.com/menu-3 Menu 3]
[[/div]]

Screenshot:

screenshot.jpg

There! all done!




























©2021, Arstotzkan Universe All Rights Reserved. Scorched Sundays Theme and modules were designed by Hudson Nolan. The Arstotzkan Universe © 2021-30 Apr 2025 12:24

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License