开发者

Plone/XDV Related Item Overlay is Empty

开发者 https://www.devze.com 2023-03-14 06:03 出处:网络
I have a Plone 4 site using collective.xdv for the theme. Overlays for the login and contact form work fine.

I have a Plone 4 site using collective.xdv for the theme. Overlays for the login and contact form work fine.

But if I go to edit > categorization tab and try to add a 开发者_如何学Gorelated item, the overlay is blank. Looking at it in Firebug, the tags are correct down to div.overlaycontent. But inside of that div is my static HTML from the XDV theme's index.html.

Is there a special rule that I need for the overlays?

I cannot use plone.app.theming because this site is using more than just Plone.


In the xdv configuration(or append "@@xdv-settings" onto site url), you can add unstyled paths.

I think what you'll need is:

^.*/referencebrowser_popup(\?.*)?$

or

^.*refbrowser_popup(\?.*)?$

If neither of those work, figure out the url that's being requested and add it as an unstyled path.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号