Push option does not work
See original GitHub issueHello, I’m trying to make the push work using this code:
$('#nav-offcanvas').offcanvas({
modifiers: 'right, push', // default options
triggerButton: '#offcanvas-toggle' // btn to open offcanvas
});
That does not work for me, still getting the overlay nav. Am I missing something?
Thanks!
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
git push options - to create a merge request does not work
Hello, I'm trying to use the git push option to create a merge request but it does not work. Drag your designs here...
Read more >"Build this branch on every push" option does not work #802
Steps to reproduce the behavior: Set up a branch under the Build tab; Make sure to check the box for "Build this branch...
Read more >pushing to a git repository does not work - Stack Overflow
This happened to us a few weeks ago. It means that you have a working directory checked out in your origin repository and...
Read more >git-push Documentation - Git
When no --push-option=<option> is given from the command line, the values of configuration ... Will fail unless you manually run git fetch origin-push...
Read more >Emails - no push option available - Apple Community
Let's see if we can get that fixed for you. Since you are not seeing the option to enable Push, I would recommend...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks, that works, but shouldn’t that be handled automatically when using the
push
option?It does but only with the correct markup or css https://github.com/vmitsaras/js-offcanvas#html https://github.com/vmitsaras/js-offcanvas/blob/master/src/js-offcanvas.scss#L186