Copied to clipboard

Flag this post as spam?

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


  • Brian Wilkinson 10 posts 90 karma points
    Jan 12, 2017 @ 19:46
    Brian Wilkinson
    0

    Problems with document types properties editors

    When I go into the document types and select one I get a repeating rich text editor on the left as can be seen in the image, for every property field added to the document type. Does anyone know how I can solve this issueInamge showing offending rte

  • Kevin Jump 2342 posts 14889 karma points MVP 8x c-trib
    Jan 12, 2017 @ 20:30
    Kevin Jump
    0

    Hi

    it might be cached files in the site or browser :(

    check for a clear browser cache:

    open chromes dev tools (right click inspect page) and check in the settings (F1 or on the three dots) that

    "Disable cache (while DevTools is open)" is ticked,

    then try reloading the page (with the devtools still open).

    Check Umbraco

    if you are running local change the debug level in web.config to debug to true in the compliation section

    <compilation defaultLanguage="c#" debug="true"
    

    that will turn of the client dependency framework (which builds cached versions of the js and css)

    or you can increment the version number in the config/clientdependency.config file.

    <clientDependency version="2"
    

    hopefully that should flush everything..

  • Brian Wilkinson 10 posts 90 karma points
    Jan 13, 2017 @ 21:49
    Brian Wilkinson
    0

    Hi thanks for the reply, it tried everything but it made no deference. If I have a RTE editor for one of the properties then all the properties for that document type show the rte editor in the lhs column

  • Kevin Jump 2342 posts 14889 karma points MVP 8x c-trib
    Jan 14, 2017 @ 10:25
    Kevin Jump
    0

    What packages do you have installed ? it might be a conflict or something in one of them ?

  • Brian Wilkinson 10 posts 90 karma points
    Jan 14, 2017 @ 11:49
    Brian Wilkinson
    0

    Hi, I've only got the default install plus Belle Icon Package and Opitmus dynamic ssas and js installed.

Please Sign in or register to post replies

Write your reply to:

Draft