[SOLVED] Icons errors in module and component
- Tibere
- Topic Author
- Visitor
- Thank you received: 0
I have icons error with 1 module and 1 component, I test with the protostar template every things work correctly (but the template is not good enough).
When I disabled bootstrap in snowflake template, all icons are back but I can't let this option disabled.
I don't know what to do exactly.
Attachments:
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Icons errors in module and component
Posted 9 years 8 months ago #6816I think your installed extension is not compatible with the bootstrap css.
www.joomlaplates.de/dokumentation.html
Please Log in or Create an account to join the conversation.
- Tibere
- Topic Author
- Visitor
- Thank you received: 0
I was thinking that too so I download a template from the website of my module and component provider (solidres) that use bootstrap too ( their bootstrap file in attachments) I don't want use their template because I can't put a background image but yours can.
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Icons errors in module and component
Posted 9 years 8 months ago #68261.) Our theme is using the "font-awesome" for the class "icon"
2.) Your extensions is using the "IcoMoon" for the class "icon"
And both icons are not working together.
Sorry there is no solution about that problem.
Attachment icons_2015-02-28.jpg not found
I have modified your "theme.css", please upload this theme.css to your folder
>> /jp-snowflake/styles/blue-clean/css/theme.css
1.) Please rename the org theme.css to theme.org
2.) Upload our modified theme.css to this path shown above
But there is one problem, the theme.css will be overwritten if you click the button "compile less" and your modified theme.css will be lost.
You can try if it work, coz there is no other solution.
Attachment theme_2015-02-28.zip not found
www.joomlaplates.de/dokumentation.html
Please Log in or Create an account to join the conversation.
- Tibere
- Topic Author
- Visitor
- Thank you received: 0
Attachment menu.jpg not found
Attachments:
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Icons errors in module and component
Posted 9 years 8 months ago #6828@font-face {
font-family: 'FontAwesome';
src: url("../../../warp/vendor/uikit/fonts/fontawesome-webfont.eot");
src: url("../../../warp/vendor/uikit/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../../../warp/vendor/uikit/fonts/fontawesome-webfont.woff") format("woff"), url("../../../warp/vendor/uikit/fonts/fontawesome-webfont.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
www.joomlaplates.de/dokumentation.html
Please Log in or Create an account to join the conversation.