How do I remove the SideBar from certain pages?
I checked the pbwiki forum, which provided a javascript code. But that script does not work when I paste it onto the top of the page where I don't want the sidebar to appear.
3 people have this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
The best answer from the company
-
There is no built in functionality to remove the sidebar from individual pages. However, by inserting some HTML code, you can hide the sidebar from pages you wish.
1. Edit the page
2. Click on Source in the toolbar.
3. Insert the following code:
<style type="text/css">
.sidebar_v2 { display: none; }
</style>
4. Click save
What this does is till your browser not to display HTML elements of class "sidebar_v2". If this doesn't work, you have have an older or newer version of the sidebar. By using your browser to view the source of the page you're interested in changing, you can search for this alternate name. The example above is for
<div class="sidebar_v2">
Replace sidebar_v2 with the class you see in your page if the steps above don't work. Best,
Jim</div>
The company and 2 other people say
this answers the question
-
Inappropriate?There is no built in functionality to remove the sidebar from individual pages. However, by inserting some HTML code, you can hide the sidebar from pages you wish.
1. Edit the page
2. Click on Source in the toolbar.
3. Insert the following code:
<style type="text/css">
.sidebar_v2 { display: none; }
</style>
4. Click save
What this does is till your browser not to display HTML elements of class "sidebar_v2". If this doesn't work, you have have an older or newer version of the sidebar. By using your browser to view the source of the page you're interested in changing, you can search for this alternate name. The example above is for
<div class="sidebar_v2">
Replace sidebar_v2 with the class you see in your page if the steps above don't work. Best,
Jim</div>
The company and 2 other people say
this answers the question
-
Inappropriate?Thank you Jim. This worked as suggested. I think it belongs in the documentation for the sidebar.
J. Newlin
I’m thankful
1 person says
this answers the question
-
Inappropriate?Thank you so much. Our wiki looks awesome now. Check it out at : navigation.pbwiki.com
Students of Room 19
I’m thankful
-
Inappropriate?This doesn't work anymore.
I’m sad when fixes recommended by PBwiki developers stop working suddenly
Loading Profile...






