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

Custom skin display problem

4 Answers 65 Views
Editor
This is a migrated thread and some comments may be shown as answers.
favand
Top achievements
Rank 1
favand asked on 15 Dec 2016, 04:26 PM

Hello,

Im having issues with the new telerik theme builder avaible here http://themebuilder.telerik.com/
I created a skin based on Material skin with orange color instead of green.
Then, I placed the files in my App_Theme folder, set EnableEmbeddedSkin to false and Default Skin to "Avanti" (the name of the skin).
However, im getting strange behavior and can't get the skin to render properly.

I attached a screenshot of the result.

What could cause this ?

 

4 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 16 Dec 2016, 11:35 AM

Hi there,

Thank you for the video and extra details in your ticket.

Straight to the points:

1) Animation - For the time being the animation effects are not available in the custom themes. My advice is to post a feature request in the feedback portal and to request support for it. If there is enough demand our Product Manager will raise the priority of this feature in the backlog.

2) Ribbonbar border and 3) Transparent dropdown background - I'm currently working on this issues and write back on Monday.

 

Best regards,
Rumen
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.
0
Rumen
Telerik team
answered on 19 Dec 2016, 09:11 AM

Hello Favand,

I investigated the problem further and was able to solve it using the following CSS, which I put in the head tag of the \SkinTelerikSample\MasterPages\BackOffice_Master.Master file:

<style>
    .RadEditor_Avanti.reDropDownBody {
    background-color: #ffffff;
    }
    .RadRibbonBar_Avanti div.rrbWrap {
    border-color: #CFD8DC;
    }
    .RadRibbonBar .rrbTabs span.rrbLink {
    border-color: transparent;
    }
</style>

Best regards,
Rumen
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.
0
Sachita
Top achievements
Rank 1
answered on 21 Oct 2020, 11:47 AM

I have appearance issue with Hyperlink Manager, Issue is OK and CANCEL Buttons are not displayed after upgrading to the latest version R32020,with .net 3.5,Inspect element issue is with  Padding to be adjusted in Widgets.css. After Editing the CSS file , to get a modified Skins dll to add to my project,could you please tell me next step to do?

 

0
Rumen
Telerik team
answered on 21 Oct 2020, 01:41 PM

Hi Sachita,

I am not aware of the reported problem and I was unable to replicate the issue neither with the Classic nor the Lightweight render mode in this demo.

There are two things to try:

In case you need any further assistance, please help me to reproduce the problem by providing a simple runnable project which demos the issue.

Best Regards,
Rumen
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Editor
Asked by
favand
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Sachita
Top achievements
Rank 1
Share this question
or