夹层移动网站菜单删除

时间:2016-12-15 19:15:11

标签: django twitter-bootstrap responsive-design mezzanine mobile-devices

我使用Mezzanine和响应式引导程序。当我第一次使用移动设备访问该网站时,我会获得默认的夹层菜单,其中显示:这是移动主页...查看完整网站。所以,如果我想继续,我需要点击查看完整网站按钮,而不是我的网站。我怎么能摆脱这个Mezzanine菜单,因为我不需要它。我希望用户直接访问我的网站..

mobile screenshot

PS:此菜单仅在浏览器中首次出现,而不是单击“查看完整站点”后再出现。在我的标题中,我有:

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=0">

1 个答案:

答案 0 :(得分:1)

尝试从settings.py模块中的INSTALLED_APPS设置中删除“mezzanine.mobile”。

http://mezzanine.jupo.org/docs/device-handling.html#mobile-theme