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
0
votes
0 answers

Right sidebar next to highlights

I want to get a sidebar next to the highlights images at the right. How can I get this? I've tried many things but can't get it working sadly. Float doesn't work since the highlights images are floating out of the layout. Code: HTML:
user6632515
  • 193
  • 1
  • 1
  • 10
0
votes
0 answers

Bootstrap modal appears on the background when the Sidebar position changes

I'm working on a webapp which has a dashboard with a sidebar and a body. Sidebar is full height, scrollable sidebar. Following is the css class for the sidebar. @media (min-width: 991px) { .sidebar { position: fixed; top: 0; …
Kavindu N
  • 383
  • 1
  • 7
  • 23
0
votes
1 answer

Angular2 use 2 Sidebars with routing

if i have two sidebars with content , how do i use routing if its in the same hierarchy but not in the same element? i think i cant use another for both Sidebars since they are not the same and shouldnt display the same content i…
Prototype
  • 9
  • 1
  • 10
0
votes
2 answers

How Do I Correct My Code for Closing A Toggled Sidebar Window by Clicking X?

I had code in my Rails application that successfully closed a toggled sidebar when clicking on X. I made other changes that somehow stopped my code from working. When I hover over the x it highlights as the other links but when I click it the window…
0
votes
2 answers

jQuery Sidebar - Show submenu div and hide all others with same class on button click

JSFiddle: https://jsfiddle.net/02eaovq3/1/. How can I make this so that when the button is clicked to open a submenu, this appears but all others are hidden? I've tried just adding hide() to all .submenu items, but obviously this creates a conflict…
user7138187
0
votes
1 answer

jQuery Sidebar Sliding Menu - Link buttons to specific slide without repeat functions for each link

Sidebar menu I'm making in JSFiddle: https://jsfiddle.net/jvp2h1am/. Should be fairly simple. How can I refactor my JS to show the slide/submenu for the button that's clicked on without making a separate function for each button? Also, how could I…
user7138187
0
votes
1 answer

Vertical Navbar/Sidebar align elements centered

I am trying to build a sidebar with centered vertical elements like this design: I couldn't figure it out after 2 hours so I decided to ask you guys if somebody could help me since I can't find any good links that can provide helpful information. I…
Prototype
  • 9
  • 1
  • 10
0
votes
0 answers

How to make slide effect for Sidebar

guys I need your assistance in my current project. I want to give for my img button a "side effect" , which should be interactive. For instance, it must listen an event on click and should be opened and closed by clicking on img. I was to hardly…
0
votes
2 answers

CSS - scrollable sidebar including footer

I have a sidebar with a footer fixed on the bottom of the sidebar. I want to add a scrollable sidebar when it encounters short height. My HTML:
user3784773
  • 175
  • 1
  • 2
  • 8
0
votes
1 answer

How to make sidebar for this?

I'm trying to fix sidebar and make it appear and disappear on click. Can you please help me out ! ! ! Here is HTML code:
По материалу
0
votes
0 answers

How to open several folder in navigation sidebar SublimeText2

It's seems i can open only one folder in the navigation sidebar in the SublimeText2 editor. Everytime i try it open a new window...i try using a widows with 2 layout and 2 group... and also " add folder to project".. same result. Is there a way…
r01_mage
  • 9
  • 1
  • 8
0
votes
1 answer

Auto add wiki pages to sidebar menu in tikiwiki

I'm running a Tikiwiki (16.2) now and here are my problem: Every time a wiki is created, I always has to add that page to the sidebar menu manually. Is there anyway for the new wiki pages will be automatically added the the sidebar? Just like the…
Trinh Nguyen
  • 1,445
  • 1
  • 14
  • 22
0
votes
1 answer

Replace sidebar for child pages without plugin

I'm trying to get a different sidebar to load within child pages of a particular parent without the use of a plugin or setting up another template file. This is what I have so far: register_sidebars(1, array( 'name' => 'Other Sidebar', 'id' =>…
ultraloveninja
  • 1,969
  • 5
  • 27
  • 56
0
votes
1 answer

Make sidebar overlay content rather than push it to the side? Button goes missing on mobile screen

Hello I have a project I am working on. I am using a sidebar template from StartBootstrap and am having some issues with it on mobile. I have a button that triggers the sidebar and when on mobile the button disappears once the sidebar is toggled…
vampiire
  • 1,111
  • 2
  • 15
  • 27
0
votes
1 answer

Sidebar Menu with jQuery

could you help me improve this code below?! I´m trying to work a sidebar menu with jquery but i do´t know where I´m going wrong... Here goes my codes: html:
1 2 3
99
100