SharePoint 母版页 CSS 样式不向其他用户显示
我正在设置一个 SharePoint 网站,其中使用现有母版页之一作为起点(蓝色带)构建母版页。
当我以超级管理员身份登录测试该网站时,一切看起来都很好。 但如果我以普通用户身份登录,默认主页将再次显示为蓝色带。
我猜一定存在一些权限问题,不允许显示新的 CSS。 它似乎只是 CSS,因为元素的位置是按照新的母版页进行的。
I'm setting up a SharePoint Site where the masterpage is built using one of the existing masterpages as a starting point (Blue Band).
When I test the site while logged in as the super admin, everything looks fine. But if I log in as a general user the default masterpage shows as Blue Band again.
I'm guessing there must be some permissions problem where the new CSS isn't allowed to show. It appears to just be the CSS as the placement of elements is as per the new master page.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
当 CSS 文件尚未发布或尚未批准时,这种情况通常会发生在我身上。 你的新 CSS 位于哪里? 使用 SharePoint Designer 查看或浏览并发布/批准它。
This usually happens to me when the CSS file is not published or approved yet. Where is your new CSS located? Have a look with SharePoint Designer or browse to it and publish/approve it.
必须作为主要版本发布。
Must be published as a major version.
为了改善这个问题,如果您使用外部 CSS 文件,请确保它没有签出给您的管理员用户或处理该文件的人员。
To improve this question, if you are using an external CSS File, make sure it is not checked out to your Admin user or whoever was working on it.