I've tried through tinymceconfig adding inline macros (using spans instead of divs) and did succeed using following steps as suggested in this article:
However, umbraco fails to render the inline macros in the frontend when: if a "normal macro" is present after the inline one. If no normal macros <div class="umbMacroHolder"> are present my inline macros render fine. The inline macros look e.g. like this <span class="inline"><umbraco:macro alias="inline">[inline-macro]</umbraco:macro></span> tag.
I'm developing in an Umbraco 4.0.2.1 version of umbraco. At some point we'll upgrade, but given circumstances, not possible at the moment.
Inline macro problems
Hi,
I've tried through tinymceconfig adding inline macros (using spans instead of divs) and did succeed using following steps as suggested in this article:
http://www.mortenbock.dk/blog/2011/07/28/using-inline-macros-in-the-umbraco-editor.aspx
Which btw is quite nice (if it worked perfectly).
However, umbraco fails to render the inline macros in the frontend when: if a "normal macro" is present after the inline one. If no normal macros <div class="umbMacroHolder"> are present my inline macros render fine. The inline macros look e.g. like this <span class="inline"><umbraco:macro alias="inline">[inline-macro]</umbraco:macro></span> tag.
I'm developing in an Umbraco 4.0.2.1 version of umbraco. At some point we'll upgrade, but given circumstances, not possible at the moment.
is working on a reply...