Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用collective.xdv 作为主题的Plone 4 站点。登录和联系表单的覆盖工作正常。
但是,如果我去编辑 > 分类选项卡并尝试添加相关项目,则覆盖是空白的。在 Firebug 中查看它,标签正确到 div.overlaycontent。但是在那个 div 里面是我来自 XDV 主题的 index.html 的静态 HTML。
叠加层是否需要特殊规则?
我不能使用 plone.app.theming,因为这个网站使用的不仅仅是 Plone。
在 xdv 配置中(或将“@@xdv-settings”附加到站点 url),您可以添加无样式的路径。
我想你需要的是:
^.*/referencebrowser_popup(\?.*)?$
或者
^.*refbrowser_popup(\?.*)?$
如果这些都不起作用,请找出正在请求的 url 并将其添加为无样式路径。