OneClip: Menu Not Working In Phone View - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

OneClip: Menu Not Working In Phone View

Adriaan Buys

Adriaan Buys

Template 2 years ago

OneClip menu does not work in phone view since the J4 upgrade. I see this is a problem reported before that was supposed to be fixed in the next update. Could you help in resolving mine?

0
7 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #116962

Hello,

Sorry for the delay!

Please use the following code in your custom CSS:

@media only screen and (max-width: 992px){
.show-menu{
    display: none;
}
}

Best Regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #116523

Hi there!

Sorry fo ryour issue.

Please use the following code in your custom CSS:

.offcanvas {
    visibility: visible;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul {
    flex-direction: column;
}

Hope this will solve the issue for you!

Note: Path towards custom CSS(Joomla 4): System>Site Templates Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/5mBuSRh907N3

https://prnt.sc/ooiq-lkMEXr_

https://prnt.sc/nunlX-f5AhK1

Best Regards

0
Adriaan Buys
Adriaan Buys
Accepted Answer
2 years ago #116528

Thank you, it half solves the issue. I still have two offcanvas menus on my phone. The bottom one seems to work now though. Please check the site on iphone. I cleared cashe it did not solve issue.

0
Adriaan Buys
Adriaan Buys
Accepted Answer
2 years ago #116932

Hi Rashida, Any answer to this? I still have two menu's on the mobile view. Oneclip shows both the mobile menu and the mega menu in phone view.

0
Adriaan Buys
Adriaan Buys
Accepted Answer
2 years ago #116975

Thank you so much! This has been resolved.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #116980

Glad that it helped and you are always welcome:)

Have a nice day!

0
MP
Maruthachala Ponnambalam
Accepted Answer
2 years ago #138318

I have the same problem in oneclip template. I followed the above instruction but it shows two menu in mobile - both mega menu and mobile menu. assist me to resolve the issue.

0