Copied to clipboard

Flag this post as spam?

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


  • Alexey 8 posts 38 karma points
    Jan 28, 2016 @ 20:51
    Alexey
    0

    Formats list empty in Umbraco 7.3

    Hi all.

    Short after migrating to Umbraco 7.3 "Formats" list in rich text editor stops working. I investigated the stylesheet and it was looking fine. I did not see any child nodes in stylesheet though, like I previously did before.

    I had created new stylesheet and I had created new substyle in it. Please see image attached. It was created and saved without any error, though when I try to click it - I see error attached.enter image description here

    When I refresh the page I do not even see the child node anymore. I think it is some database issue.

    1) Could you please direct me to what table style records are saving? 2) I will be pleased to receive any other comments on this issue.

  • Dave Woestenborghs 3504 posts 12134 karma points MVP 9x admin c-trib
    Jan 29, 2016 @ 07:45
    Dave Woestenborghs
    0

    Hi Alexey,

    Can you post the contents of the file /css/rte2.css of your website. Maybe something went wrong with saving the file ?

    Dave

  • Alexey 8 posts 38 karma points
    Jan 31, 2016 @ 12:43
    Alexey
    0

    Hi Dave,

    Here it is:

    rte2.png

  • Dave Woestenborghs 3504 posts 12134 karma points MVP 9x admin c-trib
    Feb 01, 2016 @ 09:39
    Dave Woestenborghs
    0

    Hi Alexey,

    Did you create this manually or through the UI in the backend ?

    If I look at my css files for the editors I see this line in my file :

    /* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
    

    I think this is needed.

    Dave

  • Alexey 8 posts 38 karma points
    Feb 01, 2016 @ 17:27
    Alexey
    0

    Hi, Dave.

    I added it and did not help. Also, after upgrade, my another css file, which has this line, stopped working too after upgrade to 7.3.

  • Dave Woestenborghs 3504 posts 12134 karma points MVP 9x admin c-trib
    Feb 02, 2016 @ 06:49
    Dave Woestenborghs
    0

    How does your css tree in the backend look ?

    Have you tried creating a similar css file using the backend.

    Here you can find how to do this using the backend UI : https://our.umbraco.org/documentation/Getting-Started/Data/Data-Types/default-data-types (rich text editor part)

    Dave

  • Alexey 8 posts 38 karma points
    Feb 02, 2016 @ 09:06
    Alexey
    0

    You can see it on a screenshot in the start of a topic. I created rte2 exactly via backoffice.

    As for the tree - it looks like on that screen. Any child node I add is visible (h4 in this case), but only for a brief moment. When I refresh nodes or a page - it is gone forever.

    Looks like the only choice I have left is to download umbraco source and to debug aspx file, which saves the style. Any other options?

  • Dave Woestenborghs 3504 posts 12134 karma points MVP 9x admin c-trib
    Feb 02, 2016 @ 09:21
    Dave Woestenborghs
    100

    Maybe it is because you have a space between you tag and class

    can you try modifiying it to this :

    h4.class {}
    

    without the space ?

    Dave

  • Alexey 8 posts 38 karma points
    Feb 13, 2016 @ 09:00
    Alexey
    0

    Thanks, Dave, that helped me finally.

  • Dave Woestenborghs 3504 posts 12134 karma points MVP 9x admin c-trib
    Feb 13, 2016 @ 09:36
    Dave Woestenborghs
    0

    Nice to hear the problemen is solved. Don't forget to mark the topic as solved so others van find the answer easily.

    Dave

Please Sign in or register to post replies

Write your reply to:

Draft