Hello Syncfusion Team,
I am trying to test the text editor, but the icons in the toolbar are not displayed.
Its the sample rich text editor code from syncfusion.
what am i doing wrong?
(i've added <link rel='nofollow' href="_content/Syncfusion.Blazor/styles/bootstrap4.css" rel="stylesheet" /> to my _host)
thanks a lot,
Nils
|
<head>
<environment include="Development">
....
....
<link rel='nofollow' href="_content/Syncfusion.Blazor/styles/bootstrap4.css" rel="stylesheet" />
</environment>
</head> |
Hey Vinitha,
thanks for your reply.
I've removed the second "rel='nofollow'" but the icons still not showing.
what else I have tried:
- Text editor standalone nuget
- Syncfusion complete nuget
- bootstrap4 / fabric
- CDN and Local file
still no icons to see.
The CSS seems to be found:
<base rel='nofollow' href="~/"><link rel='nofollow' href="css/site.css" rel="stylesheet">
<link rel='nofollow' href="css/style.css" rel="stylesheet">
<link rel="stylesheet" rel='nofollow' href="~/css/montserrat/mr.css">
<link rel="stylesheet" rel='nofollow' href="~/bootstrap/css/bootstrap.min.css">
<link rel='nofollow' href="_content/MudBlazor/MudBlazor.min.css" rel="stylesheet"><link rel='nofollow' href="css/custom.css" rel="stylesheet"><link rel='nofollow' href="favicons/favicon.ico" rel="icon" type="image/x-icon">
<link rel="apple-touch-icon" sizes="57x57" rel='nofollow' href="favicons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" rel='nofollow' href="favicons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" rel='nofollow' href="favicons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" rel='nofollow' href="favicons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" rel='nofollow' href="favicons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" rel='nofollow' href="favicons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" rel='nofollow' href="favicons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" rel='nofollow' href="favicons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" rel='nofollow' href="favicons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" rel='nofollow' href="favicons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" rel='nofollow' href="favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" rel='nofollow' href="favicons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" rel='nofollow' href="favicons/favicon-16x16.png"><link rel="stylesheet" rel='nofollow' href="icons/icomoon.css"><link rel='nofollow' href="Pretorix_Web.styles.css" rel="stylesheet">
<link rel='nofollow' href="_content/BlazorCssIsolation/_framework/scoped.styles.css" rel="stylesheet">
<environment include="Development">
<link rel='nofollow' href="https://cdn.syncfusion.com/blazor/18.4.42/styles/fabric.css" rel="stylesheet">
</environment>
<script src="_framework/blazor.server.js"></script>
<script type="text/javascript" src="assets/js/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/popper.js"></script>
<script type="text/javascript" src="bootstrap/js/bootstrap.min.js"></script><script src="_content/MudBlazor/MudBlazor.min.js"></script>
<script src="js/pdfAction.js"></script>The second rel=nofollow isn't in my code, its added by the syncfusion forum post, here the original screenshot:
Hello Vinitha,
thanks for your assist!
I found the issue, it was this css file:
after uncommenting this css file, the icons are showing :)
thank you so much for your help,
this thread can be closed!
Best regards,
Nils
Hello Syncfusion Team,
I have the same issue and none of the above solutions worked with me it looks like this