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

USING CUSTOM TELERIK THEME IN ASP.NET

7 Answers 356 Views
Theme Builder
This is a migrated thread and some comments may be shown as answers.
CH V S D PHANI
Top achievements
Rank 1
CH V S D PHANI asked on 28 Dec 2015, 04:37 AM

Hi Every Body,

 I have made a custom theme with the link Telerik theme builder and downloaded Zip file. Then i have created one webpage in asp.net and imported css file of radcombobox. I changed the setting of Enableembeddedskins to false and rendermode to lightweight. but the downloaded theme is not working. Please guide me in this regard. I am using telerik controls Q1 2014.

 

Screen shot attached

7 Answers, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 30 Dec 2015, 03:24 PM
Hello,

Did you add all the files and the "images" folder the downloaded .zip contains to the "whiteblue" folder in your project?
I created a custom skin in the Theme Builder in order to test how it would work with the Q1 2014 version of our controls and the custom skin was a applied to the control. I had to add one additional rule (posted below) to the .css file, because in that version the ComboBox was still using a sprite image for the dropdown arrow icon:
.RadComboBox_adpiers .rcbActionButton .rcbIcon {
    background-position: -2px -22px;
    background-image: url('images/Common/radActionsSprite.png');
}

Apart from this additional rule the rest of the customizations (text color, background-color, etc.) I tested worked in Q1 2014 just like they do with Q3 2015.

Regards,
Ivan Danchev
Telerik
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 Feedback Portal and vote to affect the priority of the items
0
Maxime
Top achievements
Rank 1
answered on 19 Sep 2016, 02:49 PM

Hi,

I have a question about Theme Builder and your tool skin assembly builder (http://skinsassemblybuilder.telerik.com/) :

In the .zip generated by the Theme Builder, there is .css files and the "images" folder; when I want to generate a .dll file from this .zip, I have an error because I include the "images" folder. To generate a valid .dll file , I have to remove the "images" folder, result: all rules like "background-image: url("*****")..." are invalid.

So, where I put the "images" folder , to keep "background-image" rules and use images of the Theme Builder ?

 

Thanks

0
Ivan Danchev
Telerik team
answered on 21 Sep 2016, 02:41 PM
Hello Maxime,

Have you modified the .zip file generated by the Theme Builder? Changed its structure? If it is not modified it should be accepted by the Assembly Builder. Could you attach the .zip file so we can check its content and try to upload it? 

Regards,
Ivan Danchev
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
Maxime
Top achievements
Rank 1
answered on 22 Sep 2016, 07:16 AM

Hi,

Thanks for your response, I can't join .zip file, it's not allowed.

The .zip is not modified.

I attach the screens of the .zip file generated by telerik theme builder and the screen of the error I obtain when I try to generate the .dll file.

0
Ivan Danchev
Telerik team
answered on 26 Sep 2016, 02:19 PM
Hello Maxime,

Could you record a short view showing the skin generation or list all the steps that need to be followed in order to generate the same skin? Alternatively you can upload the zip file to a third party provider like Dropbox for instance. 

Regards,
Ivan Danchev
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
Rayne
Top achievements
Rank 1
answered on 10 Jan 2017, 06:41 PM
I get the same error when trying to create an assembly using the zip file from the Theme Builder. I have not customized the zip file at all. Took it straight from the Theme Builder to the Assembly Builder
0
Ivan Danchev
Telerik team
answered on 13 Jan 2017, 01:34 PM
Hello Rayne,

Please specify the skin you select as a base skin for your custom skin and the controls you select before you press the Create button.

Regards,
Ivan Danchev
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Theme Builder
Asked by
CH V S D PHANI
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
Maxime
Top achievements
Rank 1
Rayne
Top achievements
Rank 1
Share this question
or