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

Custom skin not showing up after upgrade

2 Answers 52 Views
Visual Style Builder
This is a migrated thread and some comments may be shown as answers.
Derek
Top achievements
Rank 1
Derek asked on 15 Oct 2012, 08:54 PM
Hi, I had a custom skin in my current website and has been working fine for a while. I recently upgraded to the latest telerik asp.net ajax version using the upgrade wizard and it does not seem to be working at all anymore. I've compared the project prior to the update to the new project and I don't notice anything that is missing.

Basically everything looks normal, the buttons, or the skin around the rad window is just invisible. 

I look at the css of the page and I see it referencing it correctly... I'm kind of at a lost. Is there any common problems with this that I should be looking for?

Thanks

2 Answers, 1 is accepted

Sort by
0
Galin
Telerik team
answered on 18 Oct 2012, 03:40 PM
Hello Derek,

Could you please give us more information about the older version, which you have used before?

Also, you can view the Release notes.

All the best,
Galin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Derek
Top achievements
Rank 1
answered on 26 Oct 2012, 11:59 AM
Just figured out the issue. For whatever reason it decided to add a css folder prior the file path.

So in the file it was shown as 

background-image:url('css/MySkin/Button/ButtonSprites.gif?v=2');

but if you look at the generated CSS through the RadStyleSheetManager it would come out

css/css/MySkin/Button/ButtonSprites.gif?v=2

This must be a new feature with the latest version of Telerik compared to the year+ old version we were using prior. I simple went through and removed the css/ from the background image in the css files and so then the file path would come out correctly. Just like that it's working again.
Tags
Visual Style Builder
Asked by
Derek
Top achievements
Rank 1
Answers by
Galin
Telerik team
Derek
Top achievements
Rank 1
Share this question
or