Sidr is a jQuery plugin for creating side menus and the easiest way for doing your menu responsive.
Questions tagged [sidr]
52 questions
0
votes
1 answer
Sidr missing file
I installed sidr with bower, but when I try to run gulp, it breaks and outputs the following error
bower_components/sidr/src/scss/sidr/_base.scss
Error: File to import not found or unreadable: compass/css3
on line 1 of…

amflare
- 4,020
- 3
- 25
- 44
0
votes
0 answers
How to make Sidr (jQuery plugin) go in-between fixed header and footer?
Anyone know how I can get Sidr to come in between a fixed header and footer?
The CSS for my header and footer are basically this:
.header {
position: fixed;
width: 100%;
height: 100px;
background: #bada55;
top: 0;
}
.footer {
position:…

MonkeyOnARock
- 2,151
- 7
- 29
- 53
0
votes
1 answer
sidr - Is it possible to change the menu color dynamically
Using sidr menus... I can see where I can specify a theme ... like sidr.light.css or create my own. I am wondering, is it possible to dynamically change the text color or background color of the menu using javascript? I would assume so, but not…

Jim Cook
- 23
- 1
- 3
0
votes
1 answer
How do I display multiple menus on one sidr menu
I have a complex navigation set up that I am trying to use sidr in order to implement a responsive menu. I have got it working for the main menu, but then when I add div id="navigation" to my social menu, it only shows that in the sidr menu instead.…

blahblahAMYblah
- 232
- 2
- 5
- 14
0
votes
2 answers
Fixed div gets locked during vertical scroll until main content also reaches the end
I've tried to look for a response to this, but even when some questions are similar, I couldn't find any answer to my problem.
In my website I use Sidr JQuery plugin for a left side menu. It is a fixed div with bottom:0, overflow-y: scroll.
The main…

Ariel C.
- 33
- 1
- 6
0
votes
1 answer
Bootstrap dropdowns and other components don't work in the side menu (Sidr plugin)
I'm trying to use dropdown inside the side menu. The side menu is implemented using the jQuery plugin called Sidr
You can see it on jsfiddle
I expect the dropdown inside the side menu to be like in the image below. In fact when I place the code…

Alexey
- 7,127
- 9
- 57
- 94
0
votes
1 answer
Sidr with angularjs button ng-click not working
I'm using Sidr mobile menu with Angularjs.
I'm putting a search bar inside the mobile nav and the button works fine. The problem is when I'm combining the it with Angularjs, somehow the ng-click didn't return any response.
I tried putting the button…

Astarthe
- 72
- 1
- 11
0
votes
2 answers
Sidr is not working when I uploaded my website online
While I'm coding it on my laptop and checking the preview in browsers, Sidr is working fine. When I was done with the whole website and uploaded it in my hosting account, I found out that Sidr isn't working anymore. Here is my HTML and the JS…

Princess Britney
- 1
- 2
0
votes
1 answer
Trigger sidr plugin from as3
I have a sidr left menu on my page, currently triggered by the default href link included with the plugin. How would I trigger the function from a .swf file on the same page?
Here is my current sidr:
Toggle…

Kieran Quinn
- 1,085
- 2
- 22
- 49
0
votes
1 answer
How to display a close icon when Sidr menu is open
I have implemented the Sidr mobile menu on my site:
0
votes
1 answer
unbind a jQuery plugin when no destroy argument is given
I'm using a plugin which is called Sidr to create a Facebook like sidebar. It intialized with:
$('#menu_trigger').sidr({
name: 'sidr-right',
side: 'right'
});
Problem is, that I only want to have this effect at a specific viewport size. I…

supersize
- 13,764
- 18
- 74
- 133
0
votes
1 answer
Sidr Navigation is not working in Wordpress
I try to make this site responsible. For this task I was trying to get the sidr plugin to work. But nothing happen :(. Can someone help me to find the issue?
my functions.php:
if (!is_admin()) add_action("wp_enqueue_scripts", "my_jquery_enqueue",…

loki
- 3
- 2
0
votes
1 answer
trying to use sidr for two sidebars
I am using sidr with jquery to create two sidebars. I can open the sidebars. I am not trying to add list content in those sidebars. However, when I add the div to my template, the content appears on the page. I can use style display to none and…

ali haider
- 19,175
- 17
- 80
- 149
0
votes
0 answers
sidr menu scroll is working fine in desktop but dont on mobile
Im following the sidr documentation because Im trying to do a slider responsive menu.
Im importing the light css that the creator of this provided:
And then I have my html, and…

OzzC
- 815
- 4
- 20
- 36
0
votes
1 answer
side menu closing when tap-ing on menu item
I am working on a website and i try to make the side menu (sidr) close when i access a menu item. Usually after i click/tap on one, the menu still stays and i need to close it using the menu button again.
I succeeded to make it work on desktops, but…

romullus
- 47
- 2
- 7