3

This is a newly created Diazo theme. When the theme is active I've found that clicking anything that should trigger a modal pop up results in a blank modal box.

The theme works well in all other aspects apart from this. TinyMCE works as expected including the popup menu for TinyMCE.

All other ajax popups including those triggered by deleting an object via the Action menu and changing the displayed item via the display menu do not work.

see the screenshot: enter image description here

4

1 回答 1

7

确保您的主题包含一个 id 为“content”的 div。

Plone 的覆盖加载页面,然后将内容过滤到与此选择器匹配的元素:'#content>*:not(div.configlet),dl.portalMessage.error,dl.portalMessage.info'

因此,只会显示门户消息和#content div 中的任何内容。

于 2013-09-05T02:06:36.787 回答