Weird issue with Themes
Posted: Tue Jul 15, 2014 2:24 pm
Okay, this is really strange and I have no idea why this is happening... I've created multiple themes by copying from a default theme, which was itself copied from one of the included themes (probably Wireframe, but honestly I don't remember at this point). Here is what is happening: the output is rendering all CSS files to the head section. This happens inconsistently as far as which one renders correctly, and which one does not. Sometimes it is fine in preview, but then incorrect when theme is set. Other times it is the opposite. It is consistent for a given theme, however. In other words, if Theme A does not render the preview correctly, then Theme A never renders the preview correctly, but Theme B may render the preview correctly, but it will not render correctly when set. See code fragments from View Source. This is from a theme that works when set as default, but not in preview.
view-source:http://localhost:58994/Default.aspx
view-source:http://localhost:58994/Default.aspx?the ... ubaJuly4th
See what I mean? All of the css file links are being rendered to the head. Now here is one where it is reversed.
view-source:http://localhost:58994/Default.aspx
view-source:http://localhost:58994/Default.aspx?the ... cubaSummer
Never seen anything like this before. Any ideas???
view-source:http://localhost:58994/Default.aspx
Code: Select all
***snip***
</title>
<link type="text/css" href="/App_Themes/OnlineScubaJuly4th/normalize.css" rel="stylesheet" media="All" />
<link type="text/css" href="/App_Themes/OnlineScubaJuly4th/style.css" rel="stylesheet" media="All" />
<link type="text/css" href="/App_Themes/OnlineScubaJuly4th/print.css" rel="stylesheet" media="Print" />
<link type="text/css" href="/App_Themes/OnlineScubaJuly4th/jquery/jqueryui.css" rel="stylesheet" media="All" />
<link type="text/css" href="/App_Themes/OnlineScubaJuly4th/chat.css" rel="stylesheet" media="screen" />
***snipped meta tags***
<script src="/Scripts/jquery-1.10.2.min.js" type="text/javascript"></script><script src="/Scripts/jquery-ui.min.js" type="text/javascript"></script><script src="/Scripts/superfish.js" type="text/javascript"></script><script src="/Scripts/jquery.equalheights.js" type="text/javascript"></script></head>
Code: Select all
***snip***
</title>
<link type="text/css" href="/App_Themes/OnlineScubaJuly4th/normalize.css" rel="stylesheet" media="All" />
<link type="text/css" href="/App_Themes/OnlineScubaJuly4th/style.css" rel="stylesheet" media="All" />
<link type="text/css" href="/App_Themes/OnlineScubaJuly4th/print.css" rel="stylesheet" media="Print" />
<link type="text/css" href="/App_Themes/OnlineScubaJuly4th/jquery/jqueryui.css" rel="stylesheet" media="All" />
<link type="text/css" href="/App_Themes/OnlineScubaJuly4th/chat.css" rel="stylesheet" media="screen" />
***snipped meta tags***
<link href="App_Themes/OnlineScubaJuly4th/chat.css" type="text/css" rel="stylesheet" /><link href="App_Themes/OnlineScubaJuly4th/jquery/jquery.ui.core.css" type="text/css" rel="stylesheet" /><link href="App_Themes/OnlineScubaJuly4th/jquery/jquery.ui.datepicker.css" type="text/css" rel="stylesheet" /><link href="App_Themes/OnlineScubaJuly4th/jquery/jquery.ui.dialog.css" type="text/css" rel="stylesheet" /><link href="App_Themes/OnlineScubaJuly4th/jquery/jquery.ui.menu.css" type="text/css" rel="stylesheet" /><link href="App_Themes/OnlineScubaJuly4th/jquery/jquery.ui.tabs.css" type="text/css" rel="stylesheet" /><link href="App_Themes/OnlineScubaJuly4th/jquery/jquery.ui.theme.css" type="text/css" rel="stylesheet" /><link href="App_Themes/OnlineScubaJuly4th/jquery/jqueryui.css" type="text/css" rel="stylesheet" /><link href="App_Themes/OnlineScubaJuly4th/mobile.css" type="text/css" rel="stylesheet" /><link href="App_Themes/OnlineScubaJuly4th/normalize.css" type="text/css" rel="stylesheet" /><link href="App_Themes/OnlineScubaJuly4th/print.css" type="text/css" rel="stylesheet" /><link href="App_Themes/OnlineScubaJuly4th/style.css" type="text/css" rel="stylesheet" /><script src="/Scripts/jquery-1.10.2.min.js" type="text/javascript"></script><script src="/Scripts/jquery-ui.min.js" type="text/javascript"></script><script src="/Scripts/superfish.js" type="text/javascript"></script><script src="/Scripts/jquery.equalheights.js" type="text/javascript"></script></head>
view-source:http://localhost:58994/Default.aspx
Code: Select all
***snip***
</title>
<link type="text/css" href="/App_Themes/onlinescubasummer/normalize.css" rel="stylesheet" media="All" />
<link type="text/css" href="/App_Themes/onlinescubasummer/style.css" rel="stylesheet" media="All" />
<link type="text/css" href="/App_Themes/onlinescubasummer/print.css" rel="stylesheet" media="Print" />
<link type="text/css" href="/App_Themes/onlinescubasummer/jquery/jqueryui.css" rel="stylesheet" media="All" />
<link type="text/css" href="/App_Themes/onlinescubasummer/chat.css" rel="stylesheet" media="screen" />
***snipped meta tags***
<link href="App_Themes/onlinescubasummer/chat.css" type="text/css" rel="stylesheet" /><link href="App_Themes/onlinescubasummer/jquery/jquery.ui.core.css" type="text/css" rel="stylesheet" /><link href="App_Themes/onlinescubasummer/jquery/jquery.ui.datepicker.css" type="text/css" rel="stylesheet" /><link href="App_Themes/onlinescubasummer/jquery/jquery.ui.dialog.css" type="text/css" rel="stylesheet" /><link href="App_Themes/onlinescubasummer/jquery/jquery.ui.menu.css" type="text/css" rel="stylesheet" /><link href="App_Themes/onlinescubasummer/jquery/jquery.ui.tabs.css" type="text/css" rel="stylesheet" /><link href="App_Themes/onlinescubasummer/jquery/jquery.ui.theme.css" type="text/css" rel="stylesheet" /><link href="App_Themes/onlinescubasummer/jquery/jqueryui.css" type="text/css" rel="stylesheet" /><link href="App_Themes/onlinescubasummer/mobile.css" type="text/css" rel="stylesheet" /><link href="App_Themes/onlinescubasummer/normalize.css" type="text/css" rel="stylesheet" /><link href="App_Themes/onlinescubasummer/print.css" type="text/css" rel="stylesheet" /><link href="App_Themes/onlinescubasummer/style.css" type="text/css" rel="stylesheet" /><script src="/Scripts/jquery-1.10.2.min.js" type="text/javascript"></script><script src="/Scripts/jquery-ui.min.js" type="text/javascript"></script><script src="/Scripts/superfish.js" type="text/javascript"></script><script src="/Scripts/jquery.equalheights.js" type="text/javascript"></script></head>
Code: Select all
***snip***
</title>
<link type="text/css" href="/App_Themes/onlinescubasummer/normalize.css" rel="stylesheet" media="All" />
<link type="text/css" href="/App_Themes/onlinescubasummer/style.css" rel="stylesheet" media="All" />
<link type="text/css" href="/App_Themes/onlinescubasummer/print.css" rel="stylesheet" media="Print" />
<link type="text/css" href="/App_Themes/onlinescubasummer/jquery/jqueryui.css" rel="stylesheet" media="All" />
<link type="text/css" href="/App_Themes/onlinescubasummer/chat.css" rel="stylesheet" media="screen" />
***snipped meta tags***
<script src="/Scripts/jquery-1.10.2.min.js" type="text/javascript"></script><script src="/Scripts/jquery-ui.min.js" type="text/javascript"></script><script src="/Scripts/superfish.js" type="text/javascript"></script><script src="/Scripts/jquery.equalheights.js" type="text/javascript"></script></head>