Copied to clipboard

Flag this post as spam?

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


  • Tim 168 posts 372 karma points
    Feb 27, 2018 @ 11:24
    Tim
    0

    Skin HTML not showing in the editor

    This isn't a massive issue as we can just access \App_Plugins\NewsletterStudio\Skins\ however the editor is blank since upgrading to 2.1.9.1. Don't know how long it's been like this (there is content in the skin).

    enter image description here

  • Ganesh Kumar 8 posts 79 karma points
    Mar 04, 2018 @ 08:59
    Ganesh Kumar
    0

    Hi Tim,

    I had the exact problem after installing the same version of newsletterstudio.

    In the web.config, I wrote the rule for URL Lowercase for converting any case to lowercase, for SEO purpose.

    After commenting/removing the rule, I could see the html on the skin pages.

    check it on your web.config or IIS and try to disable it and test.

    Hopefully it will work

    best of luck...

  • Tim 168 posts 372 karma points
    Mar 06, 2018 @ 10:08
    Tim
    0

    Thanks Ganesh, it wouldn't surprise me if that was related but we've got an ignore rule for the special folders that should ignore it, not sure if it's related but there's something about ReferenceError: CodeMirror is not defined which may be releated.

    In case it helps you this is our ignore rule:

    <rule name="Ignore protected folders" stopProcessing="true">
        <match url="(api|app_data|app_plugins|base|bundles|css|fonts|images|img|media|umbraco|umbraco_client|mini-profiler-resources|signin-facebook|signin-google|signin-twitter|PaymentResponse|signalr|templates|webservices|xslt)/(.+)" />
        <conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
        <action type="None" />
    </rule>
    
  • Ganesh Kumar 8 posts 79 karma points
    Mar 06, 2018 @ 10:33
    Ganesh Kumar
    0

    Hi Tim.

    Sorry for that one could not help you. But in my side it works after disabling the Lowercase rule.

    Regarding the Reference Error, seems codemirror.js file has some problem to load.

    Can you re-check it again whether it can be loaded or no, else you can goto the Richtext Editor Newsletter Studio to disable the Code Mirror option.

    and thanks for sharing the rule :)

  • Tim 168 posts 372 karma points
    Mar 06, 2018 @ 10:44
    Tim
    0

    No worries, hopefully it will help. I checked the config again and we're not currently lowercasing urls as IIRC we had issues elsewhere so the client asked us to disable it.

    Annoyingly we don't have Code Mirror enabled: enter image description here

    Thanks for your thoughts though

  • Ganesh Kumar 8 posts 79 karma points
    Mar 06, 2018 @ 10:56
    Ganesh Kumar
    0

    Hi Tim,

    this is my last try,

    I could reproduce the error by renaming codemirror.js file which locates under

    "/umbraco/lib/codemirror/lib/codemirror.js"
    

    now I got the error like below enter image description here

    sorry for even if it did not help you :(

  • Markus Johansson 1911 posts 5735 karma points MVP c-trib
    Mar 06, 2018 @ 16:55
    Markus Johansson
    0

    Hi!

    Tim, sorry for the late answer this post got lost in the inbox.

    I've seen some issues reg. this in different versions of Umbraco, it's because they've change the code mirror-version in the core so we need to support two versions at the same time.

    What version of Umbraco are you on? And what version of Newsletter Studio?

    Sometimes I've managed to get the editor loaded by clicking multiple skins in the tree (having the view to load multiple times). Could you just try that to see if this has any impact?

    Thanks for your help!

  • Tim 168 posts 372 karma points
    Mar 18, 2018 @ 21:32
    Tim
    0

    Hi Markus,

    We're running Umbraco 7.6.5 and Newsletter Studio 2.1.9.2.

    I've tried clicking randomly as suggested but that doesn't appear to have had any effect. We don't use code mirror if that helps?

    Tim

  • Markus Johansson 1911 posts 5735 karma points MVP c-trib
    Mar 19, 2018 @ 09:31
    Markus Johansson
    0

    Hi!

    Thanks for helping out on this.

    Okey, do you get any javascript errors in the console of you browser?

    Okey, how doy you mean that you don't use code mirror? Have you removed it?

    / m

Please Sign in or register to post replies

Write your reply to:

Draft