Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

having an issue with the off canvas menu in iOS #153

Closed
smeyer opened this issue Nov 20, 2014 · 3 comments
Closed

having an issue with the off canvas menu in iOS #153

smeyer opened this issue Nov 20, 2014 · 3 comments

Comments

@smeyer
Copy link

smeyer commented Nov 20, 2014

I've tried disabling plugins to no avail.
The menu slides out on desktop computers. It slides out in Safari using the iPhone user agent. It slides out in mobile Chrome in an Android...but not in Safari or Chrome on my iPhone or iPad. I've checked with the mobile inspector to ensure that there isn't another element overlapping my toggle icon, and there isn't. The logo is clickable but the toggle button does nothing.

I built another site that is using this theme as a starting place and it is working:
http://financegenius.com/

But this one is NOT:
http://www.envisiondemo.com/evo/

I'm not getting any errors in the console that would indicate a problem.

I'm not sure what else to do or where else to turn. Please help :)

@AdamChlan
Copy link
Contributor

Okay, let me try this again...

This line of code...

<a class="left-off-canvas-toggle menu-icon"><span></span></a>

Should actually be this:

<a class="left-off-canvas-toggle menu-icon" href="#"><span></span></a>

You need the href in there.

@smeyer
Copy link
Author

smeyer commented Nov 20, 2014

Adam, you are a life saver! Thank you! ...Doh! :)

@olefredrik
Copy link
Owner

👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants