Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello Everyone,
I am using Font Awesome Icons dropdown for icons, all the icons are getting displayed except "Calculator". what could be the issue?
Hi Manasa
If other font awesome icons are displaying OK then prob best to post some code.
Whilst technically your issue is not related to Umbraco, posting your code would be helpful in getting help...
Nigel
Hello Nigel,
Thanks for the reply, here is my code.
<h3> <a class="btn btn-primary" style="width:100%;text-align: left;padding: 4% 10%;" href="@pageLink"><em class="fa [email protected]("displayIcon")"></em><span class="word-wrap">@link.GetValue("pageLinkName").ToString()</span></a> </h3>
I would try doing it this way
class="@string.Format("fa fa-{0}", link.GetValue("displayIcon"))"
Hope this helps - if not then you'll need to debug your code to figure out why the value isn't coming through correctly.
Cheers
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Font awesome icons not displaying calculator
Hello Everyone,
I am using Font Awesome Icons dropdown for icons, all the icons are getting displayed except "Calculator". what could be the issue?
Hi Manasa
If other font awesome icons are displaying OK then prob best to post some code.
Whilst technically your issue is not related to Umbraco, posting your code would be helpful in getting help...
Nigel
Hello Nigel,
Thanks for the reply, here is my code.
Hi Manasa
I would try doing it this way
class="@string.Format("fa fa-{0}", link.GetValue("displayIcon"))"
Hope this helps - if not then you'll need to debug your code to figure out why the value isn't coming through correctly.
Cheers
Nigel
is working on a reply...