夹层移动站点菜单删除
Mezzanine mobile site menu remove
我使用具有响应式 bootstrap 的夹层。当我第一次使用移动设备访问该站点时,我会看到默认的夹层菜单,其中显示:这是移动主页...查看完整站点。因此,如果我想继续,我需要单击“查看完整站点”按钮,然后才能获得我的网站。我不需要这个 Mezzanine Menu,我怎么能去掉它呢?我希望用户直接访问我的网站..
PS:此菜单仅在浏览器中第一次出现,点击“查看完整站点”后就不再出现。在我的 header 中,我有:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=0">
尝试从 settings.py 模块的 INSTALLED_APPS
设置中删除 "mezzanine.mobile"。
http://mezzanine.jupo.org/docs/device-handling.html#mobile-theme
我使用具有响应式 bootstrap 的夹层。当我第一次使用移动设备访问该站点时,我会看到默认的夹层菜单,其中显示:这是移动主页...查看完整站点。因此,如果我想继续,我需要单击“查看完整站点”按钮,然后才能获得我的网站。我不需要这个 Mezzanine Menu,我怎么能去掉它呢?我希望用户直接访问我的网站..
PS:此菜单仅在浏览器中第一次出现,点击“查看完整站点”后就不再出现。在我的 header 中,我有:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=0">
尝试从 settings.py 模块的 INSTALLED_APPS
设置中删除 "mezzanine.mobile"。
http://mezzanine.jupo.org/docs/device-handling.html#mobile-theme