Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
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
Thx !! :) everything works perfectly !
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
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
Thx !! :) everything works perfectly !
is working on a reply...