Questions tagged [sidebar]

The sidebar tag is to be used for issues relating to displaying or rendering information to the side of an application.

A sidebar is a term that is used for a user interface element that displays various forms of information to the side of an application or desktop user interface.

2237 questions
14
votes
3 answers

Sidebar menu implementation on iOS like Facebook?

I want to create side-bar menu like in Facebook iPhone app in iOS 6. How can I create it? I'm new to this iPhone development. Please give me some pointers or tell me some basic tutorial that I can follow step by step to achieve it.
zeeshan shaikh
  • 819
  • 3
  • 18
  • 33
13
votes
3 answers

How do you make "infoboxes" in mediawiki?

I'm making a wiki using Mediawiki. I've seen a right side bar of each page on other wikis. Like this: http://minecraft.gamepedia.com/Diamond_Ore The right side bar has information about the thing that the wiki post explains or what ever. I want to…
halmi4
  • 334
  • 1
  • 4
  • 10
13
votes
3 answers

How can I extend my sidebar throughout the entire length of the page?

I've looked at other solutions, however they're not working for me. I've tried height: 100% on my sidebar and that's still not doing the trick. Could someone please point me in the right direction? I'd like the color of the sidebar to extend the…
Lindsay
  • 877
  • 2
  • 12
  • 30
12
votes
1 answer

Advanced jQuery "Sticky Bottom" and also Scrolling Sidebar Issue

Having searched everywhere for a solution to this problem, and attempting to use a few plugins like jQuery Way-points, to no degree of success, I hope that someone here will be able to offer a solution to this. As it is a bit complex to explain…
Steve Adams
  • 264
  • 1
  • 11
12
votes
2 answers

Sphinx doesn't generate sidebar table of contents for headers

I'm struggling with sidebar table of contents in Sphinx's generated documentation. I just want to have kind of automatically generated index tree by the left side of my documentation. Instead, I see only blank headers: (I hope you don't mind target…
Asmoox
  • 592
  • 8
  • 23
12
votes
1 answer

How to make toctree link refer to the separate file like it refers to the subsections

Structure The following structure of the project: index.rst MyProject ========= Contents: .. toctree:: group1 group1.rst Group1 ------ Subgroup1 ========= Subgroup1 contents Subgroup2 ========= Subgroup2 contents Rendered to (after…
user2288008
11
votes
2 answers

Bootstrap fluid layout - fixed width of sidebar

i have a fluid layout based of twitters bootstrap.
Jens
  • 345
  • 1
  • 6
  • 19
11
votes
3 answers

django admin site nav sidebar messed up

I recently added a package to my project and did a pip freeze > requirements.txt afterwards. I then did pip install -r requirements.txt to my local and it added a sidebar. I did a pip install -r requirements.txt to the server as well and it…
Prosy Arceno
  • 2,616
  • 1
  • 8
  • 32
11
votes
9 answers

Make fixed sidebar scroll 290px from bottom of page?

I am trying to create a sidebar that functions like the one on Vice.com. If you scroll down, the sidebar will become fixed at a certain point, and then when the sidebar reaches a certain point near the bottom of the site, it will then continue to…
J82
  • 8,267
  • 23
  • 58
  • 87
10
votes
2 answers

iOS 14 UISplitViewController (sidebar) with triple column sidebar toggle icon behavior

I'm implementing the iOS 14 (iPadOS 14) sidebar (UISplitViewController with TripleColumn) and having strange "sidebar toggle icon" behavior. In iOS 13 I'm using the tab bar with some split views and table views so I need the Triple Column instead of…
benck
  • 2,034
  • 1
  • 22
  • 31
10
votes
2 answers

How to add something to right sidebar in Magento

I'm new to Magento. I've read a dozen of questions here and posts on Magento forums but none of them seem to explain how to solve my problem. I have a two column layout for my category pages. In right column I have "Recently viewed items", "My…
6bytes
  • 5,858
  • 9
  • 37
  • 42
10
votes
4 answers

Bootstrap 4 mobile nav bar slide from left

I am using the latest version of bootstrap. Kind of tried various things on my own and after that I thought I might find something on stackoverflow. But kind didn't get the thing. I mean how it works? This is my code. I am not gonna add any custom…
ramzan00
  • 143
  • 1
  • 2
  • 11
10
votes
1 answer

Apps Script Sidebar Reference Error When Using Include

I created a Google Apps Script add-on to display a sidebar on click: function displayPage_() { getScriptProperties_() var htmlTemplate = HtmlService.createTemplateFromFile('PAGE'); var html = htmlTemplate.evaluate() …
davids
  • 5,397
  • 12
  • 57
  • 94
10
votes
1 answer

Sphinx toctree either displays a TOC in sidebar with bulleted list in body, or nothing at all

I'm working with Sphinx (sphinx-1.2b1-py2.7). I want a TOC to appear in a sidebar. It seems binary: I can only get both a TOC in the sidebar and a bulleted list in the body of the text, or I get nothing (no TOC in the sidebar and no bulleted list).…
user2498859
  • 101
  • 1
  • 6
10
votes
3 answers

Advanced jQuery sticky sidebar

I'm working on a (sticky) scrolling sidebar. The problem is that most sticky sidebars don't take into consideration that the sidebar can be taller then the viewport (e.g. if many items are added to the basket(sidebar)). Which is what I'm trying to…
Yunowork
  • 345
  • 1
  • 6
  • 15