[Product-Developers] Layout problem: Plone seeing a "ghost" portlet?

espen espen at medialog.no
Mon Feb 20 15:42:29 UTC 2012


Den 20. feb. 2012 kl. 12.02 skrev Maarten Nieber [via Plone]:

> Hi Espen, 
> 
> I'm a bit reluctant to post any HTML, because it comes from a private intranet 
> (so also there is no URL you can access). 
> 
> In the page source, I can see only one instance of 
> <dl class="portlet somePortlet"> (which is correct, because I only have one 
> portlet). 
> 
> However, since the page source contains 
> 
> <div id="portal-column-content" class="cell width-1:2 position-1:4"> 
> 
> it seems that Plone does the page layout as if there were two portlets (or is 
> there some other explanation of how this bit of html could end up in my page?) 

On default theme, if you only have right portlets, you should se:
 
<div id="portal-column-content" class="cell width-3:4 position-0">
<div id="portal-column-two" class="cell width-1:4 position-3:4">

if you only have left portlets, you should se:
<div id="portal-column-content" class="cell width-3:4 position-0">
<div id="portal-column-two" class="cell width-1:4 position-3:4">

so it seems very strange.


Does this happen everywhere ? or just for some content (a specific view or content type) ?

Espen

> 
> 
> _______________________________________________ 
> Product-Developers mailing list 
> [hidden email] 
> https://lists.plone.org/mailman/listinfo/plone-product-developers
> 
> 
> If you reply to this email, your message will be added to the discussion below:
> http://plone.293351.n2.nabble.com/Layout-problem-Plone-seeing-a-ghost-portlet-tp7294688p7300907.html
> To unsubscribe from Plone, click here.
> NAML



--
View this message in context: http://plone.293351.n2.nabble.com/Layout-problem-Plone-seeing-a-ghost-portlet-tp7294688p7301680.html
Sent from the Product Developers mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.plone.org/pipermail/plone-product-developers/attachments/20120220/27c3fc64/attachment.html>


More information about the Product-Developers mailing list