November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Which property type is the property you're selecting?
Is it an upgraded site?
The property type is an XHTML string and the site is upgraded. However, none of the property types within the page properties will render. I can only successfully add built-in and dynamic properties.
Could you post the code for one of the dynamic content plugins you're having problems with?
It's not a plugin I'm having problems with. Adding dynamic content from the TinyMCE editor does not even render. The following is the HTML that renders for any page property and any page type from which I'm attempting to pull content...
<div class="epi_dc">
<div class="epi_dc_h">
<div class="epi_dc_l">
<div class="epi_dc_title">Page property</div>
</div>
<div class="epi_dc_t"><a class="epi_dc_editBtn" href="#">.</a><a class="epi_dc_previewBtn" href="#">.</a></div>
</div>
<div class="epi_dc_preview">
<ul>
<li style="display: inline-block; padding-right: 10px;">From page: <strong>Contact Details European Headquarters [62]</strong></li>
<li style="display: inline-block;">Property: <strong>Main body</strong></li>
</ul>
</div>
</div>
Hi Amanda,
Maybe you should take this developer support? To me it sounds like a configuration issue.
I am using <EPiServer:Property..../> to render the preferred content, however, I still cannot get dynamic content to render. The built-in function to add dynamic content from TinyMCE will not even render (all that is shown are two dots, the page from where I'm trying to pull content and the name of the selected page property). Any suggestions?