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
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
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
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
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
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