This is a migrated thread and some comments may be shown as answers.

Themebuilder Output

1 Answer 61 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Bill
Top achievements
Rank 1
Bill asked on 08 Oct 2013, 07:17 PM
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:
<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>

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 10 Oct 2013, 09:02 AM
Hello Bill,

Can you please elaborate on "completely different look than I intended". What is the intended look? What is the actual look? Screenshots and CSS code will be appreciated.

The custom CSS code needs images, which you should provide. You can take the images from the theme that you have used as a starting point.

Regards,
Dimo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
Bill
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or