giuliupresta Posted October 10, 2015 Share Posted October 10, 2015 When I edit edit or change the values the CSS file , I do not see more icons of my own?why. Thank you in advance. Giulio Link to comment Share on other sites More sharing options...
Paulito Posted October 10, 2015 Share Posted October 10, 2015 Hello Perhaps you could show a url or the code you are writing, what theme is it etc etc paul Link to comment Share on other sites More sharing options...
giuliupresta Posted October 10, 2015 Author Share Posted October 10, 2015 Code is any value change and the template is that default. Tks. Giulio Link to comment Share on other sites More sharing options...
mimpro Posted October 14, 2015 Share Posted October 14, 2015 yes, it would be a great clue if you share the url. I believe something small things like missing a ';' or even '}' that might be a small mistake but very ugly. I am sure it is nothing big but we can try to find the solution if we can inspect it the url Link to comment Share on other sites More sharing options...
RemcoDr Posted November 27, 2015 Share Posted November 27, 2015 Ive got the same problem. If i download an new version and edit any value the icons will disappear. Link to comment Share on other sites More sharing options...
gabdara Posted November 27, 2015 Share Posted November 27, 2015 Post a link with your store so members of this community can have a starting point in giving help regarding this issue. Link to comment Share on other sites More sharing options...
RemcoDr Posted December 1, 2015 Share Posted December 1, 2015 www.keukenbudget.nl thnx in advance! Link to comment Share on other sites More sharing options...
gabdara Posted December 9, 2015 Share Posted December 9, 2015 @RemcoDr there seems to be an issue with the compressed version of your css, the chars of font awesome are missing. Do the icons appear if you disable CCC? Link to comment Share on other sites More sharing options...
RemcoDr Posted December 9, 2015 Share Posted December 9, 2015 No, they won't appear when i disable it. you mean with CCC the 6 options right? Link to comment Share on other sites More sharing options...
gabdara Posted December 9, 2015 Share Posted December 9, 2015 Smart cache for CSS to be more exact. If you look into global.css and search for icon-building, does the content look similar to https://github.com/PrestaShop/PrestaShop/blob/1.6.1.x/themes/default-bootstrap/css/global.css#L4749 or it's empty? Link to comment Share on other sites More sharing options...
RemcoDr Posted December 9, 2015 Share Posted December 9, 2015 Its similar! Link to comment Share on other sites More sharing options...
gabdara Posted December 9, 2015 Share Posted December 9, 2015 Can you paste the code for icon-building? Link to comment Share on other sites More sharing options...
RemcoDr Posted December 9, 2015 Share Posted December 9, 2015 Where can i find them? Link to comment Share on other sites More sharing options...
gabdara Posted December 9, 2015 Share Posted December 9, 2015 Open YOUR_PRESTASHOP/themes/default-bootstrap/css/global.css with a text editor, search for icon-building and copy all the code block that looks similar to the github link that I've posted. Link to comment Share on other sites More sharing options...
RemcoDr Posted December 10, 2015 Share Posted December 10, 2015 Ahh offcourse, here it is! .icon-building-o:before, .icon-building:before { content: ""; } Link to comment Share on other sites More sharing options...
gabdara Posted December 10, 2015 Share Posted December 10, 2015 That doesn't look as it should. If you pay attention into the github link inside the quotation marks there is a symbol (the code for the icon) that you don't have. Most probably the editor that you've used to modify global.css didn't recognized those symbols and decided to remove them. What you could do is to copy all the code of Font Awesome from https://github.com/PrestaShop/PrestaShop/blob/1.6.1.x/themes/default-bootstrap/css/global.css#L3886 and replace the one in your global.css (replace till the last .icon that you find https://github.com/PrestaShop/PrestaShop/blob/1.6.1.x/themes/default-bootstrap/css/global.css#L5696). After you save it make sure that when you open the file again the symbols are still there, if they aren't try using other editor. Link to comment Share on other sites More sharing options...
RemcoDr Posted December 10, 2015 Share Posted December 10, 2015 Hmm.. kan you post the good one if we talk about: .icon-building-o:before, .icon-building:before { content: ""; } ? Because if i look in the documentation on Github i don't see any difference.. Link to comment Share on other sites More sharing options...
gabdara Posted December 10, 2015 Share Posted December 10, 2015 .icon-building-o:before, .icon-building:before { content: ""; } This is only the first icon from My account page, but from what I can see in your website you are missing the symbols for all the Font Awesome icons. Link to comment Share on other sites More sharing options...
RemcoDr Posted December 10, 2015 Share Posted December 10, 2015 (edited) Aha! Now i got what the difference is.. on Safari @ my macbook i could not see the icons, also in the github. But, if i want to change some stuff in Dreamweaver, do i have to do the same copy? is it possible to "learn" the icons to the software? Edit: It works off course, thnx! Edited December 10, 2015 by RemcoDr (see edit history) Link to comment Share on other sites More sharing options...
gabdara Posted December 10, 2015 Share Posted December 10, 2015 You should be able to install Font awesome on your computer then I guess it should appear in Dreamweaver at fonts. Link to comment Share on other sites More sharing options...
RemcoDr Posted December 10, 2015 Share Posted December 10, 2015 Let me try this, im coming back! Link to comment Share on other sites More sharing options...
RemcoDr Posted December 10, 2015 Share Posted December 10, 2015 It works. Thnx!! Link to comment Share on other sites More sharing options...
Recommended Posts