Hi Ken,

Thanks for responding. No, I really have just the basics in the rules file--
nothing fancy at all.


<?xml version="1.0" encoding="UTF-8"?>
<rules
    xmlns="http://namespaces.plone.org/diazo";
    xmlns:css="http://namespaces.plone.org/diazo/css";
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
    <rules css:if-content="#visual-portal-wrapper">
     <theme href="theme.html"/>
     </rules>
        
        <prepend content='//*[@id="portal-personaltools"]'
theme='//*[@id="header"]'/>
 <copy css:content="div#portlets-footer" css:theme="div#footer" />
        /> 


<copy attributes="href title" css:content='#portal-logo' css:theme="div.logo
a"/>
 <before css:content="head link" css:theme="head link" />    
<replace css:content="head title" css:theme="head title" />    
<copy css:content="head base" css:theme="head base" />    

 
    <copy css:content="#portal-column-two" css:theme="#sidebar" />
  <copy css:content="#portal-column-content" css:theme=".main_content" />
  
        <copy attributes="id dir class" css:content="body" css:theme="body"
/>
<before
    css:content="div.manageInHeaderPortletsLink a.managePortletsFallback"
    css:theme-children="div.tencol"
    />
 <replace content='children:#parent-fieldname-text' 
             theme='children:#body'  
             if-content='#parent-fieldname-text'/>
<copy attributes="class" css:content="body" css:theme="body"/>


<copy attributes="href title" css:content="#portal-logo" css:theme="#logo
a"/>

<replace css:content="#portal-searchbox" css:theme=".search"/> 
<drop
    css:content="div.searchSection"
    />

   <replace
        css:content-children="ul#portal-globalnav"
        css:theme-children="ul#nav"
        />
        <merge attributes="class" css:theme=".dir" css:content="ul" />


<after css:content="head script" css:theme="#wrapper" />
<after css:content="#visual-portal-wrapper .row:last-child script"
css:theme="#wrapper" />

</rules>




--
View this message in context: 
http://plone.293351.n2.nabble.com/huge-performance-issues-using-Diazo-tp7372056p7379603.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.
_______________________________________________
Setup mailing list
[email protected]
https://lists.plone.org/mailman/listinfo/plone-setup

Reply via email to