One Clip Offcanvas Position - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

One Clip Offcanvas Position

Tomislav Galić

Tomislav Galić

Template 2 years ago

Hi! I have problem with Off Canvas Menu on "OneClop J3" template. simple menu on this position dont work and when i try to put some other modul e.g. Page builder i got "Object of class stdClass could not be converted to string"

Best regards.

T.G

0
4 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #105449

Opss... Must be also "hidden" part (UPDATE WHOLE CODE)

@media screen and (max-width: 840px) {
.offcanvas {visibility: visible;}
.offcanvas-menu .sp-module ul {display: block;}
.hidden-sm.hidden-xs {display: none !important;}
}
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #105423

Hi Tomislav,

it happends after last Booststrap update, hopefully easy to fix.


Here is CSS fix for mobile view :

@media screen and (max-width: 840px) {
.offcanvas {visibility: visible;}
.offcanvas-menu .sp-module ul {display: block;}
.hidden-sm.hidden-xs {display: none !important;}
}

(UPDATED CSS version) Plus

Disable showing Mobile [=] icon from desktop view in Menu settings.

0
Tomislav Galić
Tomislav Galić
Accepted Answer
2 years ago #105430

Ops!

Now it shows me menu items where it shouldn't, all the time

Just get view mobile in the console

0
Tomislav Galić
Tomislav Galić
Accepted Answer
2 years ago #105452

Tnx

0