-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for fontawsome needed #461
Comments
I believe you should be able to add this by editing your site theme's code. Just add the LINK tag to your layout/theme.liquid file. I don't think it's something we want to add to all sites by default. |
Hi,
I followed your instructions and checked those on fontawesome’s website as well, and put the correct link tag in layout/theme.liquid.
Unfortunately, this doesn’t work.
When inserting icons, e.g. <i class="fas fa-igloo"></I>, in the html of a Simplero page or anywhere in Simplero, it gets deleted.
//Carl
… 5 feb. 2019 kl. 16:01 skrev Calvin Correli ***@***.***>:
I believe you should be able to add this by editing your site theme's code. Just add the LINK tag to your layout/theme.liquid file.
https://fontawesome.com/start <https://fontawesome.com/start>
I don't think it's something we want to add to all sites by default.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#461 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/Ar6iLGKAOfhPxNrAaz8Rwb08oCG48_efks5vKZyygaJpZM4ai586>.
|
It looks like you're closing the Is it a lowercase "L"? It needs to be the same thing. |
Sorry, it’s just a typo. The closing is an lowercase i
… 6 feb. 2019 kl. 15:53 skrev Calvin Correli ***@***.***>:
It looks like you're closing the tag with something other than .
Is it a lowercase "L"? It needs to be the same thing.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#461 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/Ar6iLHHlIQUmPI5kRYDpmSH9M4RxcH9lks5vKux-gaJpZM4ai586>.
|
Send me a link to the page, please. |
https://new.humanawareness.se/test-page
I’ve tried to insert different Fontawsome icons on this page in the html code of the text section, but the code just disappears.
… 6 feb. 2019 kl. 23:08 skrev Calvin Correli ***@***.***>:
Send me a link to the page, please.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#461 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/Ar6iLCcHSlhw2HFcSga0KYQNsl1ZK6MXks5vK1JegaJpZM4ai586>.
|
I see. The TinyMCE editor is a little aggressive in replacing This is a work-around that gets the job done:
It uses the span tag option, and then includes a "zero-width space" so that TinyMCE won't remove it. |
Thank you sooo much for your help!
I wish you a great day!
… 7 feb. 2019 kl. 15:14 skrev Calvin Correli ***@***.***>:
I see. The TinyMCE editor is a little aggressive in replacing i tags with em tags, and then removing empty em tags.
This is a work-around that gets the job done:
<span class="fas fa-igloo">​</span>
It uses the span tag option, and then includes a "zero-width space" so that TinyMCE won't remove it.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#461 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/Ar6iLN8yxPeDL33asQ4mkMYARXhkwhIHks5vLDS_gaJpZM4ai586>.
|
I use special icons in my present website and would like to use it in Simplero as well, both in text and Buttons etc.
Any thought about making this happen in the near future?
https://fontawesome.com
The text was updated successfully, but these errors were encountered: