Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Manish 4 posts 74 karma points
    Jun 02, 2019 @ 16:18
    Manish
    0

    Preview does not show changes instantly in Umbraco 7.6.1

    I have a doctype A which contains a rich text editor field. This doctype(A) is present as nested content in another doctype B. When I edit/modify content on the page (of doctype B) and preview, it does not display changes instantly. It works if I preview again after lets say 10 mins. On other pages it works immediately. I checked latest file in preview folder and could find the my changes. Please suggest how I can fix it.

  • Tarik | WPPlumber 179 posts 801 karma points c-trib
    Jun 04, 2019 @ 22:10
    Tarik | WPPlumber
    0

    Manish, is it possible to post the template markup used to render rich text editor?

    On other pages it works immediately

    Do you mean they use nested content and rich text editor too?

  • Manish 4 posts 74 karma points
    Jun 05, 2019 @ 11:50
    Manish
    0

    Thanks Tarik for replying. There is a rich text editor and below that there is a grid too. Below is the markup for displaying both:

    <div class="container">
    <div class="row">
        <div class="col-xs-12">
            @Html.Raw(Model.Content.GetPropertyValue<string>("MainContent"))
        </div>
    </div>
    

    @Html.GetGridHtml(Model.Content, "grid")
    

    The grid contains lot of content. Within grid there are RTEs and accordians, within each accordian there is an RTE.

    The other pages where it works also contain rich text editor and nested content.

Please Sign in or register to post replies

Write your reply to:

Draft