网站内容无法隐藏 [英] site content cannot be hidden

查看:53
本文介绍了网站内容无法隐藏的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

很久以前,我使用ff命令从左侧导航"中隐藏了网站内容",直到今天他们一直在欺骗.我不知道发生了什么变化.请帮助

I hid Site Contents from left navigation long time ago using the ff commands and they have been doing the trick until today. I don't know what's changed. Please help

< style type ="text/css">
.s4-recentchanges {
  DISPLAY:无
}</style>和

<style type="text/css">
.s4-recentchanges {
 DISPLAY: none
}</style> and

< style>
DIV.ms-quicklaunch TABLE.ms-recyclebin {
  DISPLAY:无
}
#ctl00_PlaceHolderLeftNavBar_idNavLinkViewAll {
 可见度:隐藏
}
#ctl00_PlaceHolderLeftNavBar_PlaceHolderQuickLaunchBottom_PlaceHolderQuickLaunchBottomV4_idNavLinkViewAllV4 {
 可见度:隐藏
}
.ms-naveframe {
  DISPLAY:无
}</style>

<style>
DIV.ms-quicklaunch TABLE.ms-recyclebin {
 DISPLAY: none
}
#ctl00_PlaceHolderLeftNavBar_idNavLinkViewAll {
 VISIBILITY: hidden
}
#ctl00_PlaceHolderLeftNavBar_PlaceHolderQuickLaunchBottom_PlaceHolderQuickLaunchBottomV4_idNavLinkViewAllV4 {
 VISIBILITY: hidden
}
.ms-naveframe {
 DISPLAY: none
}</style>

nchiliza

推荐答案

似乎您共享的CSS是在SharePoint 2010中使用.

对于SharePoint 2013,您可以通过开发人员工具找到要隐藏的内容.

例如:

因此您可以通过ID DeltaPlaceHolderLeftNavBar隐藏导航栏或覆盖CSS ms-core-navigation.

上面的内容无济于事,能否为您的案例提供更多详细信息

IE开发人员工具:

https://msdn.microsoft.com/zh-CN/library/gg589507%28v=vs.85%29. aspx?f = 255& MSPPError = -2147217396

最好的问候,


这篇关于网站内容无法隐藏的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆