Hi,
I used the theme builder and got the theme where I wanted. I saved the output CSS into a CSS file and referenced it after kendo.common.min.css. I was using the default theme, so I commented that line out. I've double checked spellings and file locations and they are correct.
When I load my page, I get a completely different look than I intended in my theme builder work. Also, no images for the listview pager or, anywhere else Kendo for that matter.
I believe I followed the instructions as stated on the page. Am I missing something?
Here are the include lines:
THIS IS MY CUSTOM THEME....
I used the theme builder and got the theme where I wanted. I saved the output CSS into a CSS file and referenced it after kendo.common.min.css. I was using the default theme, so I commented that line out. I've double checked spellings and file locations and they are correct.
When I load my page, I get a completely different look than I intended in my theme builder work. Also, no images for the listview pager or, anywhere else Kendo for that matter.
I believe I followed the instructions as stated on the page. Am I missing something?
Here are the include lines:
<link href="@Url.Content("~/Content/kendo.compatibility.css")" rel="stylesheet" type="text/css" /><link href="@Url.Content("~/Content/kendo/2013.2.918/kendo.dataviz.default.min.css")" rel="stylesheet" type="text/css" /><link href="@Url.Content("~/Content/kendo/2013.2.918/kendo.common.min.css")" rel="stylesheet" type="text/css" /><link href="@Url.Content("~/Content/kendo/2013.2.918/kendo.dataviz.min.css")" rel="stylesheet" type="text/css" />
@*<link href="@Url.Content("~/Content/kendo/2013.2.918/kendo.default.min.css")" rel="stylesheet" type="text/css" />*@
<link href="@Url.Content("~/Content/kendo/2013.2.918/kendo.dataviz.default.min.css")" rel="stylesheet" type="text/css" />THIS IS MY CUSTOM THEME....
<link href="@Url.Content("~/Content/kendo/2013.2.918/WFHCustom/KendoCustomTheme.css") rel="stylesheet" type="text/css" /><script src="@Url.Content("~/Scripts/kendo/2013.2.918/kendo.all.min.js")"></script><script src="@Url.Content("~/Scripts/kendo/2013.2.918/kendo.aspnetmvc.min.js")"></script><script src="@Url.Content("~/Scripts/kendo.modernizr.custom.js")"></script>