Copied to clipboard

Flag this post as spam?

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


  • Jacob Jensen 40 posts 60 karma points
    Jan 26, 2012 @ 11:03
    Jacob Jensen
    0

    css and javascript's errors in umbraco admin, 4.7.1.1

    Hi.

    Iwe just updated an 4.0.X to 4.5 then 4.7.1.1

    But in the umbraco admin interface the CSS and javascript causes problems.

    The first problem, was that there were missing some CSS, the popups (after saving) were funny looking, iwe manage to fix that issue by editing:

    "umbraco/umbraco.aspx",

    iwe changed:

      <umb:CssInclude ID="CssInclude1"  runat="server" FilePath="css/umbracoGui.css" PathNameAlias="UmbracoRoot" />
        <umb:CssInclude ID="CssInclude2" runat="server"  FilePath="modal/style.css" PathNameAlias="UmbracoClient" />

    to:

     <link rel="stylesheet" type="text/css" href="css/umbracoGui.css"/>
        <link rel="stylesheet" type="text/css" href="modal/style.css"/>

    But now iwe found another problem, the copy to, and move to dialogs are hidden behind the normal content.

    How do i fix the umbraco admin, i have already tried to overwrite all the files again with the one from 4.7.1.1

    Best regards

    Jacob

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Jan 26, 2012 @ 11:11
    Jeroen Breuer
    0

    You probably need to refresh the ClientDependency. You can do this by deleting the \App_Data\TEMP\ClientDependency folder and update the version number in the ClientDependency.config file.

    Jeroen

  • Jacob Jensen 40 posts 60 karma points
    Jan 26, 2012 @ 11:14
    Jacob Jensen
    0

    Thx !! :) everything works perfectly !

Please Sign in or register to post replies

Write your reply to:

Draft