A macro on the homepage that renders children up to level 2, displaying properties such as pageName, bodyText and images without any issues.
One of the children's bodyText has a macro inserted via the editor. It displays the macro content in the editor but does not display the macro content on the homepage.
No errors show up when using umbDebugShowTrace=true
Nested richtext editor macro not displaying
I have the following scenario:
A macro on the homepage that renders children up to level 2, displaying properties such as pageName, bodyText and images without any issues.
One of the children's bodyText has a macro inserted via the editor. It displays the macro content in the editor but does not display the macro content on the homepage.
No errors show up when using umbDebugShowTrace=true
Any ideas?
Hi Sean
Are you rendering the children nodes through XSLT?
/Kim A
@Kim I am rendering the child nodes via XSLT on the homepage, and the macro inserted in the editor which is not displaying is also rendered via XSLT.
All right. I guess that you are using a value-of then?
Could you try out the RenderMacroContent-extension like this:
Does this make any difference?
/Kim A
@Kim A that does make a difference.
Greatly appreciate your help!
Thank you
Cool, I'm glad to hear that it works now Sean.
Have a nice weekend!
/Kim A
is working on a reply...