Custom Theme Multiple Reference

Posted by Community Admin on 03-Aug-2018 22:35

Custom Theme Multiple Reference

All Replies

Posted by Community Admin on 22-Nov-2010 00:00

Hi,

There was an issue already highligted by Gabe two templates are created and one needs deleting when creating new.

I noticed in the head section the stylesheets are called twice, same for pages that use the masterpage.

The first entry seems pull them in alphabetically while the second as expected and entered in cssLoadOrder.xml which is a new file for me.

Paths are different and global part of the path is lowercase when stylesheets referenced for the second time.

Is this related?

<head>
<title>
Homepage Master
</title>
  <link href="App_Themes/Startup/Global/Layout.css" type="text/css" rel="stylesheet">
  <link href="App_Themes/Startup/Global/Reset.css" type="text/css" rel="stylesheet">
  <link href="/NenitNet/WebResource.axd?d=_UoCJBfrJ7IxEvuurt1DIAvTjHvXB71z4bp7Kri5j3yDQGoayQagHy3Eix8Lo79gYKb6ZJ4XANNhe-d7gKQyms_t7kWUbOvDatVjg2nV9PN5Ydmh01rjWoIW_oqlapDCkW4dRgB1AdFCcEC7iJ94hiYnAhzyDP3EleiAqsm-RKtKyrKggmrXK0EG26GvViTs0&t=634260361873787461" rel="stylesheet" type="text/css">
  <link href="/NenitNet/App_Themes/Startup/global/Reset.css" type="text/css" rel="stylesheet">
  <link href="/NenitNet/App_Themes/Startup/global/Layout.css" type="text/css" rel="stylesheet">
  <meta name="Generator" content="Sitefinity 4.0.910.0 SE Trial version">
</head>

Regards,

Neil

Posted by Community Admin on 23-Nov-2010 00:00

Hi Neil,

Thank you for reporting this issue. We have been able to reproduce it is we place the themes in ~/App_Themes directory. Most probably the issue is cause because of ASP.NET loading the same theme since it can find it in the App_Themes reserved folder. For now you can overcome this if you place your themes in the ~/App_Data directory as described in our designer's guide.

All the best,
Radoslav Georgiev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed