Blueprint-SlidePushMenus
Blueprint-SlidePushMenus copied to clipboard
only showLeft menu works, cannot get showLeftPush to work
if I'm not wrong, when I clicked a button with id=showLeftPush
then the body
tag will get a class cbp-spmenu-push-toright
which makes it pushed to right so the menu appears right?
the problem is the body does not get pushed and the menu does not appear when I clicked on it.
this appears in my project, I already added class cbp-spmenu-push
to my body
tag, included the js, css and everything which makes the showLeft
menu works fine but not showLeftPush
can anyone give me solution?